Translation components API.

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

GET /api/translations/blivet/blivet-gui/zh_TW/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 278,
    "total_words": 1149,
    "total_chars": 7629,
    "last_change": "2025-04-07T06:54:14.606060Z",
    "recent_changes": 0,
    "translated": 201,
    "translated_words": 660,
    "translated_percent": 72.3,
    "translated_words_percent": 57.4,
    "translated_chars": 4437,
    "translated_chars_percent": 58.1,
    "fuzzy": 31,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 155,
    "fuzzy_words_percent": 13.4,
    "fuzzy_chars": 1023,
    "fuzzy_chars_percent": 13.4,
    "failing": 9,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 26,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Traditional)",
    "url": "https://translate.fedoraproject.org/projects/blivet/blivet-gui/zh_TW/",
    "translate_url": "https://translate.fedoraproject.org/translate/blivet/blivet-gui/zh_TW/"
}