Czech First League Table
As of 26 July 2026, FC Slovan Liberec lead the Czech First League 26/27 with 3 points from 1 matches, level on points with FC Zbrojovka Brno. Viktoria Plzeň sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC Slovan Liberec | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 2 | FC Zbrojovka Brno | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 3 | FK Teplice | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 4 | Baník Ostrava | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 5 | 1. FC Slovácko | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 6 | FC Hradec Králové | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 7 | FK Jablonec | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | Mladá Boleslav | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | FK Pardubice | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | SK Líšeň | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | SK Sigma Olomouc | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 12 | SK Slavia Praha | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 13 | FC Zlín | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 14 | AC Sparta Praha | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 14 | Bohemians Praha 1905 | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 15 | Viktoria Plzeň | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
Get the Czech First League table via API
Fetch the live Czech First League standings with competition_id=comp_9766. The same shape works for every competition and season.
GET /football/competitions/comp_9766/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_9766/seasons/sn_6190818/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "FC Slovan Liberec"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 3,
"goals_against": 1,
"goal_difference": 2,
"points": 3
}
]
}Czech First League resources
Frequently Asked Questions
Who is top of the Czech First League?
FC Slovan Liberec are top of the Czech First League 26/27 with 3 points from 1 matches.
How many teams are in the Czech First League?
16 teams compete in the Czech First League 26/27.
How do I get the Czech First League table via API?
Call the standings endpoint with competition_id=comp_9766 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 Czech First League data are available?
TheStatsAPI has 7 seasons of Czech First League data, going back to 20/21, including historical final tables.
Get Czech First League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.