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": 2160,
    "total_words": 9500,
    "last_change": "2025-08-04T17:37:31.876918Z",
    "recent_changes": 34,
    "translated": 1753,
    "translated_words": 7594,
    "translated_percent": 81.1,
    "translated_words_percent": 79.9,
    "translated_chars": 47902,
    "translated_chars_percent": 79.5,
    "total_chars": 60186,
    "fuzzy": 80,
    "fuzzy_percent": 3.7,
    "failing": 19,
    "failing_percent": 0.8,
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/languages/it/"
}