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": 53833,
    "total_words": 358424,
    "total_chars": 2292606,
    "last_change": "2025-03-12T01:14:20.370626Z",
    "recent_changes": 89,
    "translated": 20958,
    "translated_words": 118318,
    "translated_percent": 38.9,
    "translated_words_percent": 33.0,
    "translated_chars": 756102,
    "translated_chars_percent": 32.9,
    "fuzzy": 5361,
    "fuzzy_percent": 9.9,
    "fuzzy_words": 32514,
    "fuzzy_words_percent": 9.0,
    "fuzzy_chars": 214013,
    "fuzzy_chars_percent": 9.3,
    "failing": 2799,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 202,
    "readonly_chars_percent": 0.1,
    "suggestions": 5445,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://translate.fedoraproject.org/languages/ml/"
}