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": 2468,
    "total_words": 9658,
    "total_chars": 58475,
    "last_change": "2025-12-03T04:30:24.912239Z",
    "recent_changes": 17,
    "translated": 313,
    "translated_words": 1143,
    "translated_percent": 12.6,
    "translated_words_percent": 11.8,
    "translated_chars": 6976,
    "translated_chars_percent": 11.9,
    "fuzzy": 36,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 117,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 626,
    "fuzzy_chars_percent": 1.0,
    "failing": 30,
    "failing_percent": 1.2,
    "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.2,
    "readonly_words": 624,
    "readonly_words_percent": 6.4,
    "readonly_chars": 3863,
    "readonly_chars_percent": 6.6,
    "suggestions": 4,
    "comments": 0,
    "name": "Hindi",
    "url": "http://translate.gtaf.org/languages/hi/"
}