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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KAA Gent | 5 | 5 | 0 | 0 | 10 | 2 | +8 | 15 |
| 2 | Royale Union Saint-Gilloise | 5 | 4 | 1 | 0 | 14 | 3 | +11 | 13 |
| 3 | Club Brugge KV | 5 | 4 | 0 | 1 | 9 | 2 | +7 | 12 |
| 4 | RC Sporting Charleroi | 5 | 4 | 0 | 1 | 11 | 5 | +6 | 12 |
| 5 | SV Zulte Waregem | 5 | 3 | 2 | 0 | 10 | 3 | +7 | 11 |
| 6 | Standard Liège | 5 | 3 | 2 | 0 | 10 | 6 | +4 | 11 |
| 7 | KRC Genk | 5 | 2 | 2 | 1 | 12 | 8 | +4 | 8 |
| 8 | Sint-Truidense VV | 5 | 2 | 2 | 1 | 12 | 8 | +4 | 8 |
| 9 | Lommel SK | 5 | 2 | 1 | 2 | 6 | 3 | +3 | 7 |
| 10 | Royal Antwerp FC | 5 | 2 | 1 | 2 | 10 | 10 | 0 | 7 |
| 11 | RSC Anderlecht | 5 | 2 | 1 | 2 | 3 | 5 | -2 | 7 |
| 12 | SK Beveren | 5 | 2 | 0 | 3 | 5 | 10 | -5 | 6 |
| 13 | KVC Westerlo | 5 | 1 | 1 | 3 | 9 | 14 | -5 | 4 |
| 14 | Cercle Brugge | 5 | 0 | 2 | 3 | 5 | 10 | -5 | 2 |
| 15 | KV Mechelen | 5 | 0 | 2 | 3 | 5 | 13 | -8 | 2 |
| 16 | RAAL La Louvière | 5 | 0 | 1 | 4 | 4 | 12 | -8 | 1 |
| 17 | Oud-Heverlee Leuven | 5 | 0 | 0 | 5 | 2 | 12 | -10 | 0 |
| 18 | KV Kortrijk | 5 | 0 | 0 | 5 | 1 | 12 | -11 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_8531/seasons/sn_6195301/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.