EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 09:13 UTC
Pro League league table
#TeamPWDLGFGAGDPts
1Royale Union Saint-Gilloise110051+43
2Club Brugge KV110030+33
3RC Sporting Charleroi110031+23
4KAA Gent110020+23
5Royal Antwerp FC110021+13
6RSC Anderlecht110021+13
7SV Zulte Waregem110021+13
8Cercle Brugge20205502
9Sint-Truidense VV20204402
10Standard Liège10102201
11Lommel SK10101101
12SK Beveren100112-10
13KRC Genk100112-10
14RAAL La Louvière100112-10
15Oud-Heverlee Leuven100113-20
16KV Mechelen100102-20
17KV Kortrijk100103-30
18KVC Westerlo100115-40
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": "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.