Languages API.

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

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

{
    "total": 167908,
    "total_words": 3144737,
    "total_chars": 23259467,
    "last_change": "2025-03-13T03:53:03.724647Z",
    "recent_changes": 583,
    "translated": 20651,
    "translated_words": 301070,
    "translated_percent": 12.2,
    "translated_words_percent": 9.5,
    "translated_chars": 2123058,
    "translated_chars_percent": 9.1,
    "fuzzy": 487,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 4646,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 33716,
    "fuzzy_chars_percent": 0.1,
    "failing": 3407,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 85,
    "readonly_percent": 0.1,
    "readonly_words": 253,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3540,
    "readonly_chars_percent": 0.1,
    "suggestions": 16442,
    "comments": 0,
    "name": "Chinese (Simplified Han script)",
    "url": "https://translate.fedoraproject.org/languages/zh_Hans/"
}