Translation components API.

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

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

{
    "last_author": "Yestai Khakhar",
    "code": "ru",
    "failing_percent": 12.1,
    "total_words": 677,
    "translated_words": 630,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/ru/",
    "fuzzy": 11,
    "total": 164,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 93.2,
    "failing": 20,
    "fuzzy_percent": 6.7,
    "translated": 153,
    "last_change": "2020-12-21T03:06:45"
}