Pro League Table
As of 15 August 2026, Royale Union Saint-Gilloise lead the Pro League 26/27 with 3 points from 1 matches, level on points with Club Brugge KV. KVC Westerlo sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Royale Union Saint-Gilloise | 1 | 1 | 0 | 0 | 5 | 1 | +4 | 3 |
| 2 | Club Brugge KV | 1 | 1 | 0 | 0 | 3 | 0 | +3 | 3 |
| 3 | RC Sporting Charleroi | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 4 | KAA Gent | 1 | 1 | 0 | 0 | 2 | 0 | +2 | 3 |
| 5 | Royal Antwerp FC | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 6 | RSC Anderlecht | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 7 | SV Zulte Waregem | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 8 | Cercle Brugge | 2 | 0 | 2 | 0 | 5 | 5 | 0 | 2 |
| 9 | Sint-Truidense VV | 2 | 0 | 2 | 0 | 4 | 4 | 0 | 2 |
| 10 | Standard Liège | 1 | 0 | 1 | 0 | 2 | 2 | 0 | 1 |
| 11 | Lommel SK | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 12 | SK Beveren | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 13 | KRC Genk | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 14 | RAAL La Louvière | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 15 | Oud-Heverlee Leuven | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 16 | KV Mechelen | 1 | 0 | 0 | 1 | 0 | 2 | -2 | 0 |
| 17 | KV Kortrijk | 1 | 0 | 0 | 1 | 0 | 3 | -3 | 0 |
| 18 | KVC Westerlo | 1 | 0 | 0 | 1 | 1 | 5 | -4 | 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": "Royale Union Saint-Gilloise"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 5,
"goals_against": 1,
"goal_difference": 4,
"points": 3
}
]
}Frequently Asked Questions
Who is top of the Pro League?
Royale Union Saint-Gilloise are top of the Pro League 26/27 with 3 points from 1 matches.
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.