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": 8773,
    "total_words": 105358,
    "total_chars": 820231,
    "last_change": "2024-04-27T09:12:07.948697Z",
    "recent_changes": 410,
    "translated": 1273,
    "translated_words": 10099,
    "translated_percent": 14.5,
    "translated_words_percent": 9.5,
    "translated_chars": 84336,
    "translated_chars_percent": 10.2,
    "fuzzy": 885,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 8932,
    "fuzzy_words_percent": 8.4,
    "fuzzy_chars": 91139,
    "fuzzy_chars_percent": 11.1,
    "failing": 497,
    "failing_percent": 5.6,
    "approved": 630,
    "approved_percent": 7.1,
    "approved_words": 2155,
    "approved_words_percent": 2.0,
    "approved_chars": 26880,
    "approved_chars_percent": 3.2,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 46,
    "comments": 0,
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/languages/zh_TW/"
}