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 Eindhoven3–1FC Den Bosch
- Mon 07 Sept, 18:00 UTCJong FC Utrecht Youth0–0FC Eindhoven
- Sun 06 Sept, 14:45 UTCMVV Maastricht1–1Roda JC Kerkrade
- Sat 05 Sept, 14:30 UTCFC Dordrecht3–6Jong AZ Alkmaar
- Fri 04 Sept, 18:00 UTCVitesse2–1TOP Oss
- Fri 04 Sept, 18:00 UTCHeracles Almelo5–0De Graafschap
- Fri 04 Sept, 18:00 UTCRKC Waalwijk4–2NAC Breda
- Fri 04 Sept, 18:00 UTCFC Emmen5–3FC Volendam
- Fri 04 Sept, 18:00 UTCHelmond Sport4–2VVV-Venlo
- Fri 04 Sept, 18:00 UTCAlmere City FC0–1Jong Ajax
- Mon 31 Aug, 18:00 UTCJong AZ Alkmaar2–1Jong FC Utrecht Youth
- Mon 31 Aug, 18:00 UTCJong PSV Eindhoven1–1Jong Ajax
- Sun 30 Aug, 14:45 UTCVVV-Venlo4–0FC Emmen
- Sun 30 Aug, 10:15 UTCFC Eindhoven1–3Heracles Almelo
- Sat 29 Aug, 14:30 UTCDe Graafschap1–4Almere 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.