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": 79746,
    "total_words": 1354986,
    "last_change": "2026-03-09T18:04:06.937505Z",
    "recent_changes": 3125,
    "translated": 32290,
    "translated_words": 545553,
    "translated_percent": 40.4,
    "translated_words_percent": 40.2,
    "translated_chars": 4140873,
    "translated_chars_percent": 39.6,
    "total_chars": 10446788,
    "fuzzy": 7857,
    "fuzzy_percent": 9.8,
    "failing": 10677,
    "failing_percent": 13.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 27,
    "comments": 33,
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/languages/es/"
}