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": 190,
    "total_words": 1321,
    "last_change": null,
    "recent_changes": 0,
    "translated": 57,
    "translated_words": 211,
    "translated_percent": 30.0,
    "translated_words_percent": 15.9,
    "translated_chars": 2046,
    "translated_chars_percent": 22.7,
    "total_chars": 8995,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://weblate.rikka.app/languages/ml/"
}