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": 127233,
    "total_words": 1691492,
    "last_change": "2025-02-22T11:54:30.249915Z",
    "recent_changes": 899,
    "translated": 18057,
    "translated_words": 354883,
    "translated_percent": 14.1,
    "translated_words_percent": 20.9,
    "translated_chars": 2970393,
    "translated_chars_percent": 22.5,
    "total_chars": 13178640,
    "fuzzy": 2557,
    "fuzzy_percent": 2.0,
    "failing": 5716,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 10,
    "name": "Chinese (Simplified)",
    "url": "https://translate-dev.freebsd.org/languages/zh_CN/"
}