AFRICA · RESULTS
South African Premier Division Results
Latest South African Premier Division results: TS Galaxy 0-0 Lamontville Golden Arrows, Chippa United 0-3 Orlando Pirates, Milford FC 2-1 Kruger United. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 16:20 UTC
- Sun 16 Aug, 15:30 UTCTS Galaxy0–0Lamontville Golden Arrows
- Sun 16 Aug, 13:00 UTCChippa United0–3Orlando Pirates
- Sat 15 Aug, 18:00 UTCMilford FC2–1Kruger United
- Sat 15 Aug, 18:00 UTCDurban City FC1–1Richards Bay FC
- Sat 15 Aug, 15:30 UTCSekhukhune United2–0Polokwane City
- Sat 15 Aug, 13:00 UTCAmaZulu FC2–0Siwelele FC
- Sat 15 Aug, 13:00 UTCKaizer Chiefs1–1Mamelodi Sundowns
- Fri 14 Aug, 17:30 UTCStellenbosch3–1Marumo Gallants FC
- Wed 12 Aug, 17:30 UTCAmaZulu FC1–1Orlando Pirates
- Wed 12 Aug, 17:30 UTCMilford FC1–0Siwelele FC
- Wed 12 Aug, 17:30 UTCKaizer Chiefs2–0Sekhukhune United
- Wed 12 Aug, 17:30 UTCDurban City FC0–0Lamontville Golden Arrows
- Tue 11 Aug, 17:30 UTCPolokwane City3–3Stellenbosch
- Tue 11 Aug, 17:30 UTCTS Galaxy2–3Mamelodi Sundowns
- Tue 11 Aug, 17:30 UTCMarumo Gallants FC0–0Kruger 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": 3,
"status": "finished",
"utc_date": "2026-08-16T15:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "TS Galaxy"
},
"away_team": {
"id": "tm_yyyy",
"name": "Lamontville Golden Arrows"
},
"score": {
"home": 0,
"away": 0
}
}
]
}South African Premier Division resources
Frequently Asked Questions
What was the latest South African Premier Division result?
TS Galaxy 0-0 Lamontville Golden Arrows on Sunday 16 August.
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.