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": 12473,
    "total_words": 132311,
    "last_change": "2025-12-08T10:55:06.518667Z",
    "recent_changes": 121,
    "translated": 12439,
    "translated_words": 131668,
    "translated_percent": 99.7,
    "translated_words_percent": 99.5,
    "translated_chars": 788573,
    "translated_chars_percent": 99.5,
    "total_chars": 792374,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.1,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 43,
    "comments": 8,
    "name": "Spanish",
    "url": "https://translate.habitica.com/languages/es/"
}