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": 6331,
    "total_words": 51028,
    "total_chars": 342635,
    "last_change": "2026-03-19T19:57:55.762172Z",
    "recent_changes": 638,
    "translated": 6193,
    "translated_words": 49052,
    "translated_percent": 97.8,
    "translated_words_percent": 96.1,
    "translated_chars": 328586,
    "translated_chars_percent": 95.8,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "failing": 17,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Marathi",
    "url": "http://translate.pkp.sfu.ca/languages/mr/"
}