Translation components API.

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

GET /api/translations/foodfactory/common/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": 0.5,
    "total_words": 1401,
    "translated_words": 1202,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/common/de_AT/",
    "fuzzy": 0,
    "total": 546,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/foodfactory/de_AT/",
    "translated_percent": 87.5,
    "failing": 3,
    "fuzzy_percent": 0.0,
    "translated": 478,
    "last_change": "2020-11-26T08:42:44"
}