Translation components API.

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

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

{
    "last_author": null,
    "code": "kk",
    "failing_percent": 4.3,
    "total_words": 1585,
    "translated_words": 1582,
    "url_translate": "http://weblate.ucs.ru/projects/SelfService/default/kk/",
    "fuzzy": 0,
    "total": 388,
    "name": "Kazakh",
    "url": "http://weblate.ucs.ru/engage/SelfService/kk/",
    "translated_percent": 93.0,
    "failing": 17,
    "fuzzy_percent": 0.0,
    "translated": 361,
    "last_change": null
}