EUROPE · LEAGUE TABLE

Czech First League Table

As of 9 September 2026, SK Slavia Praha lead the Czech First League 26/27 with 17 points from 7 matches, 1 point clear of FC Slovan Liberec. FC Zlín sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:04 UTC
Czech First League league table
#TeamPWDLGFGAGDPts
1SK Slavia Praha7520215+1617
2FC Slovan Liberec7511104+616
3Mladá Boleslav6420156+914
5FK Teplice74121513+213
5SK Sigma Olomouc7412138+513
6FC Zbrojovka Brno7412109+113
7FK Jablonec631276+110
8FC Hradec Králové631266010
9Viktoria Plzeň62311412+29
10AC Sparta Praha73041312+19
11Baník Ostrava6303410-69
12Bohemians Praha 1905613269-36
13SK Líšeň7115616-104
141. FC Slovácko7034512-73
15FK Pardubice7025512-72
16FC Zlín7007616-100
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9766/seasons/sn_6190818/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "SK Slavia Praha"
      },
      "position": 1,
      "matches_played": 7,
      "wins": 5,
      "draws": 2,
      "losses": 0,
      "goals_for": 21,
      "goals_against": 5,
      "goal_difference": 16,
      "points": 17
    }
  ]
}

Frequently Asked Questions

Who is top of the Czech First League?

SK Slavia Praha are top of the Czech First League 26/27 with 17 points from 7 matches, 1 point clear of FC Slovan Liberec.

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.