EUROPE · LEAGUE TABLE

Danish Superliga Table

As of 9 September 2026, FC København lead the Danish Superliga 26/27 with 18 points from 7 matches, 3 points clear of FC Midtjylland. Sønderjyske Fodbold sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:10 UTC
Danish Superliga league table
#TeamPWDLGFGAGDPts
1FC København7601208+1218
2FC Midtjylland7430127+515
3FC Nordsjælland7421116+514
4Viborg FF7412106+413
5Brøndby IF74121110+113
6AC Horsens73131312+110
7Randers FC731388010
8Lyngby7133911-26
9Silkeborg IF7133711-46
10Odense Boldklub7124512-75
11AGF7043913-44
12Sønderjyske Fodbold7016718-111
Get this via API

Get the Danish Superliga table via API

Fetch the live Danish Superliga standings with competition_id=comp_7938. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_7938/seasons/sn_4588672/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC København"
      },
      "position": 1,
      "matches_played": 7,
      "wins": 6,
      "draws": 0,
      "losses": 1,
      "goals_for": 20,
      "goals_against": 8,
      "goal_difference": 12,
      "points": 18
    }
  ]
}

Frequently Asked Questions

Who is top of the Danish Superliga?

FC København are top of the Danish Superliga 26/27 with 18 points from 7 matches, 3 points clear of FC Midtjylland.

How many teams are in the Danish Superliga?

12 teams compete in the Danish Superliga 26/27.

How do I get the Danish Superliga table via API?

Call the standings endpoint with competition_id=comp_7938 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 Danish Superliga data are available?

TheStatsAPI has 7 seasons of Danish Superliga data, going back to 20/21, including historical final tables.

Get Danish Superliga data via API

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