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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2023-03-10T19:37:27.415583Z",
    "recent_changes": 1,
    "translated": 265,
    "translated_words": 909,
    "translated_percent": 2.6,
    "translated_words_percent": 1.6,
    "translated_chars": 6302,
    "translated_chars_percent": 1.7,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://weblate.rob006.net/languages/ml/"
}