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": 2409,
    "total_words": 9367,
    "total_chars": 56813,
    "last_change": "2025-09-18T08:26:08.717684Z",
    "recent_changes": 19,
    "translated": 296,
    "translated_words": 1085,
    "translated_percent": 12.2,
    "translated_words_percent": 11.5,
    "translated_chars": 6671,
    "translated_chars_percent": 11.7,
    "fuzzy": 51,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 173,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 921,
    "fuzzy_chars_percent": 1.6,
    "failing": 32,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 4.4,
    "readonly_words": 624,
    "readonly_words_percent": 6.6,
    "readonly_chars": 3863,
    "readonly_chars_percent": 6.7,
    "suggestions": 3,
    "comments": 0,
    "name": "Hindi",
    "url": "http://translate.gtaf.org/languages/hi/"
}