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": "Armands Pecis",
    "code": "lt",
    "failing_percent": 2.6,
    "total_words": 5757,
    "translated_words": 3854,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/lt/",
    "fuzzy": 31,
    "total": 1201,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/lt/",
    "translated_percent": 70.5,
    "failing": 32,
    "fuzzy_percent": 2.5,
    "translated": 847,
    "last_change": "2026-05-18T13:45:59"
}