Translation components API.

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

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

{
    "total": 1705,
    "total_words": 7040,
    "last_change": "2025-08-06T23:28:50.521000Z",
    "recent_changes": 1,
    "translated": 1206,
    "translated_words": 4620,
    "translated_percent": 70.7,
    "translated_words_percent": 65.6,
    "translated_chars": 29275,
    "translated_chars_percent": 65.5,
    "total_chars": 44670,
    "fuzzy": 45,
    "fuzzy_percent": 2.6,
    "failing": 4,
    "failing_percent": 0.2,
    "code": "bs",
    "name": "Bosnian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/bs/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/bs/"
}