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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:13.735368Z",
    "recent_changes": 0,
    "translated": 136,
    "translated_words": 219,
    "translated_percent": 20.1,
    "translated_words_percent": 5.0,
    "translated_chars": 1349,
    "translated_chars_percent": 5.1,
    "fuzzy": 23,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 858,
    "fuzzy_chars_percent": 3.2,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 31,
    "approved_percent": 4.5,
    "approved_words": 37,
    "approved_words_percent": 0.8,
    "approved_chars": 226,
    "approved_chars_percent": 0.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://weblate.tusky.app/languages/ml/"
}