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": 3056,
    "total_words": 13522,
    "total_chars": 82716,
    "last_change": "2024-05-17T05:50:17.383170Z",
    "recent_changes": 3,
    "translated": 1924,
    "translated_words": 8965,
    "translated_percent": 62.9,
    "translated_words_percent": 66.2,
    "translated_chars": 54960,
    "translated_chars_percent": 66.4,
    "fuzzy": 146,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 698,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 4212,
    "fuzzy_chars_percent": 5.0,
    "failing": 14,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.9,
    "readonly_words": 45,
    "readonly_words_percent": 0.3,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.3,
    "suggestions": 0,
    "comments": 1,
    "name": "Malayalam",
    "url": "https://translate.jellyfin.org/languages/ml/"
}