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": 3.4,
    "total_words": 680,
    "translated_words": 668,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/ru/",
    "fuzzy": 3,
    "total": 173,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 97.1,
    "failing": 6,
    "fuzzy_percent": 1.7,
    "translated": 168,
    "last_change": "2023-09-13T12:38:14"
}