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": 10445,
    "total_words": 50908,
    "total_chars": 313741,
    "last_change": "2025-09-13T13:13:02.761465Z",
    "recent_changes": 79,
    "translated": 5716,
    "translated_words": 25857,
    "translated_percent": 54.7,
    "translated_words_percent": 50.7,
    "translated_chars": 156421,
    "translated_chars_percent": 49.8,
    "fuzzy": 129,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 1631,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 9567,
    "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/"
}