Translation components API.

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

GET /api/translations/kiosk2/bk-belarus/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": 11.1,
    "total_words": 1015,
    "translated_words": 981,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-belarus/ru/",
    "fuzzy": 2,
    "total": 224,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 98.2,
    "failing": 25,
    "fuzzy_percent": 0.8,
    "translated": 220,
    "last_change": "2026-02-09T10:41:40"
}