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": 4124,
    "total_words": 47543,
    "total_chars": 313048,
    "last_change": "2023-04-25T13:29:14.282531Z",
    "recent_changes": 15,
    "translated": 1124,
    "translated_words": 8486,
    "translated_percent": 27.2,
    "translated_words_percent": 17.8,
    "translated_chars": 52221,
    "translated_chars_percent": 16.6,
    "fuzzy": 47,
    "fuzzy_percent": 1.1,
    "failing": 73,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 51,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "http://translate.getmonero.org/languages/zh_Hant/"
}