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": 12669,
    "total_words": 134143,
    "last_change": "2026-03-12T21:50:36.821046Z",
    "recent_changes": 132,
    "translated": 12455,
    "translated_words": 131972,
    "translated_percent": 98.3,
    "translated_words_percent": 98.3,
    "translated_chars": 790388,
    "translated_chars_percent": 98.3,
    "total_chars": 803285,
    "fuzzy": 54,
    "fuzzy_percent": 0.4,
    "failing": 54,
    "failing_percent": 0.4,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 44,
    "comments": 8,
    "name": "Spanish",
    "url": "https://translate.habitica.com/languages/es/"
}