Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1417,
    "total_words": 8767,
    "last_change": "2024-03-02T21:05:40.937994Z",
    "recent_changes": 203,
    "translated": 1382,
    "translated_words": 8489,
    "translated_percent": 97.5,
    "translated_words_percent": 96.8,
    "translated_chars": 54815,
    "translated_chars_percent": 96.5,
    "total_chars": 56748,
    "fuzzy": 5,
    "fuzzy_percent": 0.3,
    "failing": 25,
    "failing_percent": 1.7,
    "approved": 31,
    "approved_percent": 2.1,
    "readonly": 35,
    "readonly_percent": 2.4,
    "suggestions": 29,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://weblate.rikka.app/languages/zh_Hant/"
}