EUROPE · RESULTS

Czech First League Results

Latest Czech First League results: FC Zbrojovka Brno 3-1 AC Sparta Praha, FC Zlín 0-1 Baník Ostrava, FK Teplice 3-1 Bohemians Praha 1905. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:37 UTC
  • Sat 25 Jul, 18:00 UTCFC Zbrojovka Brno31AC Sparta Praha
  • Sat 25 Jul, 15:00 UTCFC Zlín01Baník Ostrava
  • Sat 25 Jul, 15:00 UTCFK Teplice31Bohemians Praha 1905
  • Sat 25 Jul, 15:00 UTCViktoria Plzeň13FC Slovan Liberec
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": 1,
      "status": "finished",
      "utc_date": "2026-07-25T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Zbrojovka Brno"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AC Sparta Praha"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Czech First League result?

FC Zbrojovka Brno 3-1 AC Sparta Praha on Saturday 25 July.

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.