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": 487,
    "total_words": 3531,
    "total_chars": 23022,
    "last_change": "2024-03-08T18:37:29.372419Z",
    "recent_changes": 21,
    "translated": 453,
    "translated_words": 3277,
    "translated_percent": 93.0,
    "translated_words_percent": 92.8,
    "translated_chars": 21346,
    "translated_chars_percent": 92.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 349,
    "approved_percent": 71.6,
    "approved_words": 2562,
    "approved_words_percent": 72.5,
    "approved_chars": 16642,
    "approved_chars_percent": 72.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 32,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://weblate.securedrop.org/languages/zh_Hant/"
}