Translation components API.

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

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

{
    "last_author": "Yestai Khakhar",
    "code": "ja",
    "failing_percent": 0.0,
    "total_words": 874,
    "translated_words": 5,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/ja/",
    "fuzzy": 0,
    "total": 212,
    "name": "Japanese",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ja/",
    "translated_percent": 0.4,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 1,
    "last_change": "2024-12-22T13:57:18"
}