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": 2351,
    "total_words": 9076,
    "total_chars": 55040,
    "last_change": "2025-07-31T01:12:31.694636Z",
    "recent_changes": 2,
    "translated": 294,
    "translated_words": 1083,
    "translated_percent": 12.5,
    "translated_words_percent": 11.9,
    "translated_chars": 6645,
    "translated_chars_percent": 12.0,
    "fuzzy": 47,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 166,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 884,
    "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": 104,
    "readonly_percent": 4.4,
    "readonly_words": 620,
    "readonly_words_percent": 6.8,
    "readonly_chars": 3830,
    "readonly_chars_percent": 6.9,
    "suggestions": 2,
    "comments": 0,
    "name": "Hindi",
    "url": "http://translate.gtaf.org/languages/hi/"
}