EUROPE · RESULTS

Stoiximan Super League Results

Latest Stoiximan Super League results: Asteras Aktor 0-2 Iraklis 1908, Panathinaikos 3-1 PAOK, APO Levadiakos 0-2 Panetolikos. 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:31 UTC
  • Mon 07 Sept, 15:00 UTCAsteras Aktor02Iraklis 1908
  • Sun 06 Sept, 18:30 UTCPanathinaikos31PAOK
  • Sun 06 Sept, 17:00 UTCAPO Levadiakos02Panetolikos
  • Sun 06 Sept, 16:30 UTCOFI Crete20AE Kifisia
  • Sun 06 Sept, 16:00 UTCAtromitos Athens11PS Kalamata
  • Sat 05 Sept, 18:00 UTCAEK Athens50Aris Thessaloniki
  • Sat 05 Sept, 16:00 UTCNPS Volos11Olympiacos FC
  • Mon 31 Aug, 16:30 UTCAPO Levadiakos02Panathinaikos
  • Sun 30 Aug, 18:00 UTCAE Kifisia11AEK Athens
  • Sun 30 Aug, 18:00 UTCAsteras Aktor01Olympiacos FC
  • Sun 30 Aug, 17:15 UTCAtromitos Athens12PAOK
  • Sun 30 Aug, 16:30 UTCAris Thessaloniki21OFI Crete
  • Sat 29 Aug, 18:30 UTCPanetolikos20PS Kalamata
  • Sat 29 Aug, 16:30 UTCNPS Volos11Iraklis 1908
  • Sun 23 Aug, 18:30 UTCPanetolikos31Asteras Aktor
Get this via API

Get Stoiximan Super League results via API

Fetch the latest final Stoiximan Super League scores with competition_id=comp_4008.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4008&season_id=sn_7201312&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4008",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-09-07T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Asteras Aktor"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Iraklis 1908"
      },
      "score": {
        "home": 0,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Stoiximan Super League result?

Asteras Aktor 0-2 Iraklis 1908 on Monday 7 September.

How do I get Stoiximan Super League results via API?

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