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": 9191,
    "total_words": 64044,
    "total_chars": 443852,
    "last_change": "2024-04-24T12:59:21.201430Z",
    "recent_changes": 722,
    "translated": 6657,
    "translated_words": 34498,
    "translated_percent": 72.4,
    "translated_words_percent": 53.8,
    "translated_chars": 233703,
    "translated_chars_percent": 52.6,
    "fuzzy": 572,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 4842,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 42415,
    "fuzzy_chars_percent": 9.5,
    "failing": 536,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.3,
    "readonly_words": 237,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.4,
    "suggestions": 17,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.framasoft.org/languages/zh_Hans/"
}