EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:48 UTC
Swiss Super League league table
#TeamPWDLGFGAGDPts
1FC Lugano6600174+1318
2Young Boys74302614+1215
3FC Sion64021411+312
4FC St. Gallen 187963121211+110
5Basel73131212010
6FC Luzern72321013-39
7FC Thun62131117-67
8FC Zürich72141118-77
9FC Vaduz72051617-16
10FC Lausanne-Sport7133710-36
11Grasshopper Club Zürich6123914-55
12Servette FC611448-44
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_4084/seasons/sn_7250992/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.