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": 4463,
    "total_words": 39310,
    "last_change": "2025-11-21T10:04:55.226494Z",
    "recent_changes": 71,
    "translated": 4256,
    "translated_words": 37318,
    "translated_percent": 95.3,
    "translated_words_percent": 94.9,
    "translated_chars": 226171,
    "translated_chars_percent": 94.9,
    "total_chars": 238090,
    "fuzzy": 34,
    "fuzzy_percent": 0.7,
    "failing": 236,
    "failing_percent": 5.2,
    "approved": 414,
    "approved_percent": 9.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Italian",
    "url": "https://traduk.amikumu.com/languages/it/"
}