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": 2224,
    "total_words": 9737,
    "last_change": "2026-04-07T00:51:58.733286Z",
    "recent_changes": 175,
    "translated": 1796,
    "translated_words": 7578,
    "translated_percent": 80.7,
    "translated_words_percent": 77.8,
    "translated_chars": 47907,
    "translated_chars_percent": 77.6,
    "total_chars": 61684,
    "fuzzy": 153,
    "fuzzy_percent": 6.8,
    "failing": 80,
    "failing_percent": 3.5,
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/languages/sv/"
}