Translation components API.

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

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

{
    "total": 206,
    "total_words": 281,
    "total_chars": 1960,
    "last_change": "2024-06-07T07:24:57.033004Z",
    "recent_changes": 1,
    "translated": 205,
    "translated_words": 280,
    "translated_percent": 99.5,
    "translated_words_percent": 99.6,
    "translated_chars": 1951,
    "translated_chars_percent": 99.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 21.3,
    "readonly_words": 75,
    "readonly_words_percent": 26.6,
    "readonly_chars": 539,
    "readonly_chars_percent": 27.5,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/glossary/zh_Hant/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/glossary/zh_Hant/"
}