Languages API.

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

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

{
    "total": 3118,
    "total_words": 13981,
    "total_chars": 85704,
    "last_change": "2024-05-17T05:50:20.588049Z",
    "recent_changes": 102,
    "translated": 1274,
    "translated_words": 4607,
    "translated_percent": 40.8,
    "translated_words_percent": 32.9,
    "translated_chars": 28369,
    "translated_chars_percent": 33.1,
    "fuzzy": 28,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 258,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1499,
    "fuzzy_chars_percent": 1.7,
    "failing": 11,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.9,
    "readonly_words": 46,
    "readonly_words_percent": 0.3,
    "readonly_chars": 289,
    "readonly_chars_percent": 0.3,
    "suggestions": 29,
    "comments": 0,
    "name": "Albanian",
    "url": "https://translate.jellyfin.org/languages/sq/"
}