EUROPE · RESULTS

Eerste Divisie Results

Latest Eerste Divisie results: Jong PSV Eindhoven 3-1 FC Den Bosch, Jong FC Utrecht Youth 0-0 FC Eindhoven, MVV Maastricht 1-1 Roda JC Kerkrade. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 06:13 UTC
  • Mon 07 Sept, 18:00 UTCJong PSV Eindhoven31FC Den Bosch
  • Mon 07 Sept, 18:00 UTCJong FC Utrecht Youth00FC Eindhoven
  • Sun 06 Sept, 14:45 UTCMVV Maastricht11Roda JC Kerkrade
  • Sat 05 Sept, 14:30 UTCFC Dordrecht36Jong AZ Alkmaar
  • Fri 04 Sept, 18:00 UTCVitesse21TOP Oss
  • Fri 04 Sept, 18:00 UTCHeracles Almelo50De Graafschap
  • Fri 04 Sept, 18:00 UTCRKC Waalwijk42NAC Breda
  • Fri 04 Sept, 18:00 UTCFC Emmen53FC Volendam
  • Fri 04 Sept, 18:00 UTCHelmond Sport42VVV-Venlo
  • Fri 04 Sept, 18:00 UTCAlmere City FC01Jong Ajax
  • Mon 31 Aug, 18:00 UTCJong AZ Alkmaar21Jong FC Utrecht Youth
  • Mon 31 Aug, 18:00 UTCJong PSV Eindhoven11Jong Ajax
  • Sun 30 Aug, 14:45 UTCVVV-Venlo40FC Emmen
  • Sun 30 Aug, 10:15 UTCFC Eindhoven13Heracles Almelo
  • Sat 29 Aug, 14:30 UTCDe Graafschap14Almere City FC
Get this via API

Get Eerste Divisie results via API

Fetch the latest final Eerste Divisie scores with competition_id=comp_2977.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2977&season_id=sn_3011388&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2977",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-07T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Jong PSV Eindhoven"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Den Bosch"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Eerste Divisie result?

Jong PSV Eindhoven 3-1 FC Den Bosch on Monday 7 September.

How do I get Eerste Divisie results via API?

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

Get Eerste Divisie data via API

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