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.9,
    "total_words": 27957,
    "translated_words": 18147,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/de_AT/",
    "fuzzy": 92,
    "total": 10343,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/storehouse5/de_AT/",
    "translated_percent": 63.8,
    "failing": 618,
    "fuzzy_percent": 0.8,
    "translated": 6602,
    "last_change": "2020-12-16T11:02:58"
}