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": 41376,
    "total_words": 385720,
    "total_chars": 2613316,
    "last_change": "2025-12-21T03:02:17.587681Z",
    "recent_changes": 1027,
    "translated": 30341,
    "translated_words": 251128,
    "translated_percent": 73.3,
    "translated_words_percent": 65.1,
    "translated_chars": 1675819,
    "translated_chars_percent": 64.1,
    "fuzzy": 1281,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 11990,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 86602,
    "fuzzy_chars_percent": 3.3,
    "failing": 560,
    "failing_percent": 1.3,
    "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.4,
    "readonly_words": 166,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1920,
    "readonly_chars_percent": 0.1,
    "suggestions": 5509,
    "comments": 1,
    "name": "Spanish",
    "url": "https://weblate.osgeo.org/languages/es/"
}