Translation components API.

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

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

{
    "last_author": "Андрей Ванчурин",
    "code": "uk",
    "failing_percent": 0.1,
    "total_words": 5317,
    "translated_words": 5073,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/uk/",
    "fuzzy": 1,
    "total": 1106,
    "name": "Ukrainian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/uk/",
    "translated_percent": 96.7,
    "failing": 1,
    "fuzzy_percent": 0.1,
    "translated": 1070,
    "last_change": "2025-08-20T20:17:39"
}