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": 3321,
    "total_words": 31673,
    "total_chars": 218439,
    "last_change": "2025-11-03T09:11:01.117620Z",
    "recent_changes": 28,
    "translated": 3254,
    "translated_words": 30856,
    "translated_percent": 97.9,
    "translated_words_percent": 97.4,
    "translated_chars": 212769,
    "translated_chars_percent": 97.4,
    "fuzzy": 51,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 604,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 3934,
    "fuzzy_chars_percent": 1.8,
    "failing": 587,
    "failing_percent": 17.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.9,
    "readonly_words": 34,
    "readonly_words_percent": 0.1,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Hindi",
    "url": "https://weblate.immersivetranslate.com/languages/hi/"
}