EUROPE · FIXTURES
Swiss Super League Fixtures
Next Swiss Super League fixtures: FC Thun v Servette FC (Saturday 22 August), FC Luzern v FC Lausanne-Sport (Saturday 22 August), FC Zürich v Basel (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 18 Aug 2026, 19:45 UTC
- Sat 22 Aug, 14:00 UTCFC ThunvServette FC
- Sat 22 Aug, 16:00 UTCFC LuzernvFC Lausanne-Sport
- Sat 22 Aug, 18:30 UTCFC ZürichvBasel
- Sun 23 Aug, 12:00 UTCYoung BoysvFC Vaduz
- Sun 23 Aug, 14:30 UTCGrasshopper Club ZürichvFC Sion
- Sun 23 Aug, 14:30 UTCFC LuganovFC St. Gallen 1879
- Sat 29 Aug, 16:00 UTCServette FCvFC Luzern
- Sat 29 Aug, 16:00 UTCFC Lausanne-SportvFC Zürich
- Sat 29 Aug, 18:30 UTCYoung BoysvBasel
- Sun 30 Aug, 12:00 UTCFC SionvFC Lugano
- Sun 30 Aug, 14:30 UTCFC VaduzvGrasshopper Club Zürich
- Sun 30 Aug, 14:30 UTCFC St. Gallen 1879vFC Thun
- Tue 01 Sept, 18:30 UTCFC ZürichvYoung Boys
- Wed 02 Sept, 18:30 UTCGrasshopper Club ZürichvFC St. Gallen 1879
- Wed 02 Sept, 18:30 UTCFC LuzernvFC Vaduz
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-08-22T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "FC Thun"
},
"away_team": {
"id": "tm_yyyy",
"name": "Servette FC"
}
}
]
}Frequently Asked Questions
When is the next Swiss Super League match?
FC Thun play Servette FC on Saturday 22 August.
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.