Translation components API.

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

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

{
    "last_author": "Reznicek Jan",
    "code": "cs",
    "failing_percent": 1.9,
    "total_words": 5486,
    "translated_words": 4921,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/cs/",
    "fuzzy": 23,
    "total": 1151,
    "name": "Czech",
    "url": "http://weblate.ucs.ru/engage/kiosk2/cs/",
    "translated_percent": 90.8,
    "failing": 23,
    "fuzzy_percent": 1.9,
    "translated": 1046,
    "last_change": "2025-08-18T10:38:06"
}