Translation components API.

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

GET /api/translations/neos/neosneos-modules-73/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 321,
    "total_words": 1641,
    "total_chars": 10239,
    "last_change": "2023-01-23T14:33:08.320143Z",
    "recent_changes": 0,
    "translated": 147,
    "translated_words": 370,
    "translated_percent": 45.7,
    "translated_words_percent": 22.5,
    "translated_chars": 2309,
    "translated_chars_percent": 22.5,
    "fuzzy": 171,
    "fuzzy_percent": 53.2,
    "fuzzy_words": 1251,
    "fuzzy_words_percent": 76.2,
    "fuzzy_chars": 7802,
    "fuzzy_chars_percent": 76.1,
    "failing": 163,
    "failing_percent": 50.7,
    "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": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://hosted.weblate.org/projects/neos/neosneos-modules-73/zh_Hant/",
    "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-73/zh_Hant/"
}