EUROPE · RESULTS

Pro League Results

Latest Pro League results: SK Beveren 3-0 Oud-Heverlee Leuven, RSC Anderlecht 0-0 KRC Genk, KV Kortrijk 0-2 SV Zulte Waregem. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:19 UTC
  • Sun 06 Sept, 17:15 UTCSK Beveren30Oud-Heverlee Leuven
  • Sun 06 Sept, 16:30 UTCRSC Anderlecht00KRC Genk
  • Sun 06 Sept, 14:00 UTCKV Kortrijk02SV Zulte Waregem
  • Sun 06 Sept, 11:30 UTCCercle Brugge03KAA Gent
  • Sat 05 Sept, 18:45 UTCSint-Truidense VV40RAAL La Louvière
  • Sat 05 Sept, 18:45 UTCStandard Liège10Royal Antwerp FC
  • Sat 05 Sept, 16:15 UTCKV Mechelen04KVC Westerlo
  • Sat 05 Sept, 14:00 UTCRC Sporting Charleroi23Royale Union Saint-Gilloise
  • Fri 04 Sept, 18:45 UTCLommel SK01Club Brugge KV
  • Thu 03 Sept, 18:30 UTCKAA Gent10Oud-Heverlee Leuven
  • Thu 03 Sept, 18:30 UTCRSC Anderlecht10KV Kortrijk
  • Wed 02 Sept, 18:30 UTCSint-Truidense VV03Royale Union Saint-Gilloise
  • Sun 30 Aug, 17:15 UTCKVC Westerlo22SV Zulte Waregem
  • Sun 30 Aug, 16:30 UTCRoyale Union Saint-Gilloise30RSC Anderlecht
  • Sun 30 Aug, 14:00 UTCRoyal Antwerp FC14Sint-Truidense VV
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": 5,
      "status": "finished",
      "utc_date": "2026-09-06T17:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "SK Beveren"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Oud-Heverlee Leuven"
      },
      "score": {
        "home": 3,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Pro League result?

SK Beveren 3-0 Oud-Heverlee Leuven on Sunday 6 September.

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.