Languages API.

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

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

{
    "total": 207102,
    "total_words": 1427280,
    "total_chars": 9812657,
    "last_change": "2024-04-30T11:28:20.626309Z",
    "recent_changes": 1171,
    "translated": 46954,
    "translated_words": 195421,
    "translated_percent": 22.6,
    "translated_words_percent": 13.6,
    "translated_chars": 1287800,
    "translated_chars_percent": 13.1,
    "fuzzy": 8431,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 34571,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 232981,
    "fuzzy_chars_percent": 2.3,
    "failing": 7141,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2805,
    "readonly_percent": 1.3,
    "readonly_words": 5368,
    "readonly_words_percent": 0.3,
    "readonly_chars": 54678,
    "readonly_chars_percent": 0.5,
    "suggestions": 1631,
    "comments": 5,
    "name": "Malayalam",
    "url": "https://hosted.weblate.org/languages/ml/"
}