EUROPE · RESULTS
Danish Superliga Results
Latest Danish Superliga results: Randers FC 0-4 FC København, Lyngby 1-1 FC Midtjylland, FC Nordsjælland 1-0 Silkeborg IF. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 03:51 UTC
- Sun 16 Aug, 16:00 UTCRanders FC0–4FC København
- Sun 16 Aug, 14:00 UTCLyngby1–1FC Midtjylland
- Sun 16 Aug, 12:00 UTCFC Nordsjælland1–0Silkeborg IF
- Sun 16 Aug, 12:00 UTCOdense Boldklub1–2AC Horsens
- Fri 14 Aug, 17:00 UTCViborg FF2–1AGF
- Mon 10 Aug, 17:00 UTCSilkeborg IF1–0Odense Boldklub
- Sun 09 Aug, 16:00 UTCAC Horsens0–2Brøndby IF
- Sun 09 Aug, 14:00 UTCRanders FC2–0Lyngby
- Fri 07 Aug, 17:00 UTCSønderjyske Fodbold0–0Viborg FF
- Mon 03 Aug, 17:00 UTCOdense Boldklub1–0Sønderjyske Fodbold
- Sun 02 Aug, 16:00 UTCSilkeborg IF1–3FC København
- Sun 02 Aug, 14:00 UTCBrøndby IF1–0Viborg FF
- Sun 02 Aug, 12:00 UTCFC Midtjylland2–1AC Horsens
- Sun 02 Aug, 12:00 UTCFC Nordsjælland1–0Randers FC
- Sat 01 Aug, 16:00 UTCLyngby2–2AGF
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": 4,
"status": "finished",
"utc_date": "2026-08-16T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Randers FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "FC København"
},
"score": {
"home": 0,
"away": 4
}
}
]
}Frequently Asked Questions
What was the latest Danish Superliga result?
Randers FC 0-4 FC København on Sunday 16 August.
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.