EUROPE · FIXTURES

Danish Superliga Fixtures

Next Danish Superliga fixtures: Sønderjyske Fodbold v FC Midtjylland (Sunday 26 July), FC København v Lyngby (Sunday 26 July), AC Horsens v FC Nordsjælland (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:37 UTC
  • Sun 26 Jul, 12:00 UTCSønderjyske FodboldvFC Midtjylland
  • Sun 26 Jul, 14:00 UTCFC KøbenhavnvLyngby
  • Sun 26 Jul, 16:00 UTCAC HorsensvFC Nordsjælland
  • Mon 27 Jul, 17:00 UTCRanders FCvSilkeborg IF
  • Sat 01 Aug, 16:00 UTCLyngbyvAGF
  • Sun 02 Aug, 12:00 UTCFC MidtjyllandvAC Horsens
  • Sun 02 Aug, 12:00 UTCFC NordsjællandvRanders FC
  • Sun 02 Aug, 14:00 UTCBrøndby IFvViborg FF
  • Sun 02 Aug, 16:00 UTCSilkeborg IFvFC København
  • Mon 03 Aug, 17:00 UTCOdense BoldklubvSønderjyske Fodbold
  • Fri 07 Aug, 17:00 UTCSønderjyske FodboldvViborg FF
Get this via API

Get Danish Superliga fixtures via API

Fetch upcoming Danish Superliga matches with competition_id=comp_7938.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7938&season_id=sn_4588672&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7938",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sønderjyske Fodbold"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Midtjylland"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Danish Superliga match?

Sønderjyske Fodbold play FC Midtjylland on Sunday 26 July.

How do I get Danish Superliga fixtures via API?

Call the matches endpoint with competition_id=comp_7938 and status=scheduled. 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.