EUROPE · FIXTURES

Danish Superliga Fixtures

Next Danish Superliga fixtures: FC København v AC Horsens (Friday 11 September), Lyngby v Sønderjyske Fodbold (Sunday 13 September), Silkeborg IF v Viborg FF (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:23 UTC
  • Fri 11 Sept, 17:00 UTCFC KøbenhavnvAC Horsens
  • Sun 13 Sept, 12:00 UTCLyngbyvSønderjyske Fodbold
  • Sun 13 Sept, 12:00 UTCSilkeborg IFvViborg FF
  • Sun 13 Sept, 14:00 UTCRanders FCvOdense Boldklub
  • Sun 13 Sept, 16:00 UTCFC NordsjællandvAGF
  • Mon 14 Sept, 17:00 UTCFC MidtjyllandvBrøndby IF
  • Fri 18 Sept, 17:00 UTCLyngbyvSilkeborg IF
  • Sat 19 Sept, 16:00 UTCOdense BoldklubvFC Midtjylland
  • Sun 20 Sept, 12:00 UTCSønderjyske FodboldvRanders FC
  • Sun 20 Sept, 12:00 UTCBrøndby IFvFC København
  • Sun 20 Sept, 14:00 UTCAC HorsensvAGF
  • Sun 20 Sept, 16:00 UTCViborg FFvFC Nordsjælland
  • Sun 11 Oct, 14:00 UTCSilkeborg IFvAC Horsens
  • Sun 11 Oct, 14:00 UTCRanders FCvViborg FF
  • Sun 11 Oct, 14:00 UTCFC NordsjællandvOdense Boldklub
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-09-11T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC København"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AC Horsens"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Danish Superliga match?

FC København play AC Horsens on Friday 11 September.

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.