EUROPE · RESULTS

Championship Results

Latest Championship results: Cardiff City 1-1 Wrexham, Burnley 2-2 West Ham United, Watford 2-1 Southampton. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 20:30 UTC
  • Mon 17 Aug, 19:00 UTCCardiff City11Wrexham
  • Sun 16 Aug, 15:00 UTCBurnley22West Ham United
  • Sun 16 Aug, 12:30 UTCWatford21Southampton
  • Sat 15 Aug, 16:30 UTCSheffield United00Birmingham City
  • Sat 15 Aug, 14:00 UTCStoke City12Swansea City
  • Sat 15 Aug, 14:00 UTCPortsmouth13Queens Park Rangers
  • Sat 15 Aug, 14:00 UTCNorwich City12West Bromwich Albion
  • Sat 15 Aug, 14:00 UTCMiddlesbrough21Lincoln City
  • Sat 15 Aug, 14:00 UTCCharlton Athletic21Derby County
  • Sat 15 Aug, 14:00 UTCBristol City02Millwall
  • Sat 15 Aug, 11:30 UTCBolton Wanderers21Preston North End
  • Fri 14 Aug, 19:00 UTCWolverhampton22Blackburn Rovers
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": 1,
      "status": "finished",
      "utc_date": "2026-08-17T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cardiff City"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Wrexham"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Championship result?

Cardiff City 1-1 Wrexham on Monday 17 August.

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.