Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "ru",
    "failing_percent": 7.6,
    "total_words": 52,
    "translated_words": 43,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stmunits/ru/",
    "fuzzy": 1,
    "total": 13,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 92.3,
    "failing": 1,
    "fuzzy_percent": 7.6,
    "translated": 12,
    "last_change": "2021-11-18T11:39:27"
}