Translation components API.

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

GET /api/translations/storehouse5/sh/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Hai Pham",
    "code": "en",
    "failing_percent": 1.2,
    "total_words": 29288,
    "translated_words": 26916,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/en/",
    "fuzzy": 22,
    "total": 10725,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
    "translated_percent": 91.5,
    "failing": 131,
    "fuzzy_percent": 0.2,
    "translated": 9817,
    "last_change": "2024-09-12T04:37:08"
}