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": 4198,
    "total_words": 12620,
    "last_change": "2025-01-21T09:46:41.222911Z",
    "recent_changes": 37,
    "translated": 1620,
    "translated_words": 4135,
    "translated_percent": 38.5,
    "translated_words_percent": 32.7,
    "translated_chars": 24963,
    "translated_chars_percent": 31.3,
    "total_chars": 79676,
    "fuzzy": 82,
    "fuzzy_percent": 1.9,
    "failing": 61,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 0.8,
    "suggestions": 3,
    "comments": 0,
    "name": "Swedish",
    "url": "https://t.naviter.com/languages/sv/"
}