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": 2138,
    "total_words": 9352,
    "last_change": "2025-04-13T06:58:06.760996Z",
    "recent_changes": 89,
    "translated": 1720,
    "translated_words": 7348,
    "translated_percent": 80.4,
    "translated_words_percent": 78.5,
    "translated_chars": 46118,
    "translated_chars_percent": 77.8,
    "total_chars": 59273,
    "fuzzy": 151,
    "fuzzy_percent": 7.0,
    "failing": 79,
    "failing_percent": 3.6,
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/languages/sv/"
}