Translation components API.

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

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

{
    "last_author": "Szakács Dániel",
    "code": "hu",
    "failing_percent": 2.6,
    "total_words": 5658,
    "translated_words": 5427,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/hu/",
    "fuzzy": 1,
    "total": 1184,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/hu/",
    "translated_percent": 96.2,
    "failing": 31,
    "fuzzy_percent": 0.1,
    "translated": 1140,
    "last_change": "2026-02-02T09:06:05"
}