Translation components API.

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

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

{
    "last_author": "Aleksey Vantzlav",
    "code": "ru",
    "failing_percent": 4.2,
    "total_words": 874,
    "translated_words": 836,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/ru/",
    "fuzzy": 4,
    "total": 212,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 96.2,
    "failing": 9,
    "fuzzy_percent": 1.8,
    "translated": 204,
    "last_change": "2025-01-31T12:53:34"
}