Translation components API.

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

GET /api/translations/SelfService/default/zh/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": null,
    "code": "zh",
    "failing_percent": 85.8,
    "total_words": 1585,
    "translated_words": 1580,
    "url_translate": "http://weblate.ucs.ru/projects/SelfService/default/zh/",
    "fuzzy": 1,
    "total": 388,
    "name": "Chinese",
    "url": "http://weblate.ucs.ru/engage/SelfService/zh/",
    "translated_percent": 93.0,
    "failing": 333,
    "fuzzy_percent": 0.2,
    "translated": 361,
    "last_change": null
}