EUROPE · RESULTS

Czech First League Results

Latest Czech First League results: FC Slovan Liberec 1-1 SK Slavia Praha, Baník Ostrava 1-0 SK Líšeň, Viktoria Plzeň 3-2 FC Zlín. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 21:08 UTC
  • Sun 16 Aug, 18:00 UTCFC Slovan Liberec11SK Slavia Praha
  • Sun 16 Aug, 13:00 UTCBaník Ostrava10SK Líšeň
  • Sat 15 Aug, 18:00 UTCViktoria Plzeň32FC Zlín
  • Sat 15 Aug, 15:00 UTCAC Sparta Praha41FK Teplice
  • Sat 15 Aug, 15:00 UTC1. FC Slovácko12SK Sigma Olomouc
  • Sat 15 Aug, 15:00 UTCFK Pardubice11Mladá Boleslav
  • Sun 09 Aug, 18:00 UTCSK Líšeň12SK Sigma Olomouc
  • Sun 09 Aug, 15:00 UTCFK Jablonec101. FC Slovácko
  • Sun 09 Aug, 15:00 UTCFC Hradec Králové21Baník Ostrava
  • Sun 09 Aug, 13:00 UTCSK Slavia Praha21FK Pardubice
  • Sat 08 Aug, 18:00 UTCMladá Boleslav20AC Sparta Praha
  • Sat 08 Aug, 15:00 UTCFC Zlín02Bohemians Praha 1905
  • Sat 08 Aug, 15:00 UTCFK Teplice55Viktoria Plzeň
  • Fri 07 Aug, 17:00 UTCFC Zbrojovka Brno01FC Slovan Liberec
  • Sun 02 Aug, 18:00 UTCFK Pardubice02FK Jablonec
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": 4,
      "status": "finished",
      "utc_date": "2026-08-16T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Slovan Liberec"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "SK Slavia Praha"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Czech First League result?

FC Slovan Liberec 1-1 SK Slavia Praha on Sunday 16 August.

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.