EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 04:11 UTC
Swiss Super League league table
#TeamPWDLGFGAGDPts
1FC Thun110031+23
2Basel110010+13
3Grasshopper Club Zürich10101101
4FC Lausanne-Sport10101101
5FC Lugano00000000
6FC Sion00000000
7FC St. Gallen 187900000000
8FC Vaduz00000000
9FC Zürich00000000
10Young Boys00000000
11Servette FC100101-10
12FC Luzern100113-20
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 Thun"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 3,
      "goals_against": 1,
      "goal_difference": 2,
      "points": 3
    }
  ]
}

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.