Translation components API.

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

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

{
    "last_author": "Damil Popov",
    "code": "uz",
    "failing_percent": 2.0,
    "total_words": 5317,
    "translated_words": 3512,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/uz/",
    "fuzzy": 11,
    "total": 1106,
    "name": "Uzbek",
    "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
    "translated_percent": 69.1,
    "failing": 23,
    "fuzzy_percent": 0.9,
    "translated": 765,
    "last_change": "2025-08-04T04:29:54"
}