Translation components API.

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

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

{
    "last_author": "Nebojsa Jankovic",
    "code": "sr_Latn",
    "failing_percent": 1.7,
    "total_words": 5549,
    "translated_words": 5449,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/sr_Latn/",
    "fuzzy": 5,
    "total": 1164,
    "name": "Serbian (latin)",
    "url": "http://weblate.ucs.ru/engage/kiosk2/sr_Latn/",
    "translated_percent": 98.2,
    "failing": 20,
    "fuzzy_percent": 0.4,
    "translated": 1144,
    "last_change": "2025-10-21T18:12:49"
}