EUROPE · RESULTS

Ekstraklasa Results

Latest Ekstraklasa results: Pogoń Szczecin 1-1 Wisła Płock, Wieczysta Kraków 1-1 Zagłębie Lubin, Jagiellonia Białystok 2-1 Śląsk Wrocław. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:42 UTC
  • Mon 07 Sept, 18:30 UTCPogoń Szczecin11Wisła Płock
  • Mon 07 Sept, 16:00 UTCWieczysta Kraków11Zagłębie Lubin
  • Sun 06 Sept, 18:15 UTCJagiellonia Białystok21Śląsk Wrocław
  • Sun 06 Sept, 15:30 UTCLech Poznań10Raków Częstochowa
  • Sun 06 Sept, 12:45 UTCCracovia01Górnik Zabrze
  • Sat 05 Sept, 18:15 UTCMotor Lublin23Legia Warszawa
  • Sat 05 Sept, 15:30 UTCMKS Korona Kielce11Wisła Kraków
  • Sat 05 Sept, 12:45 UTCWidzew Łódź00Radomiak Radom
  • Fri 04 Sept, 18:30 UTCPiast Gliwice30GKS Katowice
  • Thu 03 Sept, 18:30 UTCLech Poznań21Jagiellonia Białystok
  • Thu 03 Sept, 16:00 UTCRaków Częstochowa12Górnik Zabrze
  • Sun 30 Aug, 18:15 UTCWidzew Łódź23Lech Poznań
  • Sun 30 Aug, 15:30 UTCGórnik Zabrze23GKS Katowice
  • Sun 30 Aug, 12:45 UTCRaków Częstochowa25Jagiellonia Białystok
  • Sat 29 Aug, 18:15 UTCZagłębie Lubin00Pogoń Szczecin
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": 7,
      "status": "finished",
      "utc_date": "2026-09-07T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Pogoń Szczecin"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Wisła Płock"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Ekstraklasa result?

Pogoń Szczecin 1-1 Wisła Płock on Monday 7 September.

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.