Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "zh",
    "failing_percent": 5.7,
    "total_words": 680,
    "translated_words": 482,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/zh/",
    "fuzzy": 5,
    "total": 173,
    "name": "Chinese",
    "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
    "translated_percent": 68.7,
    "failing": 10,
    "fuzzy_percent": 2.8,
    "translated": 119,
    "last_change": "2021-02-16T07:30:46"
}