Translation components API.

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

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

{
    "last_author": "Артем Шуляков",
    "code": "ru",
    "failing_percent": 6.2,
    "total_words": 24,
    "translated_words": 23,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rkloc8s/ru/",
    "fuzzy": 1,
    "total": 16,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 93.7,
    "failing": 1,
    "fuzzy_percent": 6.2,
    "translated": 15,
    "last_change": "2020-03-11T15:29:41"
}