Languages API.

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

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

{
    "total": 284122,
    "total_words": 2398788,
    "total_chars": 19026346,
    "last_change": "2024-05-06T02:50:57.283998Z",
    "recent_changes": 541,
    "translated": 198261,
    "translated_words": 1320632,
    "translated_percent": 69.7,
    "translated_words_percent": 55.0,
    "translated_chars": 9686571,
    "translated_chars_percent": 50.9,
    "fuzzy": 31,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 96,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 621,
    "fuzzy_chars_percent": 0.1,
    "failing": 2945,
    "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": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 108,
    "comments": 2,
    "name": "Chinese (Traditional)",
    "url": "https://translations.documentfoundation.org/languages/zh_Hant/"
}