South African Premier Division Fixtures
Next South African Premier Division fixtures: Mamelodi Sundowns v Marumo Gallants FC (Wednesday 19 August), Siwelele FC v Chippa United (Tuesday 25 August), Orlando Pirates v Sekhukhune United (Tuesday 25 August). Full schedule with kickoff times below, joined to results and odds by match id.
- Wed 19 Aug, 17:30 UTCMamelodi SundownsvMarumo Gallants FC
- Tue 25 Aug, 17:30 UTCSiwelele FCvChippa United
- Tue 25 Aug, 17:30 UTCOrlando PiratesvSekhukhune United
- Tue 25 Aug, 17:30 UTCMarumo Gallants FCvTS Galaxy
- Tue 25 Aug, 17:30 UTCKruger UnitedvDurban City FC
- Wed 26 Aug, 17:30 UTCRichards Bay FCvKaizer Chiefs
- Wed 26 Aug, 17:30 UTCPolokwane CityvMilford FC
- Wed 26 Aug, 17:30 UTCMamelodi SundownsvAmaZulu FC
- Wed 26 Aug, 17:30 UTCLamontville Golden ArrowsvStellenbosch
- Tue 01 Sept, 17:30 UTCDurban City FCvStellenbosch
- Fri 04 Sept, 17:30 UTCRichards Bay FCvAmaZulu FC
- Fri 04 Sept, 17:30 UTCMarumo Gallants FCvPolokwane City
- Sat 05 Sept, 13:00 UTCChippa UnitedvMilford FC
- Sat 05 Sept, 13:00 UTCKruger UnitedvOrlando Pirates
- Sat 05 Sept, 15:30 UTCSekhukhune UnitedvTS Galaxy
Get South African Premier Division fixtures via API
Fetch upcoming South African Premier Division matches with competition_id=comp_8597.
GET /football/matches?competition_id=comp_8597&status=scheduled
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8597&season_id=sn_7201710&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8597",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-19T17:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Mamelodi Sundowns"
},
"away_team": {
"id": "tm_yyyy",
"name": "Marumo Gallants FC"
}
}
]
}South African Premier Division resources
Frequently Asked Questions
When is the next South African Premier Division match?
Mamelodi Sundowns play Marumo Gallants FC on Wednesday 19 August.
How do I get South African Premier Division fixtures via API?
Call the matches endpoint with competition_id=comp_8597 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get South African Premier Division data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.