Translation components API.

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

GET /api/translations/rk_lite/stdocsremakings/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": null,
    "code": "ru",
    "failing_percent": 0.0,
    "total_words": 86,
    "translated_words": 82,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocsremakings/ru/",
    "fuzzy": 1,
    "total": 31,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 96.7,
    "failing": 0,
    "fuzzy_percent": 3.2,
    "translated": 30,
    "last_change": null
}