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": 67934,
    "total_words": 436161,
    "total_chars": 2807172,
    "last_change": "2024-04-19T02:37:54.474267Z",
    "recent_changes": 266,
    "translated": 44181,
    "translated_words": 258137,
    "translated_percent": 65.0,
    "translated_words_percent": 59.1,
    "translated_chars": 1659657,
    "translated_chars_percent": 59.1,
    "fuzzy": 4095,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 21674,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 138027,
    "fuzzy_chars_percent": 4.9,
    "failing": 2077,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.1,
    "readonly_words": 50,
    "readonly_words_percent": 0.1,
    "readonly_chars": 710,
    "readonly_chars_percent": 0.1,
    "suggestions": 2857,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://translate.fedoraproject.org/languages/zh_TW/"
}