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": 9355,
    "total_words": 111671,
    "total_chars": 856695,
    "last_change": "2025-05-08T22:31:25.642469Z",
    "recent_changes": 591,
    "translated": 4544,
    "translated_words": 43253,
    "translated_percent": 48.5,
    "translated_words_percent": 38.7,
    "translated_chars": 357770,
    "translated_chars_percent": 41.7,
    "fuzzy": 477,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 6712,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 55212,
    "fuzzy_chars_percent": 6.4,
    "failing": 263,
    "failing_percent": 2.8,
    "approved": 2098,
    "approved_percent": 22.4,
    "approved_words": 15596,
    "approved_words_percent": 13.9,
    "approved_chars": 146078,
    "approved_chars_percent": 17.0,
    "readonly": 153,
    "readonly_percent": 1.6,
    "readonly_words": 869,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6898,
    "readonly_chars_percent": 0.8,
    "suggestions": 335,
    "comments": 5,
    "name": "Italian",
    "url": "https://translate.tails.net/languages/it/"
}