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": 2631,
    "total_words": 11576,
    "last_change": "2025-08-04T17:37:31.876918Z",
    "recent_changes": 30,
    "translated": 1670,
    "translated_words": 7073,
    "translated_percent": 63.4,
    "translated_words_percent": 61.1,
    "translated_chars": 43774,
    "translated_chars_percent": 60.8,
    "total_chars": 71929,
    "fuzzy": 128,
    "fuzzy_percent": 4.8,
    "failing": 21,
    "failing_percent": 0.7,
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/languages/it/"
}