Translation components API.

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

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

{
    "last_author": null,
    "code": "et",
    "failing_percent": 10.3,
    "total_words": 506,
    "translated_words": 497,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/et/",
    "fuzzy": 2,
    "total": 126,
    "name": "Estonian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/et/",
    "translated_percent": 96.0,
    "failing": 13,
    "fuzzy_percent": 1.5,
    "translated": 121,
    "last_change": null
}