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": 12036,
    "total_words": 127468,
    "last_change": "2025-03-05T19:05:19.440960Z",
    "recent_changes": 132,
    "translated": 6618,
    "translated_words": 61758,
    "translated_percent": 54.9,
    "translated_words_percent": 48.4,
    "translated_chars": 370935,
    "translated_chars_percent": 48.5,
    "total_chars": 763955,
    "fuzzy": 301,
    "fuzzy_percent": 2.5,
    "failing": 1855,
    "failing_percent": 15.4,
    "approved": 215,
    "approved_percent": 1.7,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 229,
    "comments": 17,
    "name": "Swedish",
    "url": "https://translate.habitica.com/languages/sv/"
}