South African Premier Division Fixtures
Next South African Premier Division fixtures: Mamelodi Sundowns v Siwelele FC (Wednesday 9 September), Stellenbosch v Sekhukhune United (Friday 11 September), AmaZulu FC v Marumo Gallants FC (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Wed 09 Sept, 17:30 UTCMamelodi SundownsvSiwelele FC
- Fri 11 Sept, 17:30 UTCStellenboschvSekhukhune United
- Sat 12 Sept, 13:00 UTCAmaZulu FCvMarumo Gallants FC
- Sat 12 Sept, 13:00 UTCPolokwane CityvKaizer Chiefs
- Sat 12 Sept, 15:30 UTCChippa UnitedvMamelodi Sundowns
- Sun 13 Sept, 13:00 UTCSiwelele FCvLamontville Golden Arrows
- Sun 13 Sept, 13:00 UTCMilford FCvRichards Bay FC
- Sun 13 Sept, 15:30 UTCTS GalaxyvKruger United
- Wed 16 Sept, 17:30 UTCOrlando PiratesvDurban City FC
- Fri 18 Sept, 17:30 UTCRichards Bay FCvSekhukhune United
- Sat 19 Sept, 13:00 UTCLamontville Golden ArrowsvKaizer Chiefs
- Sat 19 Sept, 13:00 UTCMilford FCvDurban City FC
- Sat 19 Sept, 15:30 UTCPolokwane CityvAmaZulu FC
- Sat 19 Sept, 18:00 UTCKruger UnitedvStellenbosch
- Sun 20 Sept, 13:00 UTCMarumo Gallants FCvOrlando Pirates
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-09-09T17:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Mamelodi Sundowns"
},
"away_team": {
"id": "tm_yyyy",
"name": "Siwelele FC"
}
}
]
}South African Premier Division resources
Frequently Asked Questions
When is the next South African Premier Division match?
Mamelodi Sundowns play Siwelele FC on Wednesday 9 September.
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.