EUROPE · FIXTURES

Czech First League Fixtures

Next Czech First League fixtures: FC Zlín v FC Slovan Liberec (Saturday 22 August), Mladá Boleslav v 1. FC Slovácko (Saturday 22 August), SK Líšeň v AC Sparta Praha (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 20:51 UTC
  • Sat 22 Aug, 15:00 UTCFC ZlínvFC Slovan Liberec
  • Sat 22 Aug, 15:00 UTCMladá Boleslavv1. FC Slovácko
  • Sat 22 Aug, 15:00 UTCSK LíšeňvAC Sparta Praha
  • Sat 22 Aug, 18:00 UTCSK Slavia PrahavBohemians Praha 1905
  • Sun 23 Aug, 13:00 UTCFK JablonecvBaník Ostrava
  • Sun 23 Aug, 15:00 UTCFK TeplicevFC Zbrojovka Brno
  • Sun 23 Aug, 15:00 UTCFC Hradec KrálovévViktoria Plzeň
  • Sun 23 Aug, 18:00 UTCSK Sigma OlomoucvFK Pardubice
  • Sat 29 Aug, 15:00 UTCFK PardubicevSK Líšeň
  • Sat 29 Aug, 15:00 UTCFC Zbrojovka BrnovFC Zlín
  • Sat 29 Aug, 15:00 UTCBohemians Praha 1905vMladá Boleslav
  • Sat 29 Aug, 18:00 UTCBaník OstravavSK Sigma Olomouc
  • Sun 30 Aug, 13:00 UTCFC Slovan LiberecvFC Hradec Králové
  • Sun 30 Aug, 15:00 UTCFK TeplicevFK Jablonec
  • Sun 30 Aug, 15:00 UTCViktoria Plzeňv1. FC Slovácko
Get this via API

Get Czech First League fixtures via API

Fetch upcoming Czech First League matches with competition_id=comp_9766.

GET /football/matches?competition_id=comp_9766&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9766&season_id=sn_6190818&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9766",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-22T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Zlín"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Slovan Liberec"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Czech First League match?

FC Zlín play FC Slovan Liberec on Saturday 22 August.

How do I get Czech First League fixtures via API?

Call the matches endpoint with competition_id=comp_9766 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Czech First League data via API

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