Danish Superliga Table
As of 26 July 2026, Viborg FF lead the Danish Superliga 26/27 with 3 points from 1 matches, 2 points clear of AGF. Odense Boldklub sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Viborg FF | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 2 | AGF | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 3 | Brøndby IF | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 4 | AC Horsens | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 5 | FC København | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 6 | FC Midtjylland | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 7 | FC Nordsjælland | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | Lyngby | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | Randers FC | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | Silkeborg IF | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | Sønderjyske Fodbold | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 12 | Odense Boldklub | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
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": "Viborg FF"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 1,
"goals_against": 0,
"goal_difference": 1,
"points": 3
}
]
}Danish Superliga resources
Frequently Asked Questions
Who is top of the Danish Superliga?
Viborg FF are top of the Danish Superliga 26/27 with 3 points from 1 matches, 2 points clear of AGF.
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.