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": 79983,
    "total_words": 1357377,
    "last_change": "2026-05-09T23:58:57.359850Z",
    "recent_changes": 2612,
    "translated": 32612,
    "translated_words": 551883,
    "translated_percent": 40.7,
    "translated_words_percent": 40.6,
    "translated_chars": 4185442,
    "translated_chars_percent": 39.9,
    "total_chars": 10466507,
    "fuzzy": 7917,
    "fuzzy_percent": 9.8,
    "failing": 10683,
    "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/"
}