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": 6.1,
    "total_words": 27066,
    "translated_words": 18149,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/de_AT/",
    "fuzzy": 91,
    "total": 10090,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/storehouse5/de_AT/",
    "translated_percent": 65.4,
    "failing": 617,
    "fuzzy_percent": 0.9,
    "translated": 6603,
    "last_change": "2020-12-16T11:02:58"
}