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": 28397,
    "total_words": 579227,
    "total_chars": 4108227,
    "last_change": "2025-03-13T08:47:37.469463Z",
    "recent_changes": 21,
    "translated": 1101,
    "translated_words": 8898,
    "translated_percent": 3.8,
    "translated_words_percent": 1.5,
    "translated_chars": 61198,
    "translated_chars_percent": 1.4,
    "fuzzy": 64,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 720,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 5377,
    "fuzzy_chars_percent": 0.1,
    "failing": 54,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 609,
    "readonly_chars_percent": 0.1,
    "suggestions": 226,
    "comments": 0,
    "name": "Chinese (Traditional Han script)",
    "url": "https://translate.fedoraproject.org/languages/zh_Hant/"
}