EUROPE · RESULTS

Czech First League Results

Latest Czech First League results: FC Hradec Králové 2-1 AC Sparta Praha, FK Jablonec 1-2 FC Slovan Liberec, FC Zlín 1-3 FK Teplice. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:17 UTC
  • Sun 06 Sept, 16:00 UTCFC Hradec Králové21AC Sparta Praha
  • Sun 06 Sept, 13:00 UTCFK Jablonec12FC Slovan Liberec
  • Sun 06 Sept, 13:00 UTCFC Zlín13FK Teplice
  • Sun 06 Sept, 11:00 UTCMladá Boleslav40Baník Ostrava
  • Sat 05 Sept, 16:00 UTCSK Líšeň03Viktoria Plzeň
  • Sat 05 Sept, 13:00 UTCSK Sigma Olomouc30Bohemians Praha 1905
  • Sat 05 Sept, 13:00 UTCSK Slavia Praha40FC Zbrojovka Brno
  • Sat 05 Sept, 13:00 UTC1. FC Slovácko00FK Pardubice
  • Wed 02 Sept, 18:00 UTCBohemians Praha 190511FK Jablonec
  • Wed 02 Sept, 16:00 UTCFC Zbrojovka Brno10FC Hradec Králové
  • Sun 30 Aug, 18:00 UTCAC Sparta Praha03SK Slavia Praha
  • Sun 30 Aug, 15:00 UTCFK Teplice20FK Jablonec
  • Sun 30 Aug, 15:00 UTCViktoria Plzeň111. FC Slovácko
  • Sun 30 Aug, 13:00 UTCFC Slovan Liberec20FC Hradec Králové
  • Sat 29 Aug, 18:00 UTCBaník Ostrava10SK Sigma Olomouc
Get this via API

Get Czech First League results via API

Fetch the latest final Czech First League scores with competition_id=comp_9766.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9766&season_id=sn_6190818&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9766",
      "matchday": 7,
      "status": "finished",
      "utc_date": "2026-09-06T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Hradec Králové"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AC Sparta Praha"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Czech First League result?

FC Hradec Králové 2-1 AC Sparta Praha on Sunday 6 September.

How do I get Czech First League results via API?

Call the matches endpoint with competition_id=comp_9766 and status=finished. 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.