Translation components API.

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

GET /api/translations/kiosk2/kfc/uz/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Даниил Попов",
    "code": "uz",
    "failing_percent": 0.0,
    "total_words": 201,
    "translated_words": 201,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/uz/",
    "fuzzy": 0,
    "total": 70,
    "name": "Uzbek",
    "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 70,
    "last_change": "2021-12-28T11:45:14"
}