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": 5462,
    "total_words": 58530,
    "total_chars": 475204,
    "last_change": "2026-05-01T15:18:55.303771Z",
    "recent_changes": 240,
    "translated": 2958,
    "translated_words": 23744,
    "translated_percent": 54.1,
    "translated_words_percent": 40.5,
    "translated_chars": 205507,
    "translated_chars_percent": 43.2,
    "fuzzy": 759,
    "fuzzy_percent": 13.8,
    "fuzzy_words": 10076,
    "fuzzy_words_percent": 17.2,
    "fuzzy_chars": 81584,
    "fuzzy_chars_percent": 17.1,
    "failing": 591,
    "failing_percent": 10.8,
    "approved": 2465,
    "approved_percent": 45.1,
    "approved_words": 19281,
    "approved_words_percent": 32.9,
    "approved_chars": 167907,
    "approved_chars_percent": 35.3,
    "readonly": 62,
    "readonly_percent": 1.1,
    "readonly_words": 148,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1461,
    "readonly_chars_percent": 0.3,
    "suggestions": 498,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.tails.net/languages/es/"
}