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": 2118,
    "total_words": 9259,
    "last_change": "2025-08-04T17:37:31.876918Z",
    "recent_changes": 34,
    "translated": 1762,
    "translated_words": 7649,
    "translated_percent": 83.1,
    "translated_words_percent": 82.6,
    "translated_chars": 48308,
    "translated_chars_percent": 82.1,
    "total_chars": 58773,
    "fuzzy": 71,
    "fuzzy_percent": 3.3,
    "failing": 18,
    "failing_percent": 0.8,
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/languages/it/"
}