Languages API.

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

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

{
    "total": 3386,
    "total_words": 15793,
    "total_chars": 96929,
    "last_change": "2024-05-17T05:50:13.815858Z",
    "recent_changes": 12,
    "translated": 2786,
    "translated_words": 12451,
    "translated_percent": 82.2,
    "translated_words_percent": 78.8,
    "translated_chars": 76737,
    "translated_chars_percent": 79.1,
    "fuzzy": 23,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 487,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 2936,
    "fuzzy_chars_percent": 3.0,
    "failing": 238,
    "failing_percent": 7.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 1.0,
    "readonly_words": 52,
    "readonly_words_percent": 0.3,
    "readonly_chars": 334,
    "readonly_chars_percent": 0.3,
    "suggestions": 1,
    "comments": 14,
    "name": "Spanish (Latin America)",
    "url": "https://translate.jellyfin.org/languages/es_419/"
}