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": 2845,
    "total_words": 14423,
    "total_chars": 85992,
    "last_change": "2026-03-10T18:26:31.443331Z",
    "recent_changes": 5,
    "translated": 235,
    "translated_words": 585,
    "translated_percent": 8.2,
    "translated_words_percent": 4.0,
    "translated_chars": 3610,
    "translated_chars_percent": 4.1,
    "fuzzy": 135,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 218,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 1461,
    "fuzzy_chars_percent": 1.6,
    "failing": 122,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 1.0,
    "readonly_words": 69,
    "readonly_words_percent": 0.4,
    "readonly_chars": 509,
    "readonly_chars_percent": 0.5,
    "suggestions": 4,
    "comments": 0,
    "name": "Hindi",
    "url": "http://translate.gtaf.org/languages/hi/"
}