EUROPE · RESULTS
Ekstraklasa Results
Latest Ekstraklasa results: Lech Poznań 0-0 Cracovia, Górnik Zabrze 2-1 Śląsk Wrocław, Jagiellonia Białystok 1-0 MKS Korona Kielce. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:37 UTC
- Sat 25 Jul, 18:15 UTCLech Poznań0–0Cracovia
- Sat 25 Jul, 15:30 UTCGórnik Zabrze2–1Śląsk Wrocław
- Sat 25 Jul, 12:45 UTCJagiellonia Białystok1–0MKS Korona Kielce
- Fri 24 Jul, 18:30 UTCPogoń Szczecin0–1Legia Warszawa
- Fri 24 Jul, 16:00 UTCRadomiak Radom2–1Wieczysta Kraków
Get this via API
Get Ekstraklasa results via API
Fetch the latest final Ekstraklasa scores with competition_id=comp_9711.
GET /football/matches?competition_id=comp_9711&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9711&season_id=sn_0833509&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_9711",
"matchday": 1,
"status": "finished",
"utc_date": "2026-07-25T18:15:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Lech Poznań"
},
"away_team": {
"id": "tm_yyyy",
"name": "Cracovia"
},
"score": {
"home": 0,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Ekstraklasa result?
Lech Poznań 0-0 Cracovia on Saturday 25 July.
How do I get Ekstraklasa results via API?
Call the matches endpoint with competition_id=comp_9711 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Ekstraklasa data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.