EUROPE · FIXTURES
Eredivisie Fixtures
Next Eredivisie fixtures: FC Twente v SC Telstar (Wednesday 9 September), AZ Alkmaar v Willem II Tilburg (Friday 11 September), FC Twente v ADO Den Haag (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:52 UTC
- Wed 09 Sept, 16:45 UTCFC TwentevSC Telstar
- Fri 11 Sept, 18:00 UTCAZ AlkmaarvWillem II Tilburg
- Sat 12 Sept, 14:30 UTCFC TwentevADO Den Haag
- Sat 12 Sept, 16:45 UTCGo Ahead EaglesvFC Groningen
- Sat 12 Sept, 18:00 UTCFortuna SittardvAFC Ajax
- Sat 12 Sept, 19:00 UTCSC CambuurvNEC Nijmegen
- Sun 13 Sept, 10:15 UTCExcelsiorvFC Utrecht
- Sun 13 Sept, 12:30 UTCSC HeerenveenvSC Telstar
- Sun 13 Sept, 14:45 UTCPEC ZwollevFeyenoord
- Sun 13 Sept, 18:00 UTCPSV EindhovenvSparta Rotterdam
- Tue 15 Sept, 18:00 UTCAFC AjaxvWillem II Tilburg
- Fri 18 Sept, 18:00 UTCFC GroningenvPEC Zwolle
- Sat 19 Sept, 14:30 UTCADO Den HaagvSC Cambuur
- Sat 19 Sept, 16:45 UTCSparta RotterdamvSC Heerenveen
- Sat 19 Sept, 18:00 UTCAFC AjaxvExcelsior
Get this via API
Get Eredivisie fixtures via API
Fetch upcoming Eredivisie matches with competition_id=comp_3809.
GET /football/matches?competition_id=comp_3809&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3809&season_id=sn_5744954&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3809",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-09T16:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "FC Twente"
},
"away_team": {
"id": "tm_yyyy",
"name": "SC Telstar"
}
}
]
}Frequently Asked Questions
When is the next Eredivisie match?
FC Twente play SC Telstar on Wednesday 9 September.
How do I get Eredivisie fixtures via API?
Call the matches endpoint with competition_id=comp_3809 and status=scheduled. 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.