Translation components API.

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

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

{
    "last_author": "Alexander Shugaev",
    "code": "de_AT",
    "failing_percent": 5.7,
    "total_words": 29288,
    "translated_words": 18087,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/de_AT/",
    "fuzzy": 101,
    "total": 10725,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/storehouse5/de_AT/",
    "translated_percent": 61.3,
    "failing": 621,
    "fuzzy_percent": 0.9,
    "translated": 6578,
    "last_change": "2020-12-16T11:02:58"
}