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": 10412,
    "total_words": 50654,
    "total_chars": 312279,
    "last_change": "2025-07-25T12:36:42.739293Z",
    "recent_changes": 71,
    "translated": 5685,
    "translated_words": 25608,
    "translated_percent": 54.6,
    "translated_words_percent": 50.5,
    "translated_chars": 154982,
    "translated_chars_percent": 49.6,
    "fuzzy": 128,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 1606,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 9397,
    "fuzzy_chars_percent": 3.0,
    "failing": 253,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "readonly_words": 9,
    "readonly_words_percent": 0.1,
    "readonly_chars": 59,
    "readonly_chars_percent": 0.1,
    "suggestions": 9,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.foundryvtt-hub.com/languages/it/"
}