EUROPE · RESULTS

Eredivisie Results

Latest Eredivisie results: AFC Ajax 2-2 SC Heerenveen, FC Twente 3-1 PEC Zwolle, Feyenoord 2-2 Go Ahead Eagles. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 16:47 UTC
  • Sun 16 Aug, 14:45 UTCAFC Ajax22SC Heerenveen
  • Sun 16 Aug, 12:30 UTCFC Twente31PEC Zwolle
  • Sun 16 Aug, 12:30 UTCFeyenoord22Go Ahead Eagles
  • Sun 16 Aug, 10:15 UTCADO Den Haag14FC Groningen
  • Sat 15 Aug, 19:00 UTCFortuna Sittard31SC Cambuur
  • Sat 15 Aug, 18:00 UTCExcelsior12PSV Eindhoven
  • Sat 15 Aug, 16:45 UTCFC Utrecht14AZ Alkmaar
  • Sat 15 Aug, 14:30 UTCWillem II Tilburg14NEC Nijmegen
  • Fri 14 Aug, 18:00 UTCSC Telstar13Sparta Rotterdam
  • Sun 09 Aug, 14:45 UTCSC Heerenveen10FC Twente
  • Sun 09 Aug, 12:30 UTCPEC Zwolle02AFC Ajax
  • Sun 09 Aug, 12:30 UTCFC Groningen21FC Utrecht
  • Sun 09 Aug, 10:15 UTCSparta Rotterdam01Feyenoord
  • Sat 08 Aug, 19:00 UTCAZ Alkmaar20ADO Den Haag
  • Sat 08 Aug, 18:00 UTCPSV Eindhoven22Fortuna Sittard
Get this via API

Get Eredivisie results via API

Fetch the latest final Eredivisie scores with competition_id=comp_3809.

GET /football/matches?competition_id=comp_3809&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3809&season_id=sn_5744954&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3809",
      "matchday": 2,
      "status": "finished",
      "utc_date": "2026-08-16T14:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "AFC Ajax"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "SC Heerenveen"
      },
      "score": {
        "home": 2,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Eredivisie result?

AFC Ajax 2-2 SC Heerenveen on Sunday 16 August.

How do I get Eredivisie results via API?

Call the matches endpoint with competition_id=comp_3809 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Eredivisie data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.