EUROPE · LEAGUE TABLE

Czech First League Table

As of 15 August 2026, SK Slavia Praha lead the Czech First League 26/27 with 9 points from 3 matches, level on points with FK Jablonec. FC Zlín sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 16:01 UTC
Czech First League league table
#TeamPWDLGFGAGDPts
1SK Slavia Praha3300112+99
2FK Jablonec330051+49
3Mladá Boleslav321084+47
4FK Teplice321096+37
5FC Hradec Králové321042+27
6FC Slovan Liberec320142+26
7FC Zbrojovka Brno311143+14
8SK Sigma Olomouc31115504
9Bohemians Praha 190531113304
10AC Sparta Praha310246-23
11Baník Ostrava310226-43
12Viktoria Plzeň302179-22
13SK Líšeň301247-31
141. FC Slovácko301227-51
15FK Pardubice300326-40
16FC Zlín300316-50
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": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 11,
      "goals_against": 2,
      "goal_difference": 9,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Czech First League?

SK Slavia Praha are top of the Czech First League 26/27 with 9 points from 3 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.