Translation components API.

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

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

{
    "total": 385,
    "total_words": 1895,
    "total_chars": 12344,
    "last_change": "2023-11-29T22:07:44.529995Z",
    "recent_changes": 0,
    "translated": 381,
    "translated_words": 1869,
    "translated_percent": 98.9,
    "translated_words_percent": 98.6,
    "translated_chars": 12171,
    "translated_chars_percent": 98.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 24,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 159,
    "fuzzy_chars_percent": 1.2,
    "failing": 4,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "readonly_words": 6,
    "readonly_words_percent": 0.3,
    "readonly_chars": 35,
    "readonly_chars_percent": 0.2,
    "suggestions": 15,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://hosted.weblate.org/projects/mailcleaner/user-interface/zh_Hant/",
    "translate_url": "https://hosted.weblate.org/translate/mailcleaner/user-interface/zh_Hant/"
}