EUROPE · FIXTURES

Stoiximan Super League Fixtures

Next Stoiximan Super League fixtures: Panathinaikos v AE Kifisia (Thursday 10 September), Olympiacos FC v OFI Crete (Saturday 12 September), Iraklis 1908 v Atromitos Athens (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:16 UTC
  • Thu 10 Sept, 18:15 UTCPanathinaikosvAE Kifisia
  • Sat 12 Sept, 16:00 UTCOlympiacos FCvOFI Crete
  • Sat 12 Sept, 18:00 UTCIraklis 1908vAtromitos Athens
  • Sun 13 Sept, 15:00 UTCPS KalamatavNPS Volos
  • Sun 13 Sept, 16:00 UTCAsteras AktorvAEK Athens
  • Sun 13 Sept, 18:00 UTCAE KifisiavAPO Levadiakos
  • Sun 13 Sept, 18:00 UTCPAOKvAris Thessaloniki
  • Sun 13 Sept, 18:30 UTCPanathinaikosvPanetolikos
  • Sat 19 Sept, 18:00 UTCPanetolikosvPAOK
  • Sat 19 Sept, 18:00 UTCAPO LevadiakosvOlympiacos FC
  • Sat 19 Sept, 18:00 UTCOFI CretevAsteras Aktor
  • Sat 19 Sept, 18:00 UTCPS KalamatavPanathinaikos
  • Sat 19 Sept, 18:00 UTCNPS VolosvAEK Athens
  • Sat 19 Sept, 18:00 UTCAris ThessalonikivIraklis 1908
  • Sat 19 Sept, 18:00 UTCAtromitos AthensvAE Kifisia
Get this via API

Get Stoiximan Super League fixtures via API

Fetch upcoming Stoiximan Super League matches with competition_id=comp_4008.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4008&season_id=sn_7201312&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4008",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-10T18:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Panathinaikos"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AE Kifisia"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Stoiximan Super League match?

Panathinaikos play AE Kifisia on Thursday 10 September.

How do I get Stoiximan Super League fixtures via API?

Call the matches endpoint with competition_id=comp_4008 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Stoiximan Super League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.