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": 10469,
    "total_words": 50853,
    "total_chars": 313401,
    "last_change": "2025-10-23T19:56:30.476819Z",
    "recent_changes": 85,
    "translated": 5709,
    "translated_words": 25842,
    "translated_percent": 54.5,
    "translated_words_percent": 50.8,
    "translated_chars": 156314,
    "translated_chars_percent": 49.8,
    "fuzzy": 135,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 1644,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 9675,
    "fuzzy_chars_percent": 3.0,
    "failing": 248,
    "failing_percent": 2.3,
    "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": 8,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.foundryvtt-hub.com/languages/it/"
}