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": 3723,
    "total_words": 35084,
    "total_chars": 244156,
    "last_change": "2026-03-31T08:41:45.340797Z",
    "recent_changes": 2,
    "translated": 3309,
    "translated_words": 29886,
    "translated_percent": 88.8,
    "translated_words_percent": 85.1,
    "translated_chars": 207830,
    "translated_chars_percent": 85.1,
    "fuzzy": 350,
    "fuzzy_percent": 9.4,
    "fuzzy_words": 4816,
    "fuzzy_words_percent": 13.7,
    "fuzzy_chars": 33386,
    "fuzzy_chars_percent": 13.6,
    "failing": 602,
    "failing_percent": 16.1,
    "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.7,
    "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/"
}