EUROPE · RESULTS
Challenger Pro League Results
Latest Challenger Pro League results: K. Beerschot V.A. 4-0 KAA Gent Reserve U23, Royal Excelsior Virton 3-0 Koninklijke Lierse Sportkring, Patro Eisden Maasmechelen 2-1 RSCA Futures U23. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
- Sun 16 Aug, 14:00 UTCK. Beerschot V.A.4–0KAA Gent Reserve U23
- Sat 15 Aug, 18:00 UTCRoyal Excelsior Virton3–0Koninklijke Lierse Sportkring
- Sat 15 Aug, 14:00 UTCPatro Eisden Maasmechelen2–1RSCA Futures U23
- Sat 15 Aug, 14:00 UTCKAS Eupen4–1Jong KRC Genk U23
- Fri 14 Aug, 18:00 UTCKoninklijke Sporting Hasselt1–0FCV Dender
- Fri 14 Aug, 18:00 UTCRFC Seraing0–2KSC Lokeren-Temse
Get this via API
Get Challenger Pro League results via API
Fetch the latest final Challenger Pro League scores with competition_id=comp_7218.
GET /football/matches?competition_id=comp_7218&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7218&season_id=sn_9624910&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_7218",
"matchday": 1,
"status": "finished",
"utc_date": "2026-08-16T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "K. Beerschot V.A."
},
"away_team": {
"id": "tm_yyyy",
"name": "KAA Gent Reserve U23"
},
"score": {
"home": 4,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Challenger Pro League result?
K. Beerschot V.A. 4-0 KAA Gent Reserve U23 on Sunday 16 August.
How do I get Challenger Pro League results via API?
Call the matches endpoint with competition_id=comp_7218 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Challenger Pro League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.