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": 31,
    "total_words": 1900,
    "last_change": "2020-10-15T04:38:04.554278Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 197,
    "translated_percent": 9.6,
    "translated_words_percent": 10.3,
    "translated_chars": 1231,
    "translated_chars_percent": 10.2,
    "total_chars": 12068,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.info.ucl.ac.be/languages/zh_Hans/"
}