Translation components API.

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

GET /api/translations/kiosk2/kfc-yam/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": 7.6,
    "total_words": 525,
    "translated_words": 520,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/ru/",
    "fuzzy": 3,
    "total": 131,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 97.7,
    "failing": 10,
    "fuzzy_percent": 2.2,
    "translated": 128,
    "last_change": "2025-01-31T12:53:35"
}