Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5457,
    "total_words": 57865,
    "total_chars": 470695,
    "last_change": "2026-01-16T18:29:40.555778Z",
    "recent_changes": 266,
    "translated": 2985,
    "translated_words": 24235,
    "translated_percent": 54.7,
    "translated_words_percent": 41.8,
    "translated_chars": 208819,
    "translated_chars_percent": 44.3,
    "fuzzy": 786,
    "fuzzy_percent": 14.4,
    "fuzzy_words": 10207,
    "fuzzy_words_percent": 17.6,
    "fuzzy_chars": 82502,
    "fuzzy_chars_percent": 17.5,
    "failing": 668,
    "failing_percent": 12.2,
    "approved": 2555,
    "approved_percent": 46.8,
    "approved_words": 20311,
    "approved_words_percent": 35.1,
    "approved_chars": 176153,
    "approved_chars_percent": 37.4,
    "readonly": 55,
    "readonly_percent": 1.0,
    "readonly_words": 133,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1583,
    "readonly_chars_percent": 0.3,
    "suggestions": 625,
    "comments": 1,
    "name": "Spanish",
    "url": "https://translate.tails.net/languages/es/"
}