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": 1631,
    "total_words": 11788,
    "total_chars": 70375,
    "last_change": "2024-05-03T13:55:53.386788Z",
    "recent_changes": 14,
    "translated": 1140,
    "translated_words": 7691,
    "translated_percent": 69.8,
    "translated_words_percent": 65.2,
    "translated_chars": 45975,
    "translated_chars_percent": 65.3,
    "fuzzy": 229,
    "fuzzy_percent": 14.0,
    "failing": 54,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "http://translate.pretalx.com/languages/zh_Hant/"
}