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.2,
    "total_words": 4611,
    "translated_words": 1590,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/de/",
    "fuzzy": 1,
    "total": 966,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 38.4,
    "failing": 41,
    "fuzzy_percent": 0.1,
    "translated": 371,
    "last_change": "2025-03-13T11:36:03"
}