EUROPE · RESULTS
Pro League Results
Latest Pro League results: Cercle Brugge 3-3 Sint-Truidense VV, Royal Antwerp FC 2-1 SK Beveren, RSC Anderlecht 2-1 RAAL La Louvière. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 15 Aug 2026, 10:22 UTC
- Fri 14 Aug, 18:45 UTCCercle Brugge3–3Sint-Truidense VV
- Sun 09 Aug, 17:15 UTCRoyal Antwerp FC2–1SK Beveren
- Sun 09 Aug, 16:30 UTCRSC Anderlecht2–1RAAL La Louvière
- Sun 09 Aug, 14:00 UTCSV Zulte Waregem2–1KRC Genk
- Sun 09 Aug, 14:00 UTCRC Sporting Charleroi3–1Oud-Heverlee Leuven
- Sun 09 Aug, 11:30 UTCKAA Gent2–0KV Mechelen
- Sat 08 Aug, 18:45 UTCSint-Truidense VV1–1Lommel SK
- Sat 08 Aug, 18:45 UTCKVC Westerlo1–5Royale Union Saint-Gilloise
- Sat 08 Aug, 16:15 UTCStandard Liège2–2Cercle Brugge
- Fri 07 Aug, 18:45 UTCClub Brugge KV3–0KV Kortrijk
Get this via API
Get Pro League results via API
Fetch the latest final Pro League scores with competition_id=comp_8531.
GET /football/matches?competition_id=comp_8531&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8531&season_id=sn_6195301&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8531",
"matchday": 2,
"status": "finished",
"utc_date": "2026-08-14T18:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Cercle Brugge"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sint-Truidense VV"
},
"score": {
"home": 3,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest Pro League result?
Cercle Brugge 3-3 Sint-Truidense VV on Friday 14 August.
How do I get Pro League results via API?
Call the matches endpoint with competition_id=comp_8531 and status=finished. 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.