EUROPE · FIXTURES

Swiss Super League Fixtures

Next Swiss Super League fixtures: Young Boys v FC Sion (Sunday 26 July), FC Lugano v FC Vaduz (Sunday 26 July), FC St. Gallen 1879 v FC Zürich (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 04:06 UTC
  • Sun 26 Jul, 12:00 UTCYoung BoysvFC Sion
  • Sun 26 Jul, 14:30 UTCFC LuganovFC Vaduz
  • Sun 26 Jul, 14:30 UTCFC St. Gallen 1879vFC Zürich
  • Sat 01 Aug, 16:00 UTCBaselvFC Lausanne-Sport
  • Sat 01 Aug, 16:00 UTCFC ZürichvServette FC
  • Sat 01 Aug, 18:30 UTCFC ThunvYoung Boys
  • Sun 02 Aug, 12:00 UTCFC VaduzvFC St. Gallen 1879
  • Sun 02 Aug, 14:30 UTCGrasshopper Club ZürichvFC Lugano
  • Sun 02 Aug, 14:30 UTCFC SionvFC Luzern
  • Sat 08 Aug, 16:00 UTCFC Lausanne-SportvYoung Boys
  • Sat 08 Aug, 16:00 UTCBaselvFC Thun
  • Sat 08 Aug, 18:30 UTCServette FCvGrasshopper Club Zürich
  • Sun 09 Aug, 12:00 UTCFC LuganovFC Zürich
Get this via API

Get Swiss Super League fixtures via API

Fetch upcoming Swiss Super League matches with competition_id=comp_4084.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4084&season_id=sn_7250992&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4084",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Young Boys"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Sion"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Swiss Super League match?

Young Boys play FC Sion on Sunday 26 July.

How do I get Swiss Super League fixtures via API?

Call the matches endpoint with competition_id=comp_4084 and status=scheduled. 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.