Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "zh",
    "failing_percent": 11.9,
    "total_words": 508,
    "translated_words": 451,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/zh/",
    "fuzzy": 5,
    "total": 126,
    "name": "Chinese",
    "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
    "translated_percent": 83.3,
    "failing": 15,
    "fuzzy_percent": 3.9,
    "translated": 105,
    "last_change": "2021-02-16T07:31:04"
}