Translation components API.

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

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

{
    "total": 1510,
    "total_words": 20824,
    "total_chars": 123988,
    "last_change": "2021-12-08T15:52:06.369078Z",
    "recent_changes": 24,
    "translated": 450,
    "translated_words": 2069,
    "translated_percent": 29.8,
    "translated_words_percent": 9.9,
    "translated_chars": 12954,
    "translated_chars_percent": 10.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 33,
    "failing_percent": 2.1,
    "approved": 16,
    "approved_percent": 1.0,
    "approved_words": 25,
    "approved_words_percent": 0.1,
    "approved_chars": 176,
    "approved_chars_percent": 0.1,
    "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/user-manual/zh_Hans/",
    "translate_url": "http://translate.otrs.com/translate/otrs/user-manual/zh_Hans/"
}