Translation components API.

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

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

{
    "last_author": "Евгений Шмитенберг",
    "code": "et",
    "failing_percent": 10.4,
    "total_words": 680,
    "translated_words": 660,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/et/",
    "fuzzy": 3,
    "total": 173,
    "name": "Estonian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/et/",
    "translated_percent": 94.7,
    "failing": 18,
    "fuzzy_percent": 1.7,
    "translated": 164,
    "last_change": "2023-05-05T18:01:38"
}