Languages API.

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

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

{
    "total": 3723,
    "total_words": 35084,
    "total_chars": 244156,
    "last_change": "2026-03-31T08:41:45.570965Z",
    "recent_changes": 2,
    "translated": 3316,
    "translated_words": 29681,
    "translated_percent": 89.0,
    "translated_words_percent": 84.5,
    "translated_chars": 206299,
    "translated_chars_percent": 84.4,
    "fuzzy": 343,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 5021,
    "fuzzy_words_percent": 14.3,
    "fuzzy_chars": 34917,
    "fuzzy_chars_percent": 14.3,
    "failing": 637,
    "failing_percent": 17.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.7,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 90,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.immersivetranslate.com/languages/it/"
}