AFRICA · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 22:22 UTC
South African Premier Division league table
#TeamPWDLGFGAGDPts
1Mamelodi Sundowns6510156+916
2Orlando Pirates5410121+1113
3Kaizer Chiefs5320116+511
4AmaZulu FC531187+110
5Milford FC622235-28
6Sekhukhune United521234-17
7Durban City FC513132+16
8TS Galaxy51317706
9Lamontville Golden Arrows51312206
10Polokwane City513178-16
11Stellenbosch51226605
12Chippa United504125-34
13Richards Bay FC503268-23
14Siwelele FC502359-42
15Marumo Gallants FC5023510-52
16Kruger United5014211-91
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_8597/seasons/sn_7201710/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.