Translation components API.

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

GET /api/translations/kiosk2/kfc/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": 4.2,
    "total_words": 201,
    "translated_words": 200,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/ka/",
    "fuzzy": 1,
    "total": 70,
    "name": "Georgian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ka/",
    "translated_percent": 98.5,
    "failing": 3,
    "fuzzy_percent": 1.4,
    "translated": 69,
    "last_change": "2021-03-04T08:00:03"
}