EUROPE · FIXTURES

Eerste Divisie Fixtures

Next Eerste Divisie fixtures: NAC Breda v Jong FC Utrecht Youth (Friday 11 September), VVV-Venlo v TOP Oss (Friday 11 September), MVV Maastricht v Almere City FC (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 07 Sept 2026, 20:35 UTC
  • Fri 11 Sept, 18:00 UTCNAC BredavJong FC Utrecht Youth
  • Fri 11 Sept, 18:00 UTCVVV-VenlovTOP Oss
  • Fri 11 Sept, 18:00 UTCMVV MaastrichtvAlmere City FC
  • Fri 11 Sept, 18:00 UTCJong AjaxvRKC Waalwijk
  • Fri 11 Sept, 18:00 UTCHeracles AlmelovJong AZ Alkmaar
  • Fri 11 Sept, 18:00 UTCHelmond SportvJong PSV Eindhoven
  • Fri 11 Sept, 18:00 UTCFC EmmenvDe Graafschap
  • Fri 11 Sept, 18:00 UTCFC EindhovenvFC Dordrecht
  • Sat 12 Sept, 14:30 UTCRoda JC KerkradevVitesse
  • Sun 13 Sept, 14:45 UTCFC VolendamvFC Den Bosch
  • Mon 14 Sept, 18:00 UTCJong FC Utrecht YouthvJong Ajax
  • Mon 14 Sept, 18:00 UTCJong PSV EindhovenvJong AZ Alkmaar
  • Fri 18 Sept, 18:00 UTCTOP OssvFC Dordrecht
  • Fri 18 Sept, 18:00 UTCJong AZ AlkmaarvFC Volendam
  • Fri 18 Sept, 18:00 UTCRKC WaalwijkvMVV Maastricht
Get this via API

Get Eerste Divisie fixtures via API

Fetch upcoming Eerste Divisie matches with competition_id=comp_2977.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2977&season_id=sn_3011388&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2977",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "NAC Breda"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Jong FC Utrecht Youth"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Eerste Divisie match?

NAC Breda play Jong FC Utrecht Youth on Friday 11 September.

How do I get Eerste Divisie fixtures via API?

Call the matches endpoint with competition_id=comp_2977 and status=scheduled. 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.