EUROPE · LEAGUE TABLE

Eerste Divisie Table

As of 8 September 2026, Heracles Almelo lead the Eerste Divisie 26/27 with 15 points from 5 matches, 2 points clear of MVV Maastricht. De Graafschap sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 06:02 UTC
Eerste Divisie league table
#TeamPWDLGFGAGDPts
1Heracles Almelo5500217+1415
2MVV Maastricht541095+413
3FC Emmen54011512+312
4Jong PSV Eindhoven6321119+211
5Almere City FC5311114+710
6Vitesse5311107+310
7VVV-Venlo5302139+49
8Jong AZ Alkmaar63031512+39
9Roda JC Kerkrade522165+18
10RKC Waalwijk5140108+27
11Jong Ajax62131214-27
12NAC Breda5212911-27
13FC Volendam52031410+46
14Helmond Sport51229905
15FC Den Bosch51131013-34
16FC Eindhoven5113611-54
17FC Dordrecht5113816-84
18TOP Oss510449-53
19Jong FC Utrecht Youth6015515-101
20De Graafschap5014517-121
Get this via API

Get the Eerste Divisie table via API

Fetch the live Eerste Divisie standings with competition_id=comp_2977. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_2977/seasons/sn_3011388/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Heracles Almelo"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 5,
      "draws": 0,
      "losses": 0,
      "goals_for": 21,
      "goals_against": 7,
      "goal_difference": 14,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Eerste Divisie?

Heracles Almelo are top of the Eerste Divisie 26/27 with 15 points from 5 matches, 2 points clear of MVV Maastricht.

How many teams are in the Eerste Divisie?

20 teams compete in the Eerste Divisie 26/27.

How do I get the Eerste Divisie table via API?

Call the standings endpoint with competition_id=comp_2977 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 Eerste Divisie data are available?

TheStatsAPI has 6 seasons of Eerste Divisie data, going back to 21/22, including historical final tables.

Get Eerste Divisie data via API

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