Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/foe-helper/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 54230,
    "total_words": 235916,
    "last_change": "2025-10-04T12:33:58.968149Z",
    "recent_changes": 3076,
    "translated": 28685,
    "translated_words": 118998,
    "translated_percent": 52.8,
    "translated_words_percent": 50.4,
    "translated_chars": 754258,
    "translated_chars_percent": 50.4,
    "total_chars": 1496214,
    "fuzzy": 1459,
    "fuzzy_percent": 2.6,
    "failing": 2331,
    "failing_percent": 4.2,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}