Translation components API.

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

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

{
    "last_author": "Zarqua Irakli",
    "code": "ka",
    "failing_percent": 25.0,
    "total_words": 106,
    "translated_words": 105,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/ka/",
    "fuzzy": 0,
    "total": 24,
    "name": "Georgian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ka/",
    "translated_percent": 95.8,
    "failing": 6,
    "fuzzy_percent": 0.0,
    "translated": 23,
    "last_change": "2022-02-10T11:33:52"
}