Languages API.

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

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

{
    "total": 148184,
    "total_words": 1467841,
    "total_chars": 10261758,
    "last_change": "2024-04-24T02:38:00.322360Z",
    "recent_changes": 3013,
    "translated": 87756,
    "translated_words": 546273,
    "translated_percent": 59.2,
    "translated_words_percent": 37.2,
    "translated_chars": 3542449,
    "translated_chars_percent": 34.5,
    "fuzzy": 5049,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 26619,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 227708,
    "fuzzy_chars_percent": 2.2,
    "failing": 2521,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 93,
    "readonly_percent": 0.1,
    "readonly_words": 405,
    "readonly_words_percent": 0.1,
    "readonly_chars": 5116,
    "readonly_chars_percent": 0.1,
    "suggestions": 3241,
    "comments": 8,
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/languages/zh_CN/"
}