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": 239,
    "total_words": 1940,
    "last_change": "2021-10-07T10:17:07.628298Z",
    "recent_changes": 1,
    "translated": 123,
    "translated_words": 596,
    "translated_percent": 51.4,
    "translated_words_percent": 30.7,
    "translated_chars": 3834,
    "translated_chars_percent": 32.5,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://i18n.tweaked.cc/languages/zh_Hans/"
}