EUROPE · RESULTS

Swiss Super League Results

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

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:09 UTC
  • Sun 06 Sept, 14:30 UTCBasel13FC Lugano
  • Sun 06 Sept, 14:30 UTCFC Sion32FC Thun
  • Sun 06 Sept, 12:00 UTCServette FC02FC St. Gallen 1879
  • Sat 05 Sept, 18:30 UTCGrasshopper Club Zürich22FC Zürich
  • Sat 05 Sept, 16:00 UTCFC Vaduz31FC Lausanne-Sport
  • Sat 05 Sept, 16:00 UTCYoung Boys33FC Luzern
  • Thu 03 Sept, 18:30 UTCBasel12FC Sion
  • Thu 03 Sept, 18:30 UTCFC Lugano10Servette FC
  • Wed 02 Sept, 18:30 UTCGrasshopper Club Zürich20FC St. Gallen 1879
  • Wed 02 Sept, 18:30 UTCFC Luzern21FC Vaduz
  • Wed 02 Sept, 18:30 UTCFC Thun00FC Lausanne-Sport
  • Tue 01 Sept, 18:30 UTCFC Zürich24Young Boys
  • Sun 30 Aug, 14:30 UTCFC Vaduz52Grasshopper Club Zürich
  • Sun 30 Aug, 14:30 UTCFC St. Gallen 187934FC Thun
  • Sun 30 Aug, 12:00 UTCFC Sion12FC Lugano
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": 7,
      "status": "finished",
      "utc_date": "2026-09-06T14:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Basel"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Lugano"
      },
      "score": {
        "home": 1,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Swiss Super League result?

Basel 1-3 FC Lugano on Sunday 6 September.

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.