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": 221017,
    "total_words": 2421887,
    "total_chars": 15823321,
    "last_change": "2024-04-30T10:07:22.992941Z",
    "recent_changes": 844,
    "translated": 35421,
    "translated_words": 117453,
    "translated_percent": 16.0,
    "translated_words_percent": 4.8,
    "translated_chars": 768976,
    "translated_chars_percent": 4.8,
    "fuzzy": 11620,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 44822,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 305303,
    "fuzzy_chars_percent": 1.9,
    "failing": 6013,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2320,
    "readonly_percent": 1.0,
    "readonly_words": 2005,
    "readonly_words_percent": 0.1,
    "readonly_chars": 32062,
    "readonly_chars_percent": 0.2,
    "suggestions": 323,
    "comments": 6,
    "name": "Marathi",
    "url": "https://hosted.weblate.org/languages/mr/"
}