EUROPE · LEAGUE TABLE

Ekstraklasa Table

As of 9 September 2026, Lech Poznań lead the Ekstraklasa 26/27 with 16 points from 6 matches, 1 point clear of Legia Warszawa. Raków Częstochowa sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:17 UTC
Ekstraklasa league table
#TeamPWDLGFGAGDPts
1Lech Poznań6510114+716
2Legia Warszawa7430156+915
3Górnik Zabrze6501127+515
4Jagiellonia Białystok6402118+312
5Wisła Kraków73221311+211
6Piast Gliwice73131313010
7GKS Katowice6303129+39
8Pogoń Szczecin623185+39
9MKS Korona Kielce623175+29
10Zagłębie Lubin623165+19
11Cracovia722368-28
12Radomiak Radom7223613-78
13Widzew Łódź7142101007
14Śląsk Wrocław7133911-26
15Motor Lublin7124813-55
16Wisła Płock6123411-75
17Wieczysta Kraków6114913-44
18Raków Częstochowa6006614-80
Get this via API

Get the Ekstraklasa table via API

Fetch the live Ekstraklasa standings with competition_id=comp_9711. The same shape works for every competition and season.

GET /football/competitions/comp_9711/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9711/seasons/sn_0833509/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Lech Poznań"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 5,
      "draws": 1,
      "losses": 0,
      "goals_for": 11,
      "goals_against": 4,
      "goal_difference": 7,
      "points": 16
    }
  ]
}

Frequently Asked Questions

Who is top of the Ekstraklasa?

Lech Poznań are top of the Ekstraklasa 26/27 with 16 points from 6 matches, 1 point clear of Legia Warszawa.

How many teams are in the Ekstraklasa?

18 teams compete in the Ekstraklasa 26/27.

How do I get the Ekstraklasa table via API?

Call the standings endpoint with competition_id=comp_9711 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Ekstraklasa data are available?

TheStatsAPI has 7 seasons of Ekstraklasa data, going back to 20/21, including historical final tables.

Get Ekstraklasa data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.