Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "zh",
    "failing_percent": 1.8,
    "total_words": 4056,
    "translated_words": 2853,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/zh/",
    "fuzzy": 5,
    "total": 871,
    "name": "Chinese",
    "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
    "translated_percent": 73.4,
    "failing": 16,
    "fuzzy_percent": 0.5,
    "translated": 640,
    "last_change": "2020-11-02T08:21:29"
}