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": 396958,
    "total_words": 3357262,
    "total_chars": 21405168,
    "last_change": "2024-04-30T14:31:59.441025Z",
    "recent_changes": 3563,
    "translated": 120103,
    "translated_words": 574876,
    "translated_percent": 30.2,
    "translated_words_percent": 17.1,
    "translated_chars": 3386232,
    "translated_chars_percent": 15.8,
    "fuzzy": 25787,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 138774,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 906466,
    "fuzzy_chars_percent": 4.2,
    "failing": 20771,
    "failing_percent": 5.2,
    "approved": 1086,
    "approved_percent": 0.2,
    "approved_words": 3581,
    "approved_words_percent": 0.1,
    "approved_chars": 22570,
    "approved_chars_percent": 0.1,
    "readonly": 9830,
    "readonly_percent": 2.4,
    "readonly_words": 65278,
    "readonly_words_percent": 1.9,
    "readonly_chars": 213927,
    "readonly_chars_percent": 0.9,
    "suggestions": 7750,
    "comments": 29,
    "name": "Hindi",
    "url": "https://hosted.weblate.org/languages/hi/"
}