EUROPE · LEAGUE TABLE

Allsvenskan Table

As of 26 July 2026, IK Sirius lead the Allsvenskan 2026 with 35 points from 13 matches, 9 points clear of Hammarby IF. Halmstads BK sit bottom on 6. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:32 UTC
Allsvenskan league table
#TeamPWDLGFGAGDPts
1IK Sirius1311203616+2035
2Hammarby IF148243214+1826
3Djurgårdens IF137242715+1223
4BK Häcken136522722+523
5Västerås SK146442423+122
6AIK136341818021
7Malmö FF136252722+520
8GAIS145451814+419
9IF Elfsborg144641817+118
10Mjällby AIF144552019+117
11Kalmar FF145271820-217
12IF Brommapojkarna134451821-316
13IFK Göteborg133461629-1313
14Degerfors IF142481224-1210
15Örgryte IS142481433-1910
16Halmstads BK131391028-186
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": 13,
      "wins": 11,
      "draws": 2,
      "losses": 0,
      "goals_for": 36,
      "goals_against": 16,
      "goal_difference": 20,
      "points": 35
    }
  ]
}

Frequently Asked Questions

Who is top of the Allsvenskan?

IK Sirius are top of the Allsvenskan 2026 with 35 points from 13 matches, 9 points clear of Hammarby 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.