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": 2197,
    "total_words": 8813,
    "last_change": "2025-01-30T14:46:54.788619Z",
    "recent_changes": 18,
    "translated": 782,
    "translated_words": 2603,
    "translated_percent": 35.5,
    "translated_words_percent": 29.5,
    "translated_chars": 15845,
    "translated_chars_percent": 28.5,
    "total_chars": 55422,
    "fuzzy": 13,
    "fuzzy_percent": 0.5,
    "failing": 1412,
    "failing_percent": 64.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.memarc.info/languages/it/"
}