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": 2138,
    "total_words": 9352,
    "last_change": "2025-08-04T17:37:31.876918Z",
    "recent_changes": 34,
    "translated": 1756,
    "translated_words": 7619,
    "translated_percent": 82.1,
    "translated_words_percent": 81.4,
    "translated_chars": 48098,
    "translated_chars_percent": 81.1,
    "total_chars": 59273,
    "fuzzy": 77,
    "fuzzy_percent": 3.6,
    "failing": 18,
    "failing_percent": 0.8,
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/languages/it/"
}