Languages API.

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

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

{
    "total": 71236,
    "total_words": 460077,
    "total_chars": 2966730,
    "last_change": "2025-03-13T04:00:25.043512Z",
    "recent_changes": 150,
    "translated": 47545,
    "translated_words": 279785,
    "translated_percent": 66.7,
    "translated_words_percent": 60.8,
    "translated_chars": 1796872,
    "translated_chars_percent": 60.5,
    "fuzzy": 3392,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 20107,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 129242,
    "fuzzy_chars_percent": 4.3,
    "failing": 2035,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.1,
    "readonly_words": 73,
    "readonly_words_percent": 0.1,
    "readonly_chars": 821,
    "readonly_chars_percent": 0.1,
    "suggestions": 2999,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://translate.fedoraproject.org/languages/zh_TW/"
}