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": 3723,
    "total_words": 35084,
    "total_chars": 244156,
    "last_change": "2026-03-31T08:41:44.736274Z",
    "recent_changes": 2,
    "translated": 3319,
    "translated_words": 29938,
    "translated_percent": 89.1,
    "translated_words_percent": 85.3,
    "translated_chars": 208157,
    "translated_chars_percent": 85.2,
    "fuzzy": 340,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 4764,
    "fuzzy_words_percent": 13.5,
    "fuzzy_chars": 33059,
    "fuzzy_chars_percent": 13.5,
    "failing": 611,
    "failing_percent": 16.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.7,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 90,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.immersivetranslate.com/languages/es/"
}