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": 0.7,
    "total_words": 1016,
    "translated_words": 1015,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/hr/",
    "fuzzy": 0,
    "total": 260,
    "name": "Croatian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/hr/",
    "translated_percent": 99.6,
    "failing": 2,
    "fuzzy_percent": 0.0,
    "translated": 259,
    "last_change": "2026-02-17T12:37:13"
}