Translation components API.

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

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

{
    "last_author": "a.pecis",
    "code": "ru",
    "failing_percent": 9.5,
    "total_words": 509,
    "translated_words": 440,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/ru/",
    "fuzzy": 2,
    "total": 126,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 98.4,
    "failing": 12,
    "fuzzy_percent": 1.5,
    "translated": 124,
    "last_change": "2026-02-04T10:38:34"
}