EUROPE · FIXTURES

Pro League Fixtures

Next Pro League fixtures: KV Mechelen v RSC Anderlecht (Friday 11 September), SK Beveren v Sint-Truidense VV (Saturday 12 September), KVC Westerlo v Standard Liège (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:21 UTC
  • Fri 11 Sept, 18:45 UTCKV MechelenvRSC Anderlecht
  • Sat 12 Sept, 14:00 UTCSK BeverenvSint-Truidense VV
  • Sat 12 Sept, 16:15 UTCKVC WesterlovStandard Liège
  • Sat 12 Sept, 18:45 UTCOud-Heverlee LeuvenvCercle Brugge
  • Sat 12 Sept, 18:45 UTCRoyale Union Saint-GilloisevLommel SK
  • Sun 13 Sept, 11:30 UTCClub Brugge KVvRoyal Antwerp FC
  • Sun 13 Sept, 14:00 UTCKRC GenkvKAA Gent
  • Sun 13 Sept, 16:30 UTCSV Zulte WaregemvRC Sporting Charleroi
  • Sun 13 Sept, 17:15 UTCRAAL La LouvièrevKV Kortrijk
  • Fri 18 Sept, 18:45 UTCKAA GentvStandard Liège
  • Sat 19 Sept, 14:00 UTCOud-Heverlee LeuvenvRAAL La Louvière
  • Sat 19 Sept, 16:15 UTCRC Sporting CharleroivCercle Brugge
  • Sat 19 Sept, 18:45 UTCRSC AnderlechtvSV Zulte Waregem
  • Sat 19 Sept, 18:45 UTCLommel SKvKV Mechelen
  • Sun 20 Sept, 11:30 UTCRoyal Antwerp FCvRoyale Union Saint-Gilloise
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-09-11T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "KV Mechelen"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "RSC Anderlecht"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Pro League match?

KV Mechelen play RSC Anderlecht on Friday 11 September.

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.