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": 50424,
    "total_words": 338632,
    "total_chars": 2163934,
    "last_change": "2024-04-28T07:24:08.285493Z",
    "recent_changes": 170,
    "translated": 20072,
    "translated_words": 113995,
    "translated_percent": 39.8,
    "translated_words_percent": 33.6,
    "translated_chars": 727520,
    "translated_chars_percent": 33.6,
    "fuzzy": 4968,
    "fuzzy_percent": 9.8,
    "fuzzy_words": 30364,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 199170,
    "fuzzy_chars_percent": 9.2,
    "failing": 2634,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 199,
    "readonly_chars_percent": 0.1,
    "suggestions": 5042,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://translate.fedoraproject.org/languages/ml/"
}