EUROPE · RESULTS

Danish Superliga Results

Latest Danish Superliga results: FC Midtjylland 2-2 FC Nordsjælland, Brøndby IF 0-3 Randers FC, Odense Boldklub 0-5 FC København. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:29 UTC
  • Mon 07 Sept, 17:00 UTCFC Midtjylland22FC Nordsjælland
  • Sun 06 Sept, 16:00 UTCBrøndby IF03Randers FC
  • Sun 06 Sept, 14:00 UTCOdense Boldklub05FC København
  • Sun 06 Sept, 12:00 UTCSønderjyske Fodbold25AC Horsens
  • Sat 05 Sept, 16:00 UTCAGF22Silkeborg IF
  • Fri 04 Sept, 17:00 UTCViborg FF02Lyngby
  • Thu 03 Sept, 18:00 UTCFC København20FC Nordsjælland
  • Wed 02 Sept, 18:00 UTCAGF02FC Midtjylland
  • Mon 31 Aug, 17:00 UTCFC København31Sønderjyske Fodbold
  • Sun 30 Aug, 16:00 UTCFC Nordsjælland31Brøndby IF
  • Sun 30 Aug, 14:00 UTCRanders FC21AGF
  • Sun 30 Aug, 12:00 UTCLyngby11Odense Boldklub
  • Sun 30 Aug, 12:00 UTCSilkeborg IF11FC Midtjylland
  • Fri 28 Aug, 17:00 UTCAC Horsens23Viborg FF
  • Mon 24 Aug, 17:00 UTCBrøndby IF31Silkeborg IF
Get this via API

Get Danish Superliga results via API

Fetch the latest final Danish Superliga scores with competition_id=comp_7938.

GET /football/matches?competition_id=comp_7938&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7938&season_id=sn_4588672&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7938",
      "matchday": 7,
      "status": "finished",
      "utc_date": "2026-09-07T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Midtjylland"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Nordsjælland"
      },
      "score": {
        "home": 2,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Danish Superliga result?

FC Midtjylland 2-2 FC Nordsjælland on Monday 7 September.

How do I get Danish Superliga results via API?

Call the matches endpoint with competition_id=comp_7938 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Danish Superliga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.