Translation components API.

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

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

{
    "last_author": "Максим Лагуткин",
    "code": "ru",
    "failing_percent": 1.5,
    "total_words": 5658,
    "translated_words": 5581,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/ru/",
    "fuzzy": 11,
    "total": 1184,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 98.8,
    "failing": 18,
    "fuzzy_percent": 0.9,
    "translated": 1170,
    "last_change": "2025-12-04T14:57:14"
}