EUROPE · LEAGUE TABLE

Danish Superliga Table

As of 15 August 2026, Brøndby IF lead the Danish Superliga 26/27 with 7 points from 3 matches, level on points with Viborg FF. AC Horsens sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 14:20 UTC
Danish Superliga league table
#TeamPWDLGFGAGDPts
1Brøndby IF321041+37
2Viborg FF421132+17
3FC København220063+36
4FC Midtjylland220053+26
5Randers FC311132+14
6FC Nordsjælland211021+14
7Silkeborg IF311134-14
8Odense Boldklub310212-13
9AGF302145-12
10Sønderjyske Fodbold301224-21
11Lyngby301247-31
12AC Horsens301225-31
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": "Brøndby IF"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 2,
      "draws": 1,
      "losses": 0,
      "goals_for": 4,
      "goals_against": 1,
      "goal_difference": 3,
      "points": 7
    }
  ]
}

Frequently Asked Questions

Who is top of the Danish Superliga?

Brøndby IF are top of the Danish Superliga 26/27 with 7 points from 3 matches.

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.