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 Wanderers2–3West Ham United
- Tue 08 Sept, 18:45 UTCWrexham1–1Burnley
- Tue 08 Sept, 18:45 UTCWatford2–1Preston North End
- Tue 08 Sept, 18:45 UTCSouthampton3–1Swansea City
- Tue 08 Sept, 18:45 UTCCardiff City1–1Stoke City
- Tue 08 Sept, 18:45 UTCBlackburn Rovers1–2Sheffield United
- Sun 06 Sept, 11:00 UTCBirmingham City2–2Wolverhampton
- Sat 05 Sept, 19:00 UTCSwansea City0–0Wrexham
- Sat 05 Sept, 14:00 UTCWest Ham United3–0Derby County
- Sat 05 Sept, 14:00 UTCWest Bromwich Albion1–0Watford
- Sat 05 Sept, 14:00 UTCSheffield United1–3Norwich City
- Sat 05 Sept, 14:00 UTCQueens Park Rangers0–1Middlesbrough
- Sat 05 Sept, 14:00 UTCPortsmouth2–0Cardiff City
- Sat 05 Sept, 14:00 UTCMillwall4–0Bolton Wanderers
- Sat 05 Sept, 14:00 UTCBurnley1–2Bristol 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.