EUROPE · FIXTURES

Czech First League Fixtures

Next Czech First League fixtures: SK Slavia Praha v 1. FC Slovácko (Sunday 26 July), FK Jablonec v SK Sigma Olomouc (Sunday 26 July), FC Hradec Králové v FK Pardubice (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:37 UTC
  • Sun 26 Jul, 13:00 UTCSK Slavia Prahav1. FC Slovácko
  • Sun 26 Jul, 15:30 UTCFK JablonecvSK Sigma Olomouc
  • Sun 26 Jul, 18:00 UTCFC Hradec KrálovévFK Pardubice
  • Mon 27 Jul, 16:00 UTCSK LíšeňvMladá Boleslav
  • Fri 31 Jul, 17:00 UTCAC Sparta PrahavFC Zlín
  • Sat 01 Aug, 15:00 UTC1. FC SlováckovSK Líšeň
  • Sat 01 Aug, 15:00 UTCBaník OstravavSK Slavia Praha
  • Sat 01 Aug, 15:00 UTCFC Slovan LiberecvFK Teplice
  • Sat 01 Aug, 18:00 UTCViktoria PlzeňvFC Zbrojovka Brno
  • Sun 02 Aug, 13:00 UTCSK Sigma OlomoucvMladá Boleslav
  • Sun 02 Aug, 15:30 UTCBohemians Praha 1905vFC Hradec Králové
  • Sun 02 Aug, 18:00 UTCFK PardubicevFK Jablonec
  • Fri 07 Aug, 17:00 UTCFC Zbrojovka BrnovFC Slovan Liberec
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-07-26T13:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "SK Slavia Praha"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "1. FC Slovácko"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Czech First League match?

SK Slavia Praha play 1. FC Slovácko on Sunday 26 July.

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.