AFRICA · FIXTURES

South African Premier Division Fixtures

Next South African Premier Division fixtures: Stellenbosch v AmaZulu FC (Saturday 1 August), Lamontville Golden Arrows v Chippa United (Saturday 1 August), Orlando Pirates v Milford FC (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:41 UTC
  • Sat 01 Aug, 13:30 UTCStellenboschvAmaZulu FC
  • Sat 01 Aug, 13:30 UTCLamontville Golden ArrowsvChippa United
  • Sat 01 Aug, 13:30 UTCOrlando PiratesvMilford FC
  • Sat 01 Aug, 16:00 UTCSekhukhune UnitedvDurban City FC
  • Sat 01 Aug, 16:00 UTCMamelodi SundownsvMarumo Gallants FC
  • Sat 01 Aug, 18:15 UTCKruger UnitedvKaizer Chiefs
  • Sun 02 Aug, 13:30 UTCRichards Bay FCvPolokwane City
  • Sun 02 Aug, 16:00 UTCSiwelele FCvTS Galaxy
Get this via API

Get South African Premier Division fixtures via API

Fetch upcoming South African Premier Division matches with competition_id=comp_8597.

GET /football/matches?competition_id=comp_8597&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8597&season_id=sn_7201710&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8597",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-01T13:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Stellenbosch"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AmaZulu FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next South African Premier Division match?

Stellenbosch play AmaZulu FC on Saturday 1 August.

How do I get South African Premier Division fixtures via API?

Call the matches endpoint with competition_id=comp_8597 and status=scheduled. 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.