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": 32288,
    "total_words": 298168,
    "total_chars": 1993414,
    "last_change": "2025-10-04T18:34:23.994102Z",
    "recent_changes": 144,
    "translated": 16196,
    "translated_words": 130256,
    "translated_percent": 50.1,
    "translated_words_percent": 43.6,
    "translated_chars": 871767,
    "translated_chars_percent": 43.7,
    "fuzzy": 769,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 5003,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 32811,
    "fuzzy_chars_percent": 1.6,
    "failing": 546,
    "failing_percent": 1.6,
    "approved": 39,
    "approved_percent": 0.1,
    "approved_words": 144,
    "approved_words_percent": 0.1,
    "approved_chars": 1270,
    "approved_chars_percent": 0.1,
    "readonly": 159,
    "readonly_percent": 0.4,
    "readonly_words": 151,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1910,
    "readonly_chars_percent": 0.1,
    "suggestions": 4160,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.osgeo.org/languages/it/"
}