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": "Комаров Глеб",
    "code": "en",
    "failing_percent": 0.7,
    "total_words": 27066,
    "translated_words": 24775,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/en/",
    "fuzzy": 16,
    "total": 10090,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
    "translated_percent": 90.7,
    "failing": 80,
    "fuzzy_percent": 0.1,
    "translated": 9159,
    "last_change": "2023-12-28T09:13:21"
}