EUROPE · LEAGUE TABLE

Challenger Pro League Table

As of 9 September 2026, K. Beerschot V.A. lead the Challenger Pro League 26/27 with 9 points from 4 matches, level on points with FCV Dender. RFC Seraing sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:59 UTC
Challenger Pro League league table
#TeamPWDLGFGAGDPts
1K. Beerschot V.A.430194+59
2FCV Dender430162+49
3Royal Francs Borains430162+49
4KAS Eupen320163+36
5Royal Excelsior Virton320141+36
6Jong KRC Genk U234202109+16
7Club NXT U23320154+16
8KSC Lokeren-Temse420268-26
9Koninklijke Sporting Hasselt420225-36
10Koninklijke Lierse Sportkring412135-25
11RFC Liège411256-14
12KAA Gent Reserve U23311146-24
13Patro Eisden Maasmechelen410369-33
14RSCA Futures U23401336-31
15RFC Seraing401338-51
Get this via API

Get the Challenger Pro League table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_7218/seasons/sn_9624910/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "K. Beerschot V.A."
      },
      "position": 1,
      "matches_played": 4,
      "wins": 3,
      "draws": 0,
      "losses": 1,
      "goals_for": 9,
      "goals_against": 4,
      "goal_difference": 5,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Challenger Pro League?

K. Beerschot V.A. are top of the Challenger Pro League 26/27 with 9 points from 4 matches.

How many teams are in the Challenger Pro League?

15 teams compete in the Challenger Pro League 26/27.

How do I get the Challenger Pro League table via API?

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

TheStatsAPI has 6 seasons of Challenger Pro League data, going back to 21/22, including historical final tables.

Get Challenger Pro League data via API

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