Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 12659,
    "total_words": 134469,
    "last_change": "2026-03-22T13:53:13.657024Z",
    "recent_changes": 300,
    "translated": 6989,
    "translated_words": 64473,
    "translated_percent": 55.2,
    "translated_words_percent": 47.9,
    "translated_chars": 388037,
    "translated_chars_percent": 48.1,
    "total_chars": 805221,
    "fuzzy": 264,
    "fuzzy_percent": 2.0,
    "failing": 1699,
    "failing_percent": 13.4,
    "approved": 214,
    "approved_percent": 1.6,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 200,
    "comments": 17,
    "name": "Swedish",
    "url": "https://translate.habitica.com/languages/sv/"
}