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": 56664,
    "total_words": 483959,
    "total_chars": 3214852,
    "last_change": "2026-02-10T01:46:59.261810Z",
    "recent_changes": 1211,
    "translated": 41919,
    "translated_words": 320930,
    "translated_percent": 73.9,
    "translated_words_percent": 66.3,
    "translated_chars": 2099640,
    "translated_chars_percent": 65.3,
    "fuzzy": 2141,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 17968,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 124368,
    "fuzzy_chars_percent": 3.8,
    "failing": 1170,
    "failing_percent": 2.0,
    "approved": 1,
    "approved_percent": 0.1,
    "approved_words": 7,
    "approved_words_percent": 0.1,
    "approved_chars": 97,
    "approved_chars_percent": 0.1,
    "readonly": 170,
    "readonly_percent": 0.3,
    "readonly_words": 166,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1920,
    "readonly_chars_percent": 0.1,
    "suggestions": 5531,
    "comments": 1,
    "name": "Spanish",
    "url": "https://weblate.osgeo.org/languages/es/"
}