Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4054,
    "total_words": 17240,
    "total_chars": 105684,
    "last_change": "2024-05-13T16:26:51.718488Z",
    "recent_changes": 36,
    "translated": 3500,
    "translated_words": 14938,
    "translated_percent": 86.3,
    "translated_words_percent": 86.6,
    "translated_chars": 91634,
    "translated_chars_percent": 86.7,
    "fuzzy": 9,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 150,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 931,
    "fuzzy_chars_percent": 0.8,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.7,
    "readonly_words": 47,
    "readonly_words_percent": 0.2,
    "readonly_chars": 299,
    "readonly_chars_percent": 0.2,
    "suggestions": 1,
    "comments": 6,
    "name": "Arabic",
    "url": "https://translate.jellyfin.org/languages/ar/"
}