EUROPE · RESULTS

Swiss Super League Results

Latest Swiss Super League results: FC Sion 3-2 FC Vaduz, FC St. Gallen 1879 2-2 FC Luzern, Basel 4-2 FC Thun. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 14:21 UTC
  • Sun 09 Aug, 14:30 UTCFC Sion32FC Vaduz
  • Sun 09 Aug, 14:30 UTCFC St. Gallen 187922FC Luzern
  • Sun 09 Aug, 14:30 UTCBasel42FC Thun
  • Sun 09 Aug, 12:00 UTCFC Lugano50FC Zürich
  • Sat 08 Aug, 18:30 UTCServette FC21Grasshopper Club Zürich
  • Sat 08 Aug, 16:00 UTCFC Lausanne-Sport22Young Boys
  • Sun 02 Aug, 14:30 UTCGrasshopper Club Zürich14FC Lugano
  • Sun 02 Aug, 14:30 UTCFC Sion30FC Luzern
  • Sun 02 Aug, 12:00 UTCFC Vaduz23FC St. Gallen 1879
  • Sat 01 Aug, 18:30 UTCFC Thun06Young Boys
  • Sat 01 Aug, 16:00 UTCBasel01FC Lausanne-Sport
  • Sat 01 Aug, 16:00 UTCFC Zürich21Servette FC
  • Sun 26 Jul, 14:30 UTCFC Lugano21FC Vaduz
  • Sun 26 Jul, 14:30 UTCFC St. Gallen 187921FC Zürich
  • Sun 26 Jul, 12:00 UTCYoung Boys42FC Sion
Get this via API

Get Swiss Super League results via API

Fetch the latest final Swiss Super League scores with competition_id=comp_4084.

GET /football/matches?competition_id=comp_4084&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4084&season_id=sn_7250992&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4084",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-08-09T14:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Sion"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Vaduz"
      },
      "score": {
        "home": 3,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Swiss Super League result?

FC Sion 3-2 FC Vaduz on Sunday 9 August.

How do I get Swiss Super League results via API?

Call the matches endpoint with competition_id=comp_4084 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Swiss Super League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.