Translation components API.

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

GET /api/translations/kiosk2/bk-belarus/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": null,
    "code": "ru",
    "failing_percent": 6.9,
    "total_words": 807,
    "translated_words": 805,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-belarus/ru/",
    "fuzzy": 1,
    "total": 202,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ru/",
    "translated_percent": 99.5,
    "failing": 14,
    "fuzzy_percent": 0.4,
    "translated": 201,
    "last_change": null
}