EUROPE · LEAGUE TABLE

Allsvenskan Table

As of 15 August 2026, IK Sirius lead the Allsvenskan 2026 with 42 points from 17 matches, 12 points clear of Hammarby IF. Halmstads BK sit bottom on 7. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:05 UTC
Allsvenskan league table
#TeamPWDLGFGAGDPts
1IK Sirius1713314723+2442
2Hammarby IF169343615+2130
3IF Elfsborg177642418+627
4Djurgårdens IF158253316+1726
5BK Häcken166732826+225
6AIK167452224-225
7Västerås SK177462532-725
8GAIS166552115+623
9Malmö FF167273127+423
10Mjällby AIF165562423+120
11IFK Göteborg165472235-1319
12Kalmar FF165382124-318
13IF Brommapojkarna164662226-418
14Degerfors IF163491427-1313
15Örgryte IS163492037-1713
16Halmstads BK1614111133-227
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": 17,
      "wins": 13,
      "draws": 3,
      "losses": 1,
      "goals_for": 47,
      "goals_against": 23,
      "goal_difference": 24,
      "points": 42
    }
  ]
}

Frequently Asked Questions

Who is top of the Allsvenskan?

IK Sirius are top of the Allsvenskan 2026 with 42 points from 17 matches, 12 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.