Translation components API.

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

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

{
    "total": 74,
    "total_words": 176,
    "total_chars": 1149,
    "last_change": "2024-04-10T09:32:30.239798Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 13,
    "translated_percent": 13.5,
    "translated_words_percent": 7.3,
    "translated_chars": 97,
    "translated_chars_percent": 8.4,
    "fuzzy": 21,
    "fuzzy_percent": 28.3,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 14.7,
    "fuzzy_chars": 182,
    "fuzzy_chars_percent": 15.8,
    "failing": 16,
    "failing_percent": 21.6,
    "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": 1,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.tryton.org/projects/tryton/account_dunning/zh_Hans/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_dunning/zh_Hans/"
}