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": 2077,
    "total_words": 9089,
    "last_change": "2025-03-06T18:35:34.497845Z",
    "recent_changes": 74,
    "translated": 1729,
    "translated_words": 7452,
    "translated_percent": 83.2,
    "translated_words_percent": 81.9,
    "translated_chars": 47343,
    "translated_chars_percent": 82.3,
    "total_chars": 57512,
    "fuzzy": 82,
    "fuzzy_percent": 3.9,
    "failing": 37,
    "failing_percent": 1.7,
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/languages/it/"
}