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": 80815,
    "total_words": 1378190,
    "last_change": "2026-08-17T17:37:44.916779Z",
    "recent_changes": 2207,
    "translated": 32472,
    "translated_words": 547174,
    "translated_percent": 40.1,
    "translated_words_percent": 39.7,
    "translated_chars": 4154390,
    "translated_chars_percent": 39.1,
    "total_chars": 10611057,
    "fuzzy": 8075,
    "fuzzy_percent": 9.9,
    "failing": 10755,
    "failing_percent": 13.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 27,
    "comments": 32,
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/languages/es/"
}