Translation components API.

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

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

{
    "last_author": "A.Sergiev",
    "code": "de",
    "failing_percent": 15.8,
    "total_words": 506,
    "translated_words": 457,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/de/",
    "fuzzy": 2,
    "total": 126,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 86.5,
    "failing": 20,
    "fuzzy_percent": 1.5,
    "translated": 109,
    "last_change": "2024-04-18T07:34:11"
}