Translation components API.

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

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

{
    "last_author": "Evita Strode",
    "code": "lv",
    "failing_percent": 8.4,
    "total_words": 27066,
    "translated_words": 26574,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/lv/",
    "fuzzy": 4,
    "total": 10090,
    "name": "Latvian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/lv/",
    "translated_percent": 98.7,
    "failing": 851,
    "fuzzy_percent": 0.1,
    "translated": 9965,
    "last_change": "2024-04-18T07:44:53"
}