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 Chiefs32Siwelele FC
  • Sun 06 Sept, 13:00 UTCLamontville Golden Arrows12Mamelodi Sundowns
  • Sat 05 Sept, 15:30 UTCSekhukhune United00TS Galaxy
  • Sat 05 Sept, 13:00 UTCChippa United00Milford FC
  • Fri 04 Sept, 17:30 UTCRichards Bay FC12AmaZulu FC
  • Fri 04 Sept, 17:30 UTCMarumo Gallants FC22Polokwane City
  • Wed 02 Sept, 17:30 UTCMamelodi Sundowns20Milford FC
  • Tue 01 Sept, 17:30 UTCKruger United04Orlando Pirates
  • Tue 01 Sept, 17:30 UTCDurban City FC00Stellenbosch
  • Wed 26 Aug, 17:30 UTCRichards Bay FC22Kaizer Chiefs
  • Wed 26 Aug, 17:30 UTCPolokwane City00Milford FC
  • Wed 26 Aug, 17:30 UTCMamelodi Sundowns52AmaZulu FC
  • Wed 26 Aug, 17:30 UTCLamontville Golden Arrows10Stellenbosch
  • Tue 25 Aug, 17:30 UTCSiwelele FC11Chippa United
  • Tue 25 Aug, 17:30 UTCOrlando Pirates20Sekhukhune 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
      }
    }
  ]
}

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.