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 City10Middlesbrough
  • Tue 12 May, 19:00 UTCSouthampton11Middlesbrough
  • Mon 11 May, 19:00 UTCMillwall02Hull City
  • Sat 09 May, 11:30 UTCMiddlesbrough00Southampton
  • Fri 08 May, 19:00 UTCHull City00Millwall
  • Sat 02 May, 11:30 UTCBlackburn Rovers01Leicester City
  • Sat 02 May, 11:30 UTCDerby County12Sheffield United
  • Sat 02 May, 11:30 UTCBristol City20Stoke City
  • Sat 02 May, 11:30 UTCHull City21Norwich City
  • Sat 02 May, 11:30 UTCIpswich Town30Queens Park Rangers
  • Sat 02 May, 11:30 UTCMillwall20Oxford United
  • Sat 02 May, 11:30 UTCPreston North End13Southampton
  • Sat 02 May, 11:30 UTCWatford04Coventry City
  • Sat 02 May, 11:30 UTCSwansea City31Charlton Athletic
  • Sat 02 May, 11:30 UTCPortsmouth11Birmingham 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.