Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "ru",
    "failing_percent": 1.5,
    "total_words": 1105,
    "translated_words": 1093,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/r-keeper-lite_store_core/ru/",
    "fuzzy": 1,
    "total": 265,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 99.6,
    "failing": 4,
    "fuzzy_percent": 0.3,
    "translated": 264,
    "last_change": "2022-10-03T09:23:09"
}