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": 2189,
    "total_words": 7654,
    "total_chars": 46765,
    "last_change": "2023-12-11T14:35:59.065451Z",
    "recent_changes": 2,
    "translated": 546,
    "translated_words": 790,
    "translated_percent": 24.9,
    "translated_words_percent": 10.3,
    "translated_chars": 4755,
    "translated_chars_percent": 10.1,
    "fuzzy": 6,
    "fuzzy_percent": 0.2,
    "failing": 13,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://translate.funkwhale.audio/languages/ml/"
}