Languages API.

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

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

{
    "total": 30797,
    "total_words": 626080,
    "total_chars": 4450628,
    "last_change": "2024-04-24T14:35:54.525994Z",
    "recent_changes": 5,
    "translated": 964,
    "translated_words": 7456,
    "translated_percent": 3.1,
    "translated_words_percent": 1.1,
    "translated_chars": 51691,
    "translated_chars_percent": 1.1,
    "fuzzy": 56,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 690,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 5127,
    "fuzzy_chars_percent": 0.1,
    "failing": 49,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 0.1,
    "readonly_words": 37,
    "readonly_words_percent": 0.1,
    "readonly_chars": 268,
    "readonly_chars_percent": 0.1,
    "suggestions": 215,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://translate.fedoraproject.org/languages/zh_Hant/"
}