Translation components API.

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

GET /api/translations/storehouse5/qushman/sk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": null,
    "code": "sk",
    "failing_percent": 0.0,
    "total_words": 1112,
    "translated_words": 1,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/qushman/sk/",
    "fuzzy": 0,
    "total": 388,
    "name": "Slovak",
    "url": "http://weblate.ucs.ru/engage/storehouse5/sk/",
    "translated_percent": 0.2,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 1,
    "last_change": null
}