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": 333,
    "total_words": 1260,
    "total_chars": 8496,
    "last_change": "2023-12-06T23:22:17.646056Z",
    "recent_changes": 8,
    "translated": 58,
    "translated_words": 138,
    "translated_percent": 17.4,
    "translated_words_percent": 10.9,
    "translated_chars": 892,
    "translated_chars_percent": 10.4,
    "fuzzy": 8,
    "fuzzy_percent": 2.4,
    "failing": 10,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://translations.zorin.com/languages/ml/"
}