EUROPE · LEAGUE TABLE

Pro League Table

As of 9 September 2026, KAA Gent lead the Pro League 26/27 with 15 points from 5 matches, 2 points clear of Royale Union Saint-Gilloise. KV Kortrijk sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:12 UTC
Pro League league table
#TeamPWDLGFGAGDPts
1KAA Gent5500102+815
2Royale Union Saint-Gilloise5410143+1113
3Club Brugge KV540192+712
4RC Sporting Charleroi5401115+612
5SV Zulte Waregem5320103+711
6Standard Liège5320106+411
7KRC Genk5221128+48
8Sint-Truidense VV5221128+48
9Lommel SK521263+37
10Royal Antwerp FC5212101007
11RSC Anderlecht521235-27
12SK Beveren5203510-56
13KVC Westerlo5113914-54
14Cercle Brugge5023510-52
15KV Mechelen5023513-82
16RAAL La Louvière5014412-81
17Oud-Heverlee Leuven5005212-100
18KV Kortrijk5005112-110
Get this via API

Get the Pro League table via API

Fetch the live Pro League standings with competition_id=comp_8531. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_8531/seasons/sn_6195301/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "KAA Gent"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 5,
      "draws": 0,
      "losses": 0,
      "goals_for": 10,
      "goals_against": 2,
      "goal_difference": 8,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Pro League?

KAA Gent are top of the Pro League 26/27 with 15 points from 5 matches, 2 points clear of Royale Union Saint-Gilloise.

How many teams are in the Pro League?

18 teams compete in the Pro League 26/27.

How do I get the Pro League table via API?

Call the standings endpoint with competition_id=comp_8531 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 Pro League data are available?

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

Get Pro League data via API

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