EUROPE · FIXTURES
Ekstraklasa Fixtures
Next Ekstraklasa fixtures: Zagłębie Lubin v Śląsk Wrocław (Saturday 15 August), Wisła Płock v Lech Poznań (Saturday 15 August), Jagiellonia Białystok v Pogoń Szczecin (Saturday 15 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 15 Aug 2026, 07:41 UTC
- Sat 15 Aug, 12:45 UTCZagłębie LubinvŚląsk Wrocław
- Sat 15 Aug, 14:00 UTCWisła PłockvLech Poznań
- Sat 15 Aug, 14:00 UTCJagiellonia BiałystokvPogoń Szczecin
- Sat 15 Aug, 18:15 UTCWidzew ŁódźvMKS Korona Kielce
- Sun 16 Aug, 12:45 UTCMotor LublinvGKS Katowice
- Sun 16 Aug, 15:30 UTCCracoviavRaków Częstochowa
- Sun 16 Aug, 18:15 UTCGórnik ZabrzevWisła Kraków
- Mon 17 Aug, 17:00 UTCPiast GliwicevWieczysta Kraków
- Fri 21 Aug, 18:30 UTCCracoviavWieczysta Kraków
- Sat 22 Aug, 12:45 UTCMKS Korona KielcevMotor Lublin
- Sat 22 Aug, 14:00 UTCLech PoznańvJagiellonia Białystok
- Sat 22 Aug, 14:00 UTCRaków CzęstochowavGórnik Zabrze
- Sat 22 Aug, 15:30 UTCPiast GliwicevLegia Warszawa
- Sat 22 Aug, 18:15 UTCŚląsk WrocławvWidzew Łódź
- Sun 23 Aug, 12:45 UTCRadomiak RadomvZagłębie Lubin
Get this via API
Get Ekstraklasa fixtures via API
Fetch upcoming Ekstraklasa matches with competition_id=comp_9711.
GET /football/matches?competition_id=comp_9711&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9711&season_id=sn_0833509&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_9711",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-15T12:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Zagłębie Lubin"
},
"away_team": {
"id": "tm_yyyy",
"name": "Śląsk Wrocław"
}
}
]
}Frequently Asked Questions
When is the next Ekstraklasa match?
Zagłębie Lubin play Śląsk Wrocław on Saturday 15 August.
How do I get Ekstraklasa fixtures via API?
Call the matches endpoint with competition_id=comp_9711 and status=scheduled. 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.