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": 78117,
    "total_words": 1341993,
    "last_change": "2025-04-26T02:17:42.934118Z",
    "recent_changes": 2455,
    "translated": 31491,
    "translated_words": 540032,
    "translated_percent": 40.3,
    "translated_words_percent": 40.2,
    "translated_chars": 4092493,
    "translated_chars_percent": 39.5,
    "total_chars": 10344370,
    "fuzzy": 7244,
    "fuzzy_percent": 9.2,
    "failing": 10477,
    "failing_percent": 13.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 27,
    "comments": 36,
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/languages/es/"
}