Translation components API.

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

GET /api/translations/otrs-7/update-guide/zh_Hans/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 278,
    "total_words": 4086,
    "total_chars": 25805,
    "last_change": "2023-11-24T15:10:52.220122Z",
    "recent_changes": 2,
    "translated": 199,
    "translated_words": 2743,
    "translated_percent": 71.5,
    "translated_words_percent": 67.1,
    "translated_chars": 17362,
    "translated_chars_percent": 67.2,
    "fuzzy": 24,
    "fuzzy_percent": 8.6,
    "fuzzy_words": 482,
    "fuzzy_words_percent": 11.7,
    "fuzzy_chars": 3123,
    "fuzzy_chars_percent": 12.1,
    "failing": 4,
    "failing_percent": 1.4,
    "approved": 5,
    "approved_percent": 1.7,
    "approved_words": 20,
    "approved_words_percent": 0.4,
    "approved_chars": 168,
    "approved_chars_percent": 0.6,
    "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_Hans",
    "name": "Chinese (Simplified)",
    "url": "http://translate.otrs.com/projects/otrs-7/update-guide/zh_Hans/",
    "translate_url": "http://translate.otrs.com/translate/otrs-7/update-guide/zh_Hans/"
}