Translation components API.

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

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

{
    "last_author": "Миронов Михаил",
    "code": "ru",
    "failing_percent": 3.9,
    "total_words": 140,
    "translated_words": 66,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocswriteoff/ru/",
    "fuzzy": 16,
    "total": 51,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 68.6,
    "failing": 2,
    "fuzzy_percent": 31.3,
    "translated": 35,
    "last_change": "2024-03-07T21:50:32"
}