Translation components API.

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

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

{
    "last_author": "Комаров Глеб",
    "code": "en",
    "failing_percent": 0.6,
    "total_words": 3423,
    "translated_words": 3265,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/en/",
    "fuzzy": 1,
    "total": 994,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
    "translated_percent": 93.9,
    "failing": 6,
    "fuzzy_percent": 0.1,
    "translated": 934,
    "last_change": "2023-12-28T09:06:00"
}