Translation components API.

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

GET /api/translations/storehouse5/sdbman/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": 10.7,
    "total_words": 1684,
    "translated_words": 1543,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sdbman/de_AT/",
    "fuzzy": 9,
    "total": 511,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/storehouse5/de_AT/",
    "translated_percent": 92.5,
    "failing": 55,
    "fuzzy_percent": 1.7,
    "translated": 473,
    "last_change": "2020-12-07T09:32:24"
}