Languages API.

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

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

{
    "total": 2645,
    "total_words": 12746,
    "total_chars": 78192,
    "last_change": "2024-05-17T05:50:16.437758Z",
    "recent_changes": 16,
    "translated": 2376,
    "translated_words": 11078,
    "translated_percent": 89.8,
    "translated_words_percent": 86.9,
    "translated_chars": 68128,
    "translated_chars_percent": 87.1,
    "fuzzy": 56,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 505,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 3037,
    "fuzzy_chars_percent": 3.8,
    "failing": 11,
    "failing_percent": 0.4,
    "approved": 1,
    "approved_percent": 0.1,
    "approved_words": 3,
    "approved_words_percent": 0.1,
    "approved_chars": 42,
    "approved_chars_percent": 0.1,
    "readonly": 34,
    "readonly_percent": 1.2,
    "readonly_words": 50,
    "readonly_words_percent": 0.3,
    "readonly_chars": 324,
    "readonly_chars_percent": 0.4,
    "suggestions": 1,
    "comments": 8,
    "name": "Spanish (Mexico)",
    "url": "https://translate.jellyfin.org/languages/es_MX/"
}