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": 12477,
    "total_words": 132703,
    "last_change": "2026-01-22T12:16:13.894825Z",
    "recent_changes": 184,
    "translated": 6704,
    "translated_words": 60903,
    "translated_percent": 53.7,
    "translated_words_percent": 45.8,
    "translated_chars": 365690,
    "translated_chars_percent": 46.0,
    "total_chars": 794655,
    "fuzzy": 330,
    "fuzzy_percent": 2.6,
    "failing": 1789,
    "failing_percent": 14.3,
    "approved": 214,
    "approved_percent": 1.7,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 226,
    "comments": 17,
    "name": "Swedish",
    "url": "https://translate.habitica.com/languages/sv/"
}