Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "ru",
    "failing_percent": 0.0,
    "total_words": 213,
    "translated_words": 213,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rkls/ru/",
    "fuzzy": 0,
    "total": 35,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 35,
    "last_change": "2021-11-02T11:06:29"
}