AFRICA · RESULTS
South African Premier Division Results
Latest South African Premier Division results: Kaizer Chiefs 3-2 Siwelele FC, Lamontville Golden Arrows 1-2 Mamelodi Sundowns, Sekhukhune United 0-0 TS Galaxy. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:47 UTC
- Sun 06 Sept, 15:30 UTCKaizer Chiefs3–2Siwelele FC
- Sun 06 Sept, 13:00 UTCLamontville Golden Arrows1–2Mamelodi Sundowns
- Sat 05 Sept, 15:30 UTCSekhukhune United0–0TS Galaxy
- Sat 05 Sept, 13:00 UTCChippa United0–0Milford FC
- Fri 04 Sept, 17:30 UTCRichards Bay FC1–2AmaZulu FC
- Fri 04 Sept, 17:30 UTCMarumo Gallants FC2–2Polokwane City
- Wed 02 Sept, 17:30 UTCMamelodi Sundowns2–0Milford FC
- Tue 01 Sept, 17:30 UTCKruger United0–4Orlando Pirates
- Tue 01 Sept, 17:30 UTCDurban City FC0–0Stellenbosch
- Wed 26 Aug, 17:30 UTCRichards Bay FC2–2Kaizer Chiefs
- Wed 26 Aug, 17:30 UTCPolokwane City0–0Milford FC
- Wed 26 Aug, 17:30 UTCMamelodi Sundowns5–2AmaZulu FC
- Wed 26 Aug, 17:30 UTCLamontville Golden Arrows1–0Stellenbosch
- Tue 25 Aug, 17:30 UTCSiwelele FC1–1Chippa United
- Tue 25 Aug, 17:30 UTCOrlando Pirates2–0Sekhukhune United
Get this via API
Get South African Premier Division results via API
Fetch the latest final South African Premier Division scores with competition_id=comp_8597.
GET /football/matches?competition_id=comp_8597&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8597&season_id=sn_7201710&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8597",
"matchday": 5,
"status": "finished",
"utc_date": "2026-09-06T15:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Kaizer Chiefs"
},
"away_team": {
"id": "tm_yyyy",
"name": "Siwelele FC"
},
"score": {
"home": 3,
"away": 2
}
}
]
}South African Premier Division resources
Frequently Asked Questions
What was the latest South African Premier Division result?
Kaizer Chiefs 3-2 Siwelele FC on Sunday 6 September.
How do I get South African Premier Division results via API?
Call the matches endpoint with competition_id=comp_8597 and status=finished. 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.