EUROPE · FIXTURES
Pro League Fixtures
Next Pro League fixtures: Club Brugge KV v KV Kortrijk (Friday 7 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
- Fri 07 Aug, 18:45 UTCClub Brugge KVvKV Kortrijk
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-07T18:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Club Brugge KV"
},
"away_team": {
"id": "tm_yyyy",
"name": "KV Kortrijk"
}
}
]
}Frequently Asked Questions
When is the next Pro League match?
Club Brugge KV play KV Kortrijk on Friday 7 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.