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 Aktor0–2Iraklis 1908
- Sun 06 Sept, 18:30 UTCPanathinaikos3–1PAOK
- Sun 06 Sept, 17:00 UTCAPO Levadiakos0–2Panetolikos
- Sun 06 Sept, 16:30 UTCOFI Crete2–0AE Kifisia
- Sun 06 Sept, 16:00 UTCAtromitos Athens1–1PS Kalamata
- Sat 05 Sept, 18:00 UTCAEK Athens5–0Aris Thessaloniki
- Sat 05 Sept, 16:00 UTCNPS Volos1–1Olympiacos FC
- Mon 31 Aug, 16:30 UTCAPO Levadiakos0–2Panathinaikos
- Sun 30 Aug, 18:00 UTCAE Kifisia1–1AEK Athens
- Sun 30 Aug, 18:00 UTCAsteras Aktor0–1Olympiacos FC
- Sun 30 Aug, 17:15 UTCAtromitos Athens1–2PAOK
- Sun 30 Aug, 16:30 UTCAris Thessaloniki2–1OFI Crete
- Sat 29 Aug, 18:30 UTCPanetolikos2–0PS Kalamata
- Sat 29 Aug, 16:30 UTCNPS Volos1–1Iraklis 1908
- Sun 23 Aug, 18:30 UTCPanetolikos3–1Asteras 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.