Translation components API.

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

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

{
    "last_author": null,
    "code": "hu",
    "failing_percent": 8.7,
    "total_words": 1585,
    "translated_words": 1211,
    "url_translate": "http://weblate.ucs.ru/projects/SelfService/default/hu/",
    "fuzzy": 2,
    "total": 388,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/SelfService/hu/",
    "translated_percent": 83.5,
    "failing": 34,
    "fuzzy_percent": 0.5,
    "translated": 324,
    "last_change": null
}