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": 7185,
    "total_words": 32876,
    "total_chars": 216028,
    "last_change": "2024-03-21T16:34:29.219608Z",
    "recent_changes": 254,
    "translated": 3578,
    "translated_words": 10961,
    "translated_percent": 49.7,
    "translated_words_percent": 33.3,
    "translated_chars": 73707,
    "translated_chars_percent": 34.1,
    "fuzzy": 664,
    "fuzzy_percent": 9.2,
    "failing": 271,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 414,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/languages/zh_Hant/"
}