Translation components API.

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

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

{
    "last_author": "Alexander Shugaev",
    "code": "de_AT",
    "failing_percent": 13.8,
    "total_words": 680,
    "translated_words": 458,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/de_AT/",
    "fuzzy": 9,
    "total": 173,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de_AT/",
    "translated_percent": 67.0,
    "failing": 24,
    "fuzzy_percent": 5.2,
    "translated": 116,
    "last_change": "2022-04-28T13:22:50"
}