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": 2307,
    "total_words": 17874,
    "last_change": "2023-07-17T11:18:12.480807Z",
    "recent_changes": 2,
    "translated": 1940,
    "translated_words": 16028,
    "translated_percent": 84.0,
    "translated_words_percent": 89.6,
    "translated_chars": 99002,
    "translated_chars_percent": 89.9,
    "total_chars": 110113,
    "fuzzy": 364,
    "fuzzy_percent": 15.7,
    "failing": 2033,
    "failing_percent": 88.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 33,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://traduk.amikumu.com/languages/ml/"
}