Translation components API.

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

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

{
    "last_author": "Красюкова Мария",
    "code": "ru",
    "failing_percent": 9.8,
    "total_words": 201,
    "translated_words": 201,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/webreports/ru/",
    "fuzzy": 0,
    "total": 81,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/webinterface/ru/",
    "translated_percent": 100.0,
    "failing": 8,
    "fuzzy_percent": 0.0,
    "translated": 81,
    "last_change": "2020-06-08T09:38:54"
}