South African Premier Division Table
As of 8 September 2026, Mamelodi Sundowns lead the South African Premier Division 26/27 with 16 points from 6 matches, 3 points clear of Orlando Pirates. Kruger United sit bottom on 1. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Mamelodi Sundowns | 6 | 5 | 1 | 0 | 15 | 6 | +9 | 16 |
| 2 | Orlando Pirates | 5 | 4 | 1 | 0 | 12 | 1 | +11 | 13 |
| 3 | Kaizer Chiefs | 5 | 3 | 2 | 0 | 11 | 6 | +5 | 11 |
| 4 | AmaZulu FC | 5 | 3 | 1 | 1 | 8 | 7 | +1 | 10 |
| 5 | Milford FC | 6 | 2 | 2 | 2 | 3 | 5 | -2 | 8 |
| 6 | Sekhukhune United | 5 | 2 | 1 | 2 | 3 | 4 | -1 | 7 |
| 7 | Durban City FC | 5 | 1 | 3 | 1 | 3 | 2 | +1 | 6 |
| 8 | TS Galaxy | 5 | 1 | 3 | 1 | 7 | 7 | 0 | 6 |
| 9 | Lamontville Golden Arrows | 5 | 1 | 3 | 1 | 2 | 2 | 0 | 6 |
| 10 | Polokwane City | 5 | 1 | 3 | 1 | 7 | 8 | -1 | 6 |
| 11 | Stellenbosch | 5 | 1 | 2 | 2 | 6 | 6 | 0 | 5 |
| 12 | Chippa United | 5 | 0 | 4 | 1 | 2 | 5 | -3 | 4 |
| 13 | Richards Bay FC | 5 | 0 | 3 | 2 | 6 | 8 | -2 | 3 |
| 14 | Siwelele FC | 5 | 0 | 2 | 3 | 5 | 9 | -4 | 2 |
| 15 | Marumo Gallants FC | 5 | 0 | 2 | 3 | 5 | 10 | -5 | 2 |
| 16 | Kruger United | 5 | 0 | 1 | 4 | 2 | 11 | -9 | 1 |
Get the South African Premier Division table via API
Fetch the live South African Premier Division standings with competition_id=comp_8597. The same shape works for every competition and season.
GET /football/competitions/comp_8597/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_8597/seasons/sn_7201710/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Mamelodi Sundowns"
},
"position": 1,
"matches_played": 6,
"wins": 5,
"draws": 1,
"losses": 0,
"goals_for": 15,
"goals_against": 6,
"goal_difference": 9,
"points": 16
}
]
}South African Premier Division resources
Fixtures, results, player and team stats for South African Premier Division.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
Frequently Asked Questions
Who is top of the South African Premier Division?
Mamelodi Sundowns are top of the South African Premier Division 26/27 with 16 points from 6 matches, 3 points clear of Orlando Pirates.
How many teams are in the South African Premier Division?
16 teams compete in the South African Premier Division 26/27.
How do I get the South African Premier Division table via API?
Call the standings endpoint with competition_id=comp_8597 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of South African Premier Division data are available?
TheStatsAPI has 8 seasons of South African Premier Division data, going back to 19/20, including historical final tables.
Get South African Premier Division data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.