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": 6407,
    "total_words": 51048,
    "total_chars": 343056,
    "last_change": "2024-11-18T22:23:09.018508Z",
    "recent_changes": 314,
    "translated": 2171,
    "translated_words": 15337,
    "translated_percent": 33.8,
    "translated_words_percent": 30.0,
    "translated_chars": 101888,
    "translated_chars_percent": 29.7,
    "fuzzy": 20,
    "fuzzy_percent": 0.3,
    "failing": 25,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "http://translate.pkp.sfu.ca/languages/zh_Hant/"
}