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": 7870,
    "total_words": 56370,
    "total_chars": 397628,
    "last_change": "2024-04-17T10:14:17.905965Z",
    "recent_changes": 76,
    "translated": 4753,
    "translated_words": 27980,
    "translated_percent": 60.3,
    "translated_words_percent": 49.6,
    "translated_chars": 208617,
    "translated_chars_percent": 52.4,
    "fuzzy": 26,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 270,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 1701,
    "fuzzy_chars_percent": 0.4,
    "failing": 35,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "readonly_words": 247,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2263,
    "readonly_chars_percent": 0.5,
    "suggestions": 194,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://weblate.framasoft.org/languages/zh_Hant/"
}