Translation components API.

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

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

{
    "last_author": "Szakács Dániel",
    "code": "de",
    "failing_percent": 4.3,
    "total_words": 4903,
    "translated_words": 1551,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/de/",
    "fuzzy": 5,
    "total": 1038,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 35.0,
    "failing": 45,
    "fuzzy_percent": 0.4,
    "translated": 364,
    "last_change": "2025-03-13T11:36:03"
}