AFRICA · LEAGUE TABLE

South African Premier Division Table

As of 14 August 2026, Kaizer Chiefs lead the South African Premier Division 26/27 with 6 points from 2 matches, 2 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 14 Aug 2026, 08:23 UTC
South African Premier Division league table
#TeamPWDLGFGAGDPts
1Kaizer Chiefs220051+46
2Orlando Pirates211031+24
3Polokwane City211054+14
4AmaZulu FC211021+14
5Mamelodi Sundowns110032+13
6Milford FC210112-13
7Sekhukhune United210112-13
8Chippa United20201102
9Lamontville Golden Arrows20200002
10Marumo Gallants FC10100001
11TS Galaxy201145-11
12Stellenbosch201134-11
14Richards Bay FC201123-11
14Siwelele FC201123-11
15Durban City FC201101-11
16Kruger United201113-21
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": "Kaizer Chiefs"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 5,
      "goals_against": 1,
      "goal_difference": 4,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the South African Premier Division?

Kaizer Chiefs are top of the South African Premier Division 26/27 with 6 points from 2 matches, 2 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.