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": 1620,
    "total_words": 6671,
    "last_change": "2025-08-06T23:28:50.521000Z",
    "recent_changes": 1,
    "translated": 1212,
    "translated_words": 4648,
    "translated_percent": 74.8,
    "translated_words_percent": 69.6,
    "translated_chars": 29454,
    "translated_chars_percent": 69.3,
    "total_chars": 42489,
    "fuzzy": 39,
    "fuzzy_percent": 2.4,
    "failing": 3,
    "failing_percent": 0.1,
    "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/"
}