EUROPE · RESULTS
Championship Results
Latest Championship results: Hull City 1-0 Middlesbrough, Southampton 1-1 Middlesbrough, Millwall 0-2 Hull City. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:37 UTC
- Sat 23 May, 14:30 UTCHull City1–0Middlesbrough
- Tue 12 May, 19:00 UTCSouthampton1–1Middlesbrough
- Mon 11 May, 19:00 UTCMillwall0–2Hull City
- Sat 09 May, 11:30 UTCMiddlesbrough0–0Southampton
- Fri 08 May, 19:00 UTCHull City0–0Millwall
- Sat 02 May, 11:30 UTCBlackburn Rovers0–1Leicester City
- Sat 02 May, 11:30 UTCDerby County1–2Sheffield United
- Sat 02 May, 11:30 UTCBristol City2–0Stoke City
- Sat 02 May, 11:30 UTCHull City2–1Norwich City
- Sat 02 May, 11:30 UTCIpswich Town3–0Queens Park Rangers
- Sat 02 May, 11:30 UTCMillwall2–0Oxford United
- Sat 02 May, 11:30 UTCPreston North End1–3Southampton
- Sat 02 May, 11:30 UTCWatford0–4Coventry City
- Sat 02 May, 11:30 UTCSwansea City3–1Charlton Athletic
- Sat 02 May, 11:30 UTCPortsmouth1–1Birmingham 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_3064530&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8321",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-23T14:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Hull City"
},
"away_team": {
"id": "tm_yyyy",
"name": "Middlesbrough"
},
"score": {
"home": 1,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Championship result?
Hull City 1-0 Middlesbrough on Saturday 23 May.
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.