Swiss Super League Table
As of 26 July 2026, FC Thun lead the Swiss Super League 26/27 with 3 points from 1 matches, level on points with Basel. FC Luzern sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC Thun | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 2 | Basel | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 3 | Grasshopper Club Zürich | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 4 | FC Lausanne-Sport | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 5 | FC Lugano | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 6 | FC Sion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 7 | FC St. Gallen 1879 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | FC Vaduz | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | FC Zürich | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | Young Boys | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | Servette FC | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 12 | FC Luzern | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
Get the Swiss Super League table via API
Fetch the live Swiss Super League standings with competition_id=comp_4084. The same shape works for every competition and season.
GET /football/competitions/comp_4084/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_4084/seasons/sn_7250992/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "FC Thun"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 3,
"goals_against": 1,
"goal_difference": 2,
"points": 3
}
]
}Swiss Super League resources
Frequently Asked Questions
Who is top of the Swiss Super League?
FC Thun are top of the Swiss Super League 26/27 with 3 points from 1 matches.
How many teams are in the Swiss Super League?
12 teams compete in the Swiss Super League 26/27.
How do I get the Swiss Super League table via API?
Call the standings endpoint with competition_id=comp_4084 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of Swiss Super League data are available?
TheStatsAPI has 7 seasons of Swiss Super League data, going back to 20/21, including historical final tables.
Get Swiss Super League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.