EUROPE · FIXTURES

Championship Fixtures

Next Championship fixtures: West Ham United v Wrexham (Friday 11 September), West Bromwich Albion v Queens Park Rangers (Saturday 12 September), Derby County v Birmingham City (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:02 UTC
  • Fri 11 Sept, 19:00 UTCWest Ham UnitedvWrexham
  • Sat 12 Sept, 11:30 UTCWest Bromwich AlbionvQueens Park Rangers
  • Sat 12 Sept, 11:30 UTCDerby CountyvBirmingham City
  • Sat 12 Sept, 11:30 UTCBolton WanderersvCardiff City
  • Sat 12 Sept, 14:00 UTCWatfordvStoke City
  • Sat 12 Sept, 14:00 UTCSwansea CityvBurnley
  • Sat 12 Sept, 14:00 UTCSouthamptonvBristol City
  • Sat 12 Sept, 14:00 UTCPreston North EndvLincoln City
  • Sat 12 Sept, 14:00 UTCMiddlesbroughvNorwich City
  • Sat 12 Sept, 14:00 UTCCharlton AthleticvPortsmouth
  • Sat 12 Sept, 14:00 UTCBlackburn RoversvMillwall
  • Sun 13 Sept, 11:00 UTCSheffield UnitedvWolverhampton
  • Tue 15 Sept, 18:45 UTCMiddlesbroughvMillwall
  • Tue 15 Sept, 18:45 UTCBristol CityvLincoln City
  • Fri 18 Sept, 19:00 UTCBristol CityvWatford
Get this via API

Get Championship fixtures via API

Fetch upcoming Championship matches with competition_id=comp_8321.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8321&season_id=sn_3014533&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8321",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "West Ham United"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Wrexham"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Championship match?

West Ham United play Wrexham on Friday 11 September.

How do I get Championship fixtures via API?

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

Get Championship data via API

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