Translation components API.

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

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

{
    "last_author": "A.Sergiev",
    "code": "de",
    "failing_percent": 6.3,
    "total_words": 680,
    "translated_words": 680,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/de/",
    "fuzzy": 0,
    "total": 173,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 100.0,
    "failing": 11,
    "fuzzy_percent": 0.0,
    "translated": 173,
    "last_change": "2024-04-18T07:34:29"
}