Translation components API.

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

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

{
    "last_author": "Красюкова Мария",
    "code": "ru",
    "failing_percent": 2.3,
    "total_words": 847,
    "translated_words": 480,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/webdashboard/ru/",
    "fuzzy": 189,
    "total": 417,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/webinterface/ru/",
    "translated_percent": 53.4,
    "failing": 10,
    "fuzzy_percent": 45.3,
    "translated": 223,
    "last_change": "2020-06-08T09:39:23"
}