Translation components API.

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

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

{
    "last_author": null,
    "code": "uz",
    "failing_percent": 1.8,
    "total_words": 676,
    "translated_words": 464,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/agora/uz/",
    "fuzzy": 1,
    "total": 164,
    "name": "Uzbek",
    "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
    "translated_percent": 79.8,
    "failing": 3,
    "fuzzy_percent": 0.6,
    "translated": 131,
    "last_change": null
}