Languages API.

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

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

{
    "total": 8411,
    "total_words": 63249,
    "total_chars": 69542,
    "last_change": "2025-08-21T02:31:05.981766Z",
    "recent_changes": 41,
    "translated": 8086,
    "translated_words": 59787,
    "translated_percent": 96.1,
    "translated_words_percent": 94.5,
    "translated_chars": 65777,
    "translated_chars_percent": 94.5,
    "fuzzy": 80,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 586,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 640,
    "fuzzy_chars_percent": 0.9,
    "failing": 81,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 0.1,
    "suggestions": 287,
    "comments": 0,
    "name": "中文(繁体,台湾)",
    "url": "https://weblate.dudu-auto.com/languages/zh_Hant_TW/"
}