EUROPE · FIXTURES

Ekstraklasa Fixtures

Next Ekstraklasa fixtures: Raków Częstochowa v Wisła Płock (Sunday 26 July), Widzew Łódź v Motor Lublin (Sunday 26 July), Wisła Kraków v GKS Katowice (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 05:16 UTC
  • Sun 26 Jul, 12:45 UTCRaków CzęstochowavWisła Płock
  • Sun 26 Jul, 15:30 UTCWidzew ŁódźvMotor Lublin
  • Sun 26 Jul, 18:15 UTCWisła KrakówvGKS Katowice
  • Mon 27 Jul, 17:00 UTCZagłębie LubinvPiast Gliwice
  • Fri 31 Jul, 16:00 UTCWisła PłockvWidzew Łódź
  • Fri 31 Jul, 18:30 UTCMotor LublinvJagiellonia Białystok
  • Sat 01 Aug, 12:45 UTCPiast GliwicevWisła Kraków
  • Sat 01 Aug, 15:30 UTCWieczysta KrakówvLech Poznań
  • Sat 01 Aug, 18:15 UTCMKS Korona KielcevGórnik Zabrze
  • Sun 02 Aug, 12:45 UTCLegia WarszawavZagłębie Lubin
  • Sun 02 Aug, 15:30 UTCŚląsk WrocławvRaków Częstochowa
  • Sun 02 Aug, 18:15 UTCGKS KatowicevRadomiak Radom
  • Mon 03 Aug, 17:00 UTCCracoviavPogoń Szczecin
  • Fri 07 Aug, 16:00 UTCPogoń SzczecinvMotor Lublin
  • Fri 07 Aug, 18:30 UTCWisła KrakówvWisła Płock
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-07-26T12:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Raków Częstochowa"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Wisła Płock"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ekstraklasa match?

Raków Częstochowa play Wisła Płock on Sunday 26 July.

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.