Translation components API.

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

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

{
    "total": 1662,
    "total_words": 6912,
    "last_change": "2025-10-28T22:56:36.560899Z",
    "recent_changes": 20,
    "translated": 1609,
    "translated_words": 6575,
    "translated_percent": 96.8,
    "translated_words_percent": 95.1,
    "translated_chars": 41824,
    "translated_chars_percent": 95.2,
    "total_chars": 43902,
    "fuzzy": 13,
    "fuzzy_percent": 0.7,
    "failing": 8,
    "failing_percent": 0.4,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/sr_Latn/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/sr_Latn/"
}