Translation components API.

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

GET /api/translations/storehouse5/shadm/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": 1.6,
    "total_words": 3423,
    "translated_words": 2465,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/de_AT/",
    "fuzzy": 6,
    "total": 994,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/storehouse5/de_AT/",
    "translated_percent": 72.1,
    "failing": 16,
    "fuzzy_percent": 0.6,
    "translated": 717,
    "last_change": "2020-12-07T09:32:24"
}