Translation components API.

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

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

{
    "last_author": null,
    "code": "de",
    "failing_percent": 14.0,
    "total_words": 676,
    "translated_words": 401,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/agora/de/",
    "fuzzy": 1,
    "total": 164,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 67.0,
    "failing": 23,
    "fuzzy_percent": 0.6,
    "translated": 110,
    "last_change": null
}