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": 5732,
    "total_words": 30500,
    "total_chars": 184830,
    "last_change": "2023-12-09T03:05:25.786552Z",
    "recent_changes": 339,
    "translated": 2357,
    "translated_words": 13590,
    "translated_percent": 41.1,
    "translated_words_percent": 44.5,
    "translated_chars": 82363,
    "translated_chars_percent": 44.5,
    "fuzzy": 3202,
    "fuzzy_percent": 55.8,
    "fuzzy_words": 15688,
    "fuzzy_words_percent": 51.4,
    "fuzzy_chars": 94920,
    "fuzzy_chars_percent": 51.3,
    "failing": 3954,
    "failing_percent": 68.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Marathi",
    "url": "https://l10n.xwiki.org/languages/mr/"
}