EUROPE · LEAGUE TABLE

Swiss Super League Table

As of 15 August 2026, FC Lugano lead the Swiss Super League 26/27 with 9 points from 3 matches, 2 points clear of Young Boys. FC Vaduz sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 16:15 UTC
Swiss Super League league table
#TeamPWDLGFGAGDPts
1FC Lugano3300112+99
2Young Boys3210124+87
3FC St. Gallen 1879321075+27
4FC Sion320186+26
5Basel320153+26
6FC Lausanne-Sport312043+15
7Servette FC310234-13
8FC Zürich310238-53
9FC Thun3102511-63
10Grasshopper Club Zürich301237-41
11FC Luzern301238-51
12FC Vaduz300358-30
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": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 11,
      "goals_against": 2,
      "goal_difference": 9,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Swiss Super League?

FC Lugano are top of the Swiss Super League 26/27 with 9 points from 3 matches, 2 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.