EUROPE · RESULTS

Danish Superliga Results

Latest Danish Superliga results: AGF 1-1 Brøndby IF, Viborg FF 1-0 Odense Boldklub. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:37 UTC
  • Sat 25 Jul, 16:00 UTCAGF11Brøndby IF
  • Fri 24 Jul, 17:00 UTCViborg FF10Odense Boldklub
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": 1,
      "status": "finished",
      "utc_date": "2026-07-25T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "AGF"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Brøndby IF"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Danish Superliga result?

AGF 1-1 Brøndby IF on Saturday 25 July.

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.