Translation components API.

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

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

{
    "last_author": null,
    "code": "hu",
    "failing_percent": 3.1,
    "total_words": 506,
    "translated_words": 488,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/hu/",
    "fuzzy": 2,
    "total": 126,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/hu/",
    "translated_percent": 91.2,
    "failing": 4,
    "fuzzy_percent": 1.5,
    "translated": 115,
    "last_change": null
}