EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:32 UTC
Danish Superliga league table
#TeamPWDLGFGAGDPts
1Viborg FF110010+13
2AGF10101101
3Brøndby IF10101101
4AC Horsens00000000
5FC København00000000
6FC Midtjylland00000000
7FC Nordsjælland00000000
8Lyngby00000000
9Randers FC00000000
10Silkeborg IF00000000
11Sønderjyske Fodbold00000000
12Odense Boldklub100101-10
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": "Viborg FF"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 1,
      "goals_against": 0,
      "goal_difference": 1,
      "points": 3
    }
  ]
}

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.