EUROPE · RESULTS

Stoiximan Super League Results

Latest Stoiximan Super League results: Panetolikos 1-2 Asteras Aktor, AE Kifisia 3-2 AE Larisa, Atromitos Athens 6-0 MGS Panserraikos. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:41 UTC
  • Thu 21 May, 16:00 UTCPanetolikos12Asteras Aktor
  • Thu 21 May, 16:00 UTCAE Kifisia32AE Larisa
  • Thu 21 May, 15:00 UTCAtromitos Athens60MGS Panserraikos
  • Sun 17 May, 16:30 UTCAEK Athens11Olympiacos FC
  • Sun 17 May, 16:30 UTCPanathinaikos22PAOK
  • Sun 17 May, 14:00 UTCAris Thessaloniki30APO Levadiakos
  • Sun 17 May, 14:00 UTCOFI Crete31NPS Volos
  • Sun 17 May, 12:00 UTCMGS Panserraikos11Panetolikos
  • Sat 16 May, 16:00 UTCAsteras Aktor00AE Kifisia
  • Sat 16 May, 16:00 UTCAE Larisa21Atromitos Athens
  • Wed 13 May, 16:30 UTCPAOK11AEK Athens
  • Wed 13 May, 16:30 UTCOlympiacos FC10Panathinaikos
  • Wed 13 May, 14:00 UTCNPS Volos12Aris Thessaloniki
  • Wed 13 May, 14:00 UTCAPO Levadiakos32OFI Crete
  • Tue 12 May, 16:00 UTCAsteras Aktor10MGS Panserraikos
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_4504055&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4008",
      "matchday": 10,
      "status": "finished",
      "utc_date": "2026-05-21T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Panetolikos"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Asteras Aktor"
      },
      "score": {
        "home": 1,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Stoiximan Super League result?

Panetolikos 1-2 Asteras Aktor on Thursday 21 May.

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.