Languages API.

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

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

{
    "total": 3239,
    "total_words": 30984,
    "total_chars": 214516,
    "last_change": "2025-09-16T10:39:58.191815Z",
    "recent_changes": 10,
    "translated": 3146,
    "translated_words": 29486,
    "translated_percent": 97.1,
    "translated_words_percent": 95.1,
    "translated_chars": 203593,
    "translated_chars_percent": 94.9,
    "fuzzy": 73,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 1281,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 9169,
    "fuzzy_chars_percent": 4.2,
    "failing": 583,
    "failing_percent": 17.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.8,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 90,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Hindi",
    "url": "https://weblate.immersivetranslate.com/languages/hi/"
}