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": 2811,
    "total_words": 31854,
    "last_change": "2025-11-21T10:09:34.221369Z",
    "recent_changes": 140,
    "translated": 2522,
    "translated_words": 29047,
    "translated_percent": 89.7,
    "translated_words_percent": 91.1,
    "translated_chars": 175749,
    "translated_chars_percent": 91.2,
    "total_chars": 192657,
    "fuzzy": 76,
    "fuzzy_percent": 2.7,
    "failing": 242,
    "failing_percent": 8.6,
    "approved": 364,
    "approved_percent": 12.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Swedish",
    "url": "https://traduk.amikumu.com/languages/sv/"
}