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": 3110,
    "total_words": 13974,
    "total_chars": 85666,
    "last_change": "2024-05-10T19:45:54.035917Z",
    "recent_changes": 103,
    "translated": 1276,
    "translated_words": 4615,
    "translated_percent": 41.0,
    "translated_words_percent": 33.0,
    "translated_chars": 28419,
    "translated_chars_percent": 33.1,
    "fuzzy": 27,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 253,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1470,
    "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/"
}