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": 7333,
    "total_words": 51673,
    "total_chars": 317931,
    "last_change": "2024-04-16T13:11:59.706257Z",
    "recent_changes": 28,
    "translated": 4292,
    "translated_words": 19087,
    "translated_percent": 58.5,
    "translated_words_percent": 36.9,
    "translated_chars": 122237,
    "translated_chars_percent": 38.4,
    "fuzzy": 153,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 1618,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 9615,
    "fuzzy_chars_percent": 3.0,
    "failing": 29,
    "failing_percent": 0.3,
    "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": 168,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "http://translate.beamng.com/languages/zh_Hant/"
}