EUROPE · FIXTURES

Pro League Fixtures

Next Pro League fixtures: Standard Liège v RAAL La Louvière (Friday 21 August), SV Zulte Waregem v SK Beveren (Saturday 22 August), RC Sporting Charleroi v KV Mechelen (Saturday 22 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
  • Fri 21 Aug, 18:45 UTCStandard LiègevRAAL La Louvière
  • Sat 22 Aug, 14:00 UTCSV Zulte WaregemvSK Beveren
  • Sat 22 Aug, 16:15 UTCRC Sporting CharleroivKV Mechelen
  • Sat 22 Aug, 18:45 UTCRoyal Antwerp FCvKRC Genk
  • Sat 22 Aug, 18:45 UTCKAA GentvOud-Heverlee Leuven
  • Sun 23 Aug, 14:00 UTCLommel SKvKVC Westerlo
  • Sun 23 Aug, 16:30 UTCClub Brugge KVvCercle Brugge
  • Fri 28 Aug, 18:45 UTCKRC GenkvSK Beveren
  • Sat 29 Aug, 14:00 UTCRAAL La LouvièrevKV Mechelen
  • Sat 29 Aug, 16:15 UTCKV KortrijkvRC Sporting Charleroi
  • Sat 29 Aug, 18:45 UTCOud-Heverlee LeuvenvStandard Liège
  • Sat 29 Aug, 18:45 UTCCercle BruggevLommel SK
  • Sun 30 Aug, 11:30 UTCKAA GentvClub Brugge KV
  • Sun 30 Aug, 14:00 UTCRoyal Antwerp FCvSint-Truidense VV
  • Sun 30 Aug, 16:30 UTCRoyale Union Saint-GilloisevRSC Anderlecht
Get this via API

Get Pro League fixtures via API

Fetch upcoming Pro League matches with competition_id=comp_8531.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8531&season_id=sn_6195301&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8531",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-21T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Standard Liège"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "RAAL La Louvière"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Pro League match?

Standard Liège play RAAL La Louvière on Friday 21 August.

How do I get Pro League fixtures via API?

Call the matches endpoint with competition_id=comp_8531 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Pro League data via API

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