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": 2204,
    "total_words": 9630,
    "last_change": "2025-08-04T17:37:31.876918Z",
    "recent_changes": 34,
    "translated": 1748,
    "translated_words": 7553,
    "translated_percent": 79.3,
    "translated_words_percent": 78.4,
    "translated_chars": 47659,
    "translated_chars_percent": 78.1,
    "total_chars": 60968,
    "fuzzy": 85,
    "fuzzy_percent": 3.8,
    "failing": 19,
    "failing_percent": 0.8,
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/languages/it/"
}