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": 1.4,
    "total_words": 201,
    "translated_words": 200,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/ru/",
    "fuzzy": 1,
    "total": 70,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 98.5,
    "failing": 1,
    "fuzzy_percent": 1.4,
    "translated": 69,
    "last_change": "2020-12-21T03:06:45"
}