EUROPE · LEAGUE TABLE

Eredivisie Table

As of 9 September 2026, AZ Alkmaar lead the Eredivisie 26/27 with 15 points from 5 matches, 2 points clear of PSV Eindhoven. SC Cambuur sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:56 UTC
Eredivisie league table
#TeamPWDLGFGAGDPts
1AZ Alkmaar5500165+1115
2PSV Eindhoven5410186+1213
3Feyenoord5320137+611
4Excelsior5311125+710
5Fortuna Sittard5311119+210
6Go Ahead Eagles52211412+28
7AFC Ajax421195+47
8FC Twente421195+47
9NEC Nijmegen5212119+27
10FC Groningen52121112-17
11Sparta Rotterdam51229905
12SC Heerenveen512279-25
13PEC Zwolle5113610-44
14SC Telstar4112510-54
15FC Utrecht5023918-92
16ADO Den Haag5014614-81
17Willem II Tilburg4013413-91
18SC Cambuur5014618-121
Get this via API

Get the Eredivisie table via API

Fetch the live Eredivisie standings with competition_id=comp_3809. The same shape works for every competition and season.

GET /football/competitions/comp_3809/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_3809/seasons/sn_5744954/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "AZ Alkmaar"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 5,
      "draws": 0,
      "losses": 0,
      "goals_for": 16,
      "goals_against": 5,
      "goal_difference": 11,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Eredivisie?

AZ Alkmaar are top of the Eredivisie 26/27 with 15 points from 5 matches, 2 points clear of PSV Eindhoven.

How many teams are in the Eredivisie?

18 teams compete in the Eredivisie 26/27.

How do I get the Eredivisie table via API?

Call the standings endpoint with competition_id=comp_3809 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Eredivisie data are available?

TheStatsAPI has 7 seasons of Eredivisie data, going back to 20/21, including historical final tables.

Get Eredivisie data via API

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