Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ml_in/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 31494,
    "total_words": 147982,
    "total_chars": 910148,
    "last_change": "2024-05-05T21:30:15.259036Z",
    "recent_changes": 8,
    "translated": 765,
    "translated_words": 1032,
    "translated_percent": 2.4,
    "translated_words_percent": 0.6,
    "translated_chars": 5768,
    "translated_chars_percent": 0.6,
    "fuzzy": 329,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1070,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 6115,
    "fuzzy_chars_percent": 0.6,
    "failing": 374,
    "failing_percent": 1.1,
    "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": 0.1,
    "readonly_words": 49,
    "readonly_words_percent": 0.1,
    "readonly_chars": 288,
    "readonly_chars_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "name": "Malayalam (India)",
    "url": "https://kodi.weblate.cloud/languages/ml_in/"
}