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": 2209,
    "total_words": 8860,
    "last_change": "2025-05-05T08:37:25.941673Z",
    "recent_changes": 33,
    "translated": 799,
    "translated_words": 2675,
    "translated_percent": 36.1,
    "translated_words_percent": 30.1,
    "translated_chars": 16359,
    "translated_chars_percent": 29.3,
    "total_chars": 55771,
    "fuzzy": 13,
    "fuzzy_percent": 0.5,
    "failing": 1402,
    "failing_percent": 63.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.memarc.info/languages/it/"
}