Languages API.

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

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

{
    "total": 4370,
    "total_words": 18445,
    "total_chars": 112991,
    "last_change": "2024-05-13T16:26:54.618220Z",
    "recent_changes": 85,
    "translated": 3934,
    "translated_words": 16802,
    "translated_percent": 90.0,
    "translated_words_percent": 91.0,
    "translated_chars": 103087,
    "translated_chars_percent": 91.2,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 103,
    "fuzzy_chars_percent": 0.1,
    "failing": 148,
    "failing_percent": 3.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.6,
    "readonly_words": 46,
    "readonly_words_percent": 0.2,
    "readonly_chars": 297,
    "readonly_chars_percent": 0.2,
    "suggestions": 1,
    "comments": 4,
    "name": "Czech",
    "url": "https://translate.jellyfin.org/languages/cs/"
}