Ekstraklasa Table
As of 26 July 2026, Górnik Zabrze lead the Ekstraklasa 26/27 with 3 points from 1 matches, level on points with Radomiak Radom. Pogoń Szczecin sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Górnik Zabrze | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 2 | Radomiak Radom | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 3 | Jagiellonia Białystok | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 4 | Legia Warszawa | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 5 | Lech Poznań | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 6 | Cracovia | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 7 | GKS Katowice | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | Piast Gliwice | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | Motor Lublin | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | Raków Częstochowa | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | Widzew Łódź | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 12 | Wisła Kraków | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 13 | Wisła Płock | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 14 | Zagłębie Lubin | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 15 | Wieczysta Kraków | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 16 | Śląsk Wrocław | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 17 | MKS Korona Kielce | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 18 | Pogoń Szczecin | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_9711/seasons/sn_0833509/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Górnik Zabrze"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 2,
"goals_against": 1,
"goal_difference": 1,
"points": 3
}
]
}Frequently Asked Questions
Who is top of the Ekstraklasa?
Górnik Zabrze are top of the Ekstraklasa 26/27 with 3 points from 1 matches.
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.