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": 1874,
    "total_words": 8020,
    "total_chars": 48603,
    "last_change": "2026-02-16T08:09:32.087480Z",
    "recent_changes": 19,
    "translated": 1037,
    "translated_words": 3074,
    "translated_percent": 55.3,
    "translated_words_percent": 38.3,
    "translated_chars": 18834,
    "translated_chars_percent": 38.7,
    "fuzzy": 72,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 323,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 1830,
    "fuzzy_chars_percent": 3.7,
    "failing": 135,
    "failing_percent": 7.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.5,
    "readonly_words": 67,
    "readonly_words_percent": 0.8,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "http://translate.gtaf.org/languages/it/"
}