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": 6301,
    "total_words": 50649,
    "total_chars": 340219,
    "last_change": "2025-09-10T09:20:41.098335Z",
    "recent_changes": 727,
    "translated": 6205,
    "translated_words": 49222,
    "translated_percent": 98.4,
    "translated_words_percent": 97.1,
    "translated_chars": 329796,
    "translated_chars_percent": 96.9,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 11,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Marathi",
    "url": "http://translate.pkp.sfu.ca/languages/mr/"
}