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": 1416,
    "total_words": 8766,
    "last_change": "2024-03-20T07:06:14.412532Z",
    "recent_changes": 72,
    "translated": 1380,
    "translated_words": 8394,
    "translated_percent": 97.4,
    "translated_words_percent": 95.7,
    "translated_chars": 54062,
    "translated_chars_percent": 95.2,
    "total_chars": 56744,
    "fuzzy": 15,
    "fuzzy_percent": 1.0,
    "failing": 32,
    "failing_percent": 2.2,
    "approved": 38,
    "approved_percent": 2.6,
    "readonly": 35,
    "readonly_percent": 2.4,
    "suggestions": 24,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.rikka.app/languages/zh_Hans/"
}