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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Brøndby IF | 3 | 2 | 1 | 0 | 4 | 1 | +3 | 7 |
| 2 | Viborg FF | 4 | 2 | 1 | 1 | 3 | 2 | +1 | 7 |
| 3 | FC København | 2 | 2 | 0 | 0 | 6 | 3 | +3 | 6 |
| 4 | FC Midtjylland | 2 | 2 | 0 | 0 | 5 | 3 | +2 | 6 |
| 5 | Randers FC | 3 | 1 | 1 | 1 | 3 | 2 | +1 | 4 |
| 6 | FC Nordsjælland | 2 | 1 | 1 | 0 | 2 | 1 | +1 | 4 |
| 7 | Silkeborg IF | 3 | 1 | 1 | 1 | 3 | 4 | -1 | 4 |
| 8 | Odense Boldklub | 3 | 1 | 0 | 2 | 1 | 2 | -1 | 3 |
| 9 | AGF | 3 | 0 | 2 | 1 | 4 | 5 | -1 | 2 |
| 10 | Sønderjyske Fodbold | 3 | 0 | 1 | 2 | 2 | 4 | -2 | 1 |
| 11 | Lyngby | 3 | 0 | 1 | 2 | 4 | 7 | -3 | 1 |
| 12 | AC Horsens | 3 | 0 | 1 | 2 | 2 | 5 | -3 | 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": "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
}
]
}Danish Superliga resources
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.