EUROPE · LEAGUE TABLE

Allsvenskan Table

As of 9 September 2026, IK Sirius lead the Allsvenskan 2026 with 45 points from 20 matches, 7 points clear of Djurgårdens IF. Halmstads BK sit bottom on 11. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:11 UTC
Allsvenskan league table
#TeamPWDLGFGAGDPts
1IK Sirius2014334827+2145
2Djurgårdens IF2012264419+2538
3Hammarby IF2011454519+2637
4BK Häcken208843329+432
5AIK199552827+132
6IF Elfsborg208752821+731
7Malmö FF209383330+330
8Västerås SK208572834-629
9GAIS207672518+727
10IF Brommapojkarna207672932-327
11IFK Göteborg207582840-1226
12Mjällby AIF195592533-820
13Kalmar FF2054112130-919
14Degerfors IF2054111931-1219
15Örgryte IS2036112343-2015
16Halmstads BK2025131337-2411
Get this via API

Get the Allsvenskan table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1002/seasons/sn_4576877/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "IK Sirius"
      },
      "position": 1,
      "matches_played": 20,
      "wins": 14,
      "draws": 3,
      "losses": 3,
      "goals_for": 48,
      "goals_against": 27,
      "goal_difference": 21,
      "points": 45
    }
  ]
}

Frequently Asked Questions

Who is top of the Allsvenskan?

IK Sirius are top of the Allsvenskan 2026 with 45 points from 20 matches, 7 points clear of Djurgårdens IF.

How many teams are in the Allsvenskan?

16 teams compete in the Allsvenskan 2026.

How do I get the Allsvenskan table via API?

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

TheStatsAPI has 7 seasons of Allsvenskan data, going back to 2020, including historical final tables.

Get Allsvenskan data via API

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