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": 5865,
    "total_words": 46801,
    "total_chars": 313927,
    "last_change": "2024-01-22T05:39:08.472324Z",
    "recent_changes": 312,
    "translated": 2147,
    "translated_words": 14418,
    "translated_percent": 36.6,
    "translated_words_percent": 30.8,
    "translated_chars": 94957,
    "translated_chars_percent": 30.2,
    "fuzzy": 15,
    "fuzzy_percent": 0.2,
    "failing": 25,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "http://translate.pkp.sfu.ca/languages/zh_Hant/"
}