Translation components API.

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

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

{
    "last_author": "Миронов Михаил",
    "code": "ru",
    "failing_percent": 4.8,
    "total_words": 99,
    "translated_words": 98,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocsmovement/ru/",
    "fuzzy": 1,
    "total": 41,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 97.5,
    "failing": 2,
    "fuzzy_percent": 2.4,
    "translated": 40,
    "last_change": "2024-03-11T07:20:58"
}