Translation components API.

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

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

{
    "last_author": "Juskenas Edvinas",
    "code": "lt",
    "failing_percent": 1.5,
    "total_words": 801,
    "translated_words": 768,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/lt/",
    "fuzzy": 1,
    "total": 320,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/rk_office/lt/",
    "translated_percent": 95.9,
    "failing": 5,
    "fuzzy_percent": 0.3,
    "translated": 307,
    "last_change": "2025-04-14T07:15:46"
}