EUROPE · LEAGUE TABLE

Challenger Pro League Table

Challenger Pro League 25/26 final table: SK Beveren finished top with 88 points from 32 matches, 21 points ahead of KV Kortrijk. OC Charleroi sit bottom on 16. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:32 UTC
Challenger Pro League league table
#TeamPWDLGFGAGDPts
1SK Beveren3228407423+5188
2KV Kortrijk3221475633+2367
3K. Beerschot V.A.3219765231+2164
4RFC Liège32165114439+553
5Lommel SK3215895946+1353
6Patro Eisden Maasmechelen3214994440+451
7KAS Eupen32121194436+847
8KSC Lokeren-Temse321012104845+342
9KAA Gent Reserve U2332125154251-941
10Koninklijke Lierse Sportkring32108143542-738
11Royal Francs Borains3298153347-1435
12RFC Seraing32811133741-435
13RWD Molenbeek3299145054-433
14RSCA Futures U2332710154655-931
15Jong KRC Genk U2332710154259-1731
16Club NXT U233256213355-2221
17OC Charleroi3237222668-4216
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_7246617/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "SK Beveren"
      },
      "position": 1,
      "matches_played": 32,
      "wins": 28,
      "draws": 4,
      "losses": 0,
      "goals_for": 74,
      "goals_against": 23,
      "goal_difference": 51,
      "points": 88
    }
  ]
}

Frequently Asked Questions

Who is top of the Challenger Pro League?

SK Beveren finished top of the Challenger Pro League 25/26 with 88 points, 21 ahead of KV Kortrijk.

How many teams are in the Challenger Pro League?

17 teams compete in the Challenger Pro League 25/26.

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 5 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.