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 Midtjylland2–2FC Nordsjælland
- Sun 06 Sept, 16:00 UTCBrøndby IF0–3Randers FC
- Sun 06 Sept, 14:00 UTCOdense Boldklub0–5FC København
- Sun 06 Sept, 12:00 UTCSønderjyske Fodbold2–5AC Horsens
- Sat 05 Sept, 16:00 UTCAGF2–2Silkeborg IF
- Fri 04 Sept, 17:00 UTCViborg FF0–2Lyngby
- Thu 03 Sept, 18:00 UTCFC København2–0FC Nordsjælland
- Wed 02 Sept, 18:00 UTCAGF0–2FC Midtjylland
- Mon 31 Aug, 17:00 UTCFC København3–1Sønderjyske Fodbold
- Sun 30 Aug, 16:00 UTCFC Nordsjælland3–1Brøndby IF
- Sun 30 Aug, 14:00 UTCRanders FC2–1AGF
- Sun 30 Aug, 12:00 UTCLyngby1–1Odense Boldklub
- Sun 30 Aug, 12:00 UTCSilkeborg IF1–1FC Midtjylland
- Fri 28 Aug, 17:00 UTCAC Horsens2–3Viborg FF
- Mon 24 Aug, 17:00 UTCBrøndby IF3–1Silkeborg 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.