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": 677365,
    "total_words": 5992952,
    "total_chars": 39801612,
    "last_change": "2024-04-25T16:49:08.515507Z",
    "recent_changes": 22293,
    "translated": 391303,
    "translated_words": 2797359,
    "translated_percent": 57.7,
    "translated_words_percent": 46.6,
    "translated_chars": 18147459,
    "translated_chars_percent": 45.5,
    "fuzzy": 42032,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 372973,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 2750031,
    "fuzzy_chars_percent": 6.9,
    "failing": 28288,
    "failing_percent": 4.1,
    "approved": 4097,
    "approved_percent": 0.6,
    "approved_words": 22059,
    "approved_words_percent": 0.3,
    "approved_chars": 140964,
    "approved_chars_percent": 0.3,
    "readonly": 14613,
    "readonly_percent": 2.1,
    "readonly_words": 85586,
    "readonly_words_percent": 1.4,
    "readonly_chars": 396997,
    "readonly_chars_percent": 0.9,
    "suggestions": 11445,
    "comments": 130,
    "name": "Chinese (Traditional)",
    "url": "https://hosted.weblate.org/languages/zh_Hant/"
}