Translation components API.

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

GET /api/translations/kiosk2/default/hr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Пономаренко Вадим",
    "code": "hr",
    "failing_percent": 2.6,
    "total_words": 1066,
    "translated_words": 992,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/hr/",
    "fuzzy": 5,
    "total": 266,
    "name": "Croatian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/hr/",
    "translated_percent": 95.4,
    "failing": 7,
    "fuzzy_percent": 1.8,
    "translated": 254,
    "last_change": "2026-02-17T12:37:13"
}