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": 1498,
    "total_words": 4527,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1078,
    "translated_words": 3219,
    "translated_percent": 71.9,
    "translated_words_percent": 71.1,
    "translated_chars": 19471,
    "translated_chars_percent": 71.2,
    "total_chars": 27310,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 301,
    "failing_percent": 20.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://translate.opensourcepos.org/languages/zh_Hans/"
}