Translation components API.

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

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

{
    "last_author": "a.pecis",
    "code": "lv",
    "failing_percent": 0.0,
    "total_words": 26,
    "translated_words": 2,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/formats/lv/",
    "fuzzy": 4,
    "total": 5,
    "name": "Latvian",
    "url": "http://weblate.ucs.ru/engage/webinterface/lv/",
    "translated_percent": 20.0,
    "failing": 0,
    "fuzzy_percent": 80.0,
    "translated": 1,
    "last_change": "2023-12-22T10:03:54"
}