Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ml/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5477,
    "total_words": 20630,
    "total_chars": 136632,
    "last_change": "2023-10-17T15:54:02.929016Z",
    "recent_changes": 61,
    "translated": 1032,
    "translated_words": 2398,
    "translated_percent": 18.8,
    "translated_words_percent": 11.6,
    "translated_chars": 20054,
    "translated_chars_percent": 14.6,
    "fuzzy": 93,
    "fuzzy_percent": 1.6,
    "failing": 165,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 82,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://l10n.elementary.io/languages/ml/"
}