Translation components API.

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

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

{
    "last_author": "Egor Vorobiew",
    "code": "de",
    "failing_percent": 0.7,
    "total_words": 972,
    "translated_words": 698,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/de/",
    "fuzzy": 0,
    "total": 378,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/rk_office/de/",
    "translated_percent": 70.8,
    "failing": 3,
    "fuzzy_percent": 0.0,
    "translated": 268,
    "last_change": "2026-01-21T11:13:11"
}