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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC København | 7 | 6 | 0 | 1 | 20 | 8 | +12 | 18 |
| 2 | FC Midtjylland | 7 | 4 | 3 | 0 | 12 | 7 | +5 | 15 |
| 3 | FC Nordsjælland | 7 | 4 | 2 | 1 | 11 | 6 | +5 | 14 |
| 4 | Viborg FF | 7 | 4 | 1 | 2 | 10 | 6 | +4 | 13 |
| 5 | Brøndby IF | 7 | 4 | 1 | 2 | 11 | 10 | +1 | 13 |
| 6 | AC Horsens | 7 | 3 | 1 | 3 | 13 | 12 | +1 | 10 |
| 7 | Randers FC | 7 | 3 | 1 | 3 | 8 | 8 | 0 | 10 |
| 8 | Lyngby | 7 | 1 | 3 | 3 | 9 | 11 | -2 | 6 |
| 9 | Silkeborg IF | 7 | 1 | 3 | 3 | 7 | 11 | -4 | 6 |
| 10 | Odense Boldklub | 7 | 1 | 2 | 4 | 5 | 12 | -7 | 5 |
| 11 | AGF | 7 | 0 | 4 | 3 | 9 | 13 | -4 | 4 |
| 12 | Sønderjyske Fodbold | 7 | 0 | 1 | 6 | 7 | 18 | -11 | 1 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_7938/seasons/sn_4588672/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Danish Superliga resources
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.