EUROPE · RESULTS

Championship Results

Latest Championship results: Bolton Wanderers 2-3 West Ham United, Wrexham 1-1 Burnley, Watford 2-1 Preston North End. 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:45 UTC
  • Tue 08 Sept, 19:00 UTCBolton Wanderers23West Ham United
  • Tue 08 Sept, 18:45 UTCWrexham11Burnley
  • Tue 08 Sept, 18:45 UTCWatford21Preston North End
  • Tue 08 Sept, 18:45 UTCSouthampton31Swansea City
  • Tue 08 Sept, 18:45 UTCCardiff City11Stoke City
  • Tue 08 Sept, 18:45 UTCBlackburn Rovers12Sheffield United
  • Sun 06 Sept, 11:00 UTCBirmingham City22Wolverhampton
  • Sat 05 Sept, 19:00 UTCSwansea City00Wrexham
  • Sat 05 Sept, 14:00 UTCWest Ham United30Derby County
  • Sat 05 Sept, 14:00 UTCWest Bromwich Albion10Watford
  • Sat 05 Sept, 14:00 UTCSheffield United13Norwich City
  • Sat 05 Sept, 14:00 UTCQueens Park Rangers01Middlesbrough
  • Sat 05 Sept, 14:00 UTCPortsmouth20Cardiff City
  • Sat 05 Sept, 14:00 UTCMillwall40Bolton Wanderers
  • Sat 05 Sept, 14:00 UTCBurnley12Bristol City
Get this via API

Get Championship results via API

Fetch the latest final Championship scores with competition_id=comp_8321.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8321&season_id=sn_3014533&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8321",
      "matchday": 6,
      "status": "finished",
      "utc_date": "2026-09-08T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Bolton Wanderers"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "West Ham United"
      },
      "score": {
        "home": 2,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Championship result?

Bolton Wanderers 2-3 West Ham United on Tuesday 8 September.

How do I get Championship results via API?

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