EUROPE · LEAGUE TABLE

Superettan Table

As of 15 August 2026, IFK Norrköping lead the Superettan 2026 with 39 points from 19 matches, 4 points clear of Falkenbergs FF. GIF Sundsvall sit bottom on 10. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 16:58 UTC
Superettan league table
#TeamPWDLGFGAGDPts
1IFK Norrköping1912343311+2239
2Falkenbergs FF1910543527+835
3Varbergs BoIS1910453424+1034
4Östersunds FK189542821+732
5Sandvikens IF198563424+1029
6Landskrona BoIS198562520+529
7United IK Nordic197842926+329
8Östers IF199283029+129
9IK Oddevold196853027+326
10Helsingborgs IF197483237-525
11Norrby IF1941052425-122
12IK Brage195683336-321
13Ljungskile SK195592529-420
14IFK Värnamo1852112236-1417
15Örebro SK193791831-1316
16GIF Sundsvall1931151443-2910
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": 19,
      "wins": 12,
      "draws": 3,
      "losses": 4,
      "goals_for": 33,
      "goals_against": 11,
      "goal_difference": 22,
      "points": 39
    }
  ]
}

Frequently Asked Questions

Who is top of the Superettan?

IFK Norrköping are top of the Superettan 2026 with 39 points from 19 matches, 4 points clear of Falkenbergs FF.

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.