EUROPE · FIXTURES

Challenger Pro League Fixtures

Next Challenger Pro League fixtures: RFC Liège v Royal Francs Borains (Monday 17 August), RSCA Futures U23 v Royal Excelsior Virton (Friday 21 August), KSC Lokeren-Temse v KAS Eupen (Friday 21 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Mon 17 Aug, 18:00 UTCRFC LiègevRoyal Francs Borains
  • Fri 21 Aug, 18:00 UTCRSCA Futures U23vRoyal Excelsior Virton
  • Fri 21 Aug, 18:00 UTCKSC Lokeren-TemsevKAS Eupen
  • Sat 22 Aug, 14:00 UTCClub NXT U23vRFC Seraing
  • Sat 22 Aug, 14:00 UTCFCV DendervK. Beerschot V.A.
  • Sat 22 Aug, 18:00 UTCKoninklijke Lierse SportkringvPatro Eisden Maasmechelen
  • Sun 23 Aug, 14:00 UTCJong KRC Genk U23vRFC Liège
  • Sun 23 Aug, 17:15 UTCRoyal Francs BorainsvKoninklijke Sporting Hasselt
  • Fri 28 Aug, 18:00 UTCKoninklijke Sporting HasseltvKAA Gent Reserve U23
  • Fri 28 Aug, 18:00 UTCKSC Lokeren-TemsevJong KRC Genk U23
  • Sat 29 Aug, 14:00 UTCRFC LiègevFCV Dender
  • Sat 29 Aug, 14:00 UTCRSCA Futures U23vK. Beerschot V.A.
  • Sat 29 Aug, 18:00 UTCPatro Eisden MaasmechelenvClub NXT U23
  • Sun 30 Aug, 14:00 UTCRoyal Excelsior VirtonvRoyal Francs Borains
  • Sun 30 Aug, 17:15 UTCRFC SeraingvKoninklijke Lierse Sportkring
Get this via API

Get Challenger Pro League fixtures via API

Fetch upcoming Challenger Pro League matches with competition_id=comp_7218.

GET /football/matches?competition_id=comp_7218&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7218&season_id=sn_9624910&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7218",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-17T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "RFC Liège"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Royal Francs Borains"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Challenger Pro League match?

RFC Liège play Royal Francs Borains on Monday 17 August.

How do I get Challenger Pro League fixtures via API?

Call the matches endpoint with competition_id=comp_7218 and status=scheduled. 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.