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": 7207,
    "total_words": 33026,
    "total_chars": 216977,
    "last_change": "2024-04-25T17:21:05.307571Z",
    "recent_changes": 410,
    "translated": 5770,
    "translated_words": 24555,
    "translated_percent": 80.0,
    "translated_words_percent": 74.3,
    "translated_chars": 161485,
    "translated_chars_percent": 74.4,
    "fuzzy": 263,
    "fuzzy_percent": 3.6,
    "failing": 112,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 89,
    "comments": 3,
    "name": "Chinese (Simplified)",
    "url": "https://l10n.elementary.io/languages/zh_Hans/"
}