EUROPE · LEAGUE TABLE

Eredivisie Table

As of 15 August 2026, Excelsior lead the Eredivisie 26/27 with 3 points from 1 matches, level on points with Go Ahead Eagles. SC Cambuur sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 09:17 UTC
Eredivisie league table
#TeamPWDLGFGAGDPts
1Excelsior110040+43
2Go Ahead Eagles110041+33
3AZ Alkmaar110020+23
4AFC Ajax110020+23
5Sparta Rotterdam210132+13
6FC Groningen110021+13
7Feyenoord110010+13
8SC Heerenveen110010+13
9SC Telstar210134-13
10PSV Eindhoven10102201
11Fortuna Sittard10102201
12NEC Nijmegen100112-10
13FC Utrecht100112-10
14FC Twente100101-10
15PEC Zwolle100102-20
16ADO Den Haag100102-20
17Willem II Tilburg100114-30
18SC Cambuur100104-40
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": "Excelsior"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 4,
      "goals_against": 0,
      "goal_difference": 4,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the Eredivisie?

Excelsior are top of the Eredivisie 26/27 with 3 points from 1 matches.

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.