Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 126466,
    "total_words": 1680179,
    "last_change": "2024-01-18T00:37:26.034619Z",
    "recent_changes": 937,
    "translated": 18038,
    "translated_words": 353988,
    "translated_percent": 14.2,
    "translated_words_percent": 21.0,
    "translated_chars": 2964416,
    "translated_chars_percent": 22.6,
    "total_chars": 13084678,
    "fuzzy": 2495,
    "fuzzy_percent": 1.9,
    "failing": 5692,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 10,
    "name": "Chinese (Simplified)",
    "url": "https://translate-dev.freebsd.org/languages/zh_CN/"
}