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 Galaxy00Lamontville Golden Arrows
  • Sun 16 Aug, 13:00 UTCChippa United03Orlando Pirates
  • Sat 15 Aug, 18:00 UTCMilford FC21Kruger United
  • Sat 15 Aug, 18:00 UTCDurban City FC11Richards Bay FC
  • Sat 15 Aug, 15:30 UTCSekhukhune United20Polokwane City
  • Sat 15 Aug, 13:00 UTCAmaZulu FC20Siwelele FC
  • Sat 15 Aug, 13:00 UTCKaizer Chiefs11Mamelodi Sundowns
  • Fri 14 Aug, 17:30 UTCStellenbosch31Marumo Gallants FC
  • Wed 12 Aug, 17:30 UTCAmaZulu FC11Orlando Pirates
  • Wed 12 Aug, 17:30 UTCMilford FC10Siwelele FC
  • Wed 12 Aug, 17:30 UTCKaizer Chiefs20Sekhukhune United
  • Wed 12 Aug, 17:30 UTCDurban City FC00Lamontville Golden Arrows
  • Tue 11 Aug, 17:30 UTCPolokwane City33Stellenbosch
  • Tue 11 Aug, 17:30 UTCTS Galaxy23Mamelodi Sundowns
  • Tue 11 Aug, 17:30 UTCMarumo Gallants FC00Kruger 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
      }
    }
  ]
}

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.