Translation components API.

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

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

{
    "last_author": "Juskenas Edvinas",
    "code": "lt",
    "failing_percent": 2.7,
    "total_words": 5658,
    "translated_words": 3848,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/lt/",
    "fuzzy": 31,
    "total": 1184,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/lt/",
    "translated_percent": 71.3,
    "failing": 33,
    "fuzzy_percent": 2.6,
    "translated": 845,
    "last_change": "2026-01-14T07:11:13"
}