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.5,
    "total_words": 4749,
    "translated_words": 1569,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/de/",
    "fuzzy": 5,
    "total": 997,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 36.8,
    "failing": 45,
    "fuzzy_percent": 0.5,
    "translated": 367,
    "last_change": "2025-03-13T11:36:03"
}