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": 6451,
    "total_words": 33153,
    "last_change": "2024-05-07T08:48:42.338138Z",
    "recent_changes": 723,
    "translated": 6093,
    "translated_words": 30200,
    "translated_percent": 94.4,
    "translated_words_percent": 91.0,
    "translated_chars": 213996,
    "translated_chars_percent": 91.5,
    "total_chars": 233863,
    "fuzzy": 265,
    "fuzzy_percent": 4.1,
    "failing": 279,
    "failing_percent": 4.3,
    "name": "Chinese (Simplified)",
    "url": "https://translate.lxqt-project.org/languages/zh_CN/"
}