Translation components API.

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

GET /api/translations/rk_office/webman/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Пономаренко Вадим",
    "code": "bg",
    "failing_percent": 0.0,
    "total_words": 963,
    "translated_words": 954,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
    "fuzzy": 0,
    "total": 374,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
    "translated_percent": 99.1,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 371,
    "last_change": "2025-11-05T09:26:49"
}