EUROPE · LEAGUE TABLE

Superettan Table

As of 9 September 2026, IFK Norrköping lead the Superettan 2026 with 48 points from 22 matches, 10 points clear of Varbergs BoIS. GIF Sundsvall sit bottom on 16. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 09:06 UTC
Superettan league table
#TeamPWDLGFGAGDPts
1IFK Norrköping2215344315+2848
2Varbergs BoIS2211563928+1138
3Falkenbergs FF2211564232+1038
4Östersunds FK2210843123+838
5United IK Nordic229853431+335
6Landskrona BoIS229763023+734
7Sandvikens IF229673829+933
8Östers IF2210393332+133
9IK Oddevold228863632+432
10Helsingborgs IF2275103443-926
11Norrby IF2241172631-523
12IFK Värnamo2265112639-1323
13Ljungskile SK2257102732-522
14IK Brage2256113543-821
15Örebro SK2248102134-1320
16GIF Sundsvall2251161644-2816
Get this via API

Get the Superettan table via API

Fetch the live Superettan standings with competition_id=comp_6917. The same shape works for every competition and season.

GET /football/competitions/comp_6917/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6917/seasons/sn_0842342/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "IFK Norrköping"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 15,
      "draws": 3,
      "losses": 4,
      "goals_for": 43,
      "goals_against": 15,
      "goal_difference": 28,
      "points": 48
    }
  ]
}

Frequently Asked Questions

Who is top of the Superettan?

IFK Norrköping are top of the Superettan 2026 with 48 points from 22 matches, 10 points clear of Varbergs BoIS.

How many teams are in the Superettan?

16 teams compete in the Superettan 2026.

How do I get the Superettan table via API?

Call the standings endpoint with competition_id=comp_6917 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 Superettan data are available?

TheStatsAPI has 5 seasons of Superettan data, going back to 2022, including historical final tables.

Get Superettan data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.