Translation components API.

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

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

{
    "last_author": "Yestai Khakhar",
    "code": "mn",
    "failing_percent": 10.0,
    "total_words": 201,
    "translated_words": 149,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/mn/",
    "fuzzy": 0,
    "total": 70,
    "name": "Mongolian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/mn/",
    "translated_percent": 80.0,
    "failing": 7,
    "fuzzy_percent": 0.0,
    "translated": 56,
    "last_change": "2022-09-27T07:03:37"
}