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": 4103,
    "total_words": 12234,
    "last_change": "2025-01-21T09:46:41.222911Z",
    "recent_changes": 37,
    "translated": 1612,
    "translated_words": 4127,
    "translated_percent": 39.2,
    "translated_words_percent": 33.7,
    "translated_chars": 24902,
    "translated_chars_percent": 32.1,
    "total_chars": 77341,
    "fuzzy": 81,
    "fuzzy_percent": 1.9,
    "failing": 61,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.6,
    "suggestions": 3,
    "comments": 0,
    "name": "Swedish",
    "url": "https://t.naviter.com/languages/sv/"
}