EUROPE · FIXTURES
Swiss Super League Fixtures
Next Swiss Super League fixtures: FC St. Gallen 1879 v FC Sion (Saturday 12 September), FC Thun v Grasshopper Club Zürich (Saturday 12 September), FC Lugano v Young Boys (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:11 UTC
- Sat 12 Sept, 16:00 UTCFC St. Gallen 1879vFC Sion
- Sat 12 Sept, 16:00 UTCFC ThunvGrasshopper Club Zürich
- Sat 12 Sept, 17:00 UTCFC LuganovYoung Boys
- Sun 13 Sept, 12:00 UTCFC ZürichvFC Vaduz
- Sun 13 Sept, 14:30 UTCFC Lausanne-SportvServette FC
- Sun 13 Sept, 14:30 UTCFC LuzernvBasel
- Tue 15 Sept, 17:00 UTCGrasshopper Club ZürichvFC Sion
- Sat 19 Sept, 16:00 UTCFC LuzernvGrasshopper Club Zürich
- Sat 19 Sept, 16:00 UTCYoung BoysvServette FC
- Sat 19 Sept, 18:30 UTCFC SionvFC Zürich
- Sun 20 Sept, 12:00 UTCFC VaduzvFC Thun
- Sun 20 Sept, 14:30 UTCBaselvFC St. Gallen 1879
- Sun 20 Sept, 14:30 UTCFC Lausanne-SportvFC Lugano
- Sat 10 Oct, 16:00 UTCServette FCvFC Sion
- Sat 10 Oct, 16:00 UTCFC ZürichvFC Thun
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-09-12T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "FC St. Gallen 1879"
},
"away_team": {
"id": "tm_yyyy",
"name": "FC Sion"
}
}
]
}Frequently Asked Questions
When is the next Swiss Super League match?
FC St. Gallen 1879 play FC Sion on Saturday 12 September.
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.