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": 5874,
    "total_words": 46650,
    "total_chars": 314172,
    "last_change": "2025-03-12T09:31:44.548453Z",
    "recent_changes": 580,
    "translated": 5578,
    "translated_words": 44324,
    "translated_percent": 94.9,
    "translated_words_percent": 95.0,
    "translated_chars": 298385,
    "translated_chars_percent": 94.9,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "failing": 6,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Marathi",
    "url": "http://translate.pkp.sfu.ca/languages/mr/"
}