Languages API.

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

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

{
    "total": 7260,
    "total_words": 51599,
    "total_chars": 317497,
    "last_change": "2024-04-17T08:29:38.388299Z",
    "recent_changes": 1,
    "translated": 2959,
    "translated_words": 12773,
    "translated_percent": 40.7,
    "translated_words_percent": 24.7,
    "translated_chars": 77378,
    "translated_chars_percent": 24.3,
    "fuzzy": 331,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 3270,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 21879,
    "fuzzy_chars_percent": 6.8,
    "failing": 53,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1854,
    "comments": 7,
    "name": "Chinese (Simplified)",
    "url": "http://translate.beamng.com/languages/zh_Hans/"
}