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 FC04FC København
  • Sun 16 Aug, 14:00 UTCLyngby11FC Midtjylland
  • Sun 16 Aug, 12:00 UTCFC Nordsjælland10Silkeborg IF
  • Sun 16 Aug, 12:00 UTCOdense Boldklub12AC Horsens
  • Fri 14 Aug, 17:00 UTCViborg FF21AGF
  • Mon 10 Aug, 17:00 UTCSilkeborg IF10Odense Boldklub
  • Sun 09 Aug, 16:00 UTCAC Horsens02Brøndby IF
  • Sun 09 Aug, 14:00 UTCRanders FC20Lyngby
  • Fri 07 Aug, 17:00 UTCSønderjyske Fodbold00Viborg FF
  • Mon 03 Aug, 17:00 UTCOdense Boldklub10Sønderjyske Fodbold
  • Sun 02 Aug, 16:00 UTCSilkeborg IF13FC København
  • Sun 02 Aug, 14:00 UTCBrøndby IF10Viborg FF
  • Sun 02 Aug, 12:00 UTCFC Midtjylland21AC Horsens
  • Sun 02 Aug, 12:00 UTCFC Nordsjælland10Randers FC
  • Sat 01 Aug, 16:00 UTCLyngby22AGF
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.