Languages API.

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

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

{
    "total": 68296,
    "total_words": 522294,
    "total_chars": 3428029,
    "last_change": "2025-03-12T01:14:21.348647Z",
    "recent_changes": 95,
    "translated": 23461,
    "translated_words": 133341,
    "translated_percent": 34.3,
    "translated_words_percent": 25.5,
    "translated_chars": 850334,
    "translated_chars_percent": 24.8,
    "fuzzy": 5098,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 32377,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 214856,
    "fuzzy_chars_percent": 6.2,
    "failing": 2262,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "readonly_words": 31,
    "readonly_words_percent": 0.1,
    "readonly_chars": 221,
    "readonly_chars_percent": 0.1,
    "suggestions": 5517,
    "comments": 0,
    "name": "Marathi",
    "url": "https://translate.fedoraproject.org/languages/mr/"
}