Swiss Super League Table
As of 9 September 2026, FC Lugano lead the Swiss Super League 26/27 with 18 points from 6 matches, 3 points clear of Young Boys. Servette FC sit bottom on 4. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC Lugano | 6 | 6 | 0 | 0 | 17 | 4 | +13 | 18 |
| 2 | Young Boys | 7 | 4 | 3 | 0 | 26 | 14 | +12 | 15 |
| 3 | FC Sion | 6 | 4 | 0 | 2 | 14 | 11 | +3 | 12 |
| 4 | FC St. Gallen 1879 | 6 | 3 | 1 | 2 | 12 | 11 | +1 | 10 |
| 5 | Basel | 7 | 3 | 1 | 3 | 12 | 12 | 0 | 10 |
| 6 | FC Luzern | 7 | 2 | 3 | 2 | 10 | 13 | -3 | 9 |
| 7 | FC Thun | 6 | 2 | 1 | 3 | 11 | 17 | -6 | 7 |
| 8 | FC Zürich | 7 | 2 | 1 | 4 | 11 | 18 | -7 | 7 |
| 9 | FC Vaduz | 7 | 2 | 0 | 5 | 16 | 17 | -1 | 6 |
| 10 | FC Lausanne-Sport | 7 | 1 | 3 | 3 | 7 | 10 | -3 | 6 |
| 11 | Grasshopper Club Zürich | 6 | 1 | 2 | 3 | 9 | 14 | -5 | 5 |
| 12 | Servette FC | 6 | 1 | 1 | 4 | 4 | 8 | -4 | 4 |
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 Lugano"
},
"position": 1,
"matches_played": 6,
"wins": 6,
"draws": 0,
"losses": 0,
"goals_for": 17,
"goals_against": 4,
"goal_difference": 13,
"points": 18
}
]
}Swiss Super League resources
Frequently Asked Questions
Who is top of the Swiss Super League?
FC Lugano are top of the Swiss Super League 26/27 with 18 points from 6 matches, 3 points clear of Young Boys.
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.