EUROPE · RESULTS

Premier League Results

Latest Premier League results: West Ham United 3-0 Leeds United, Tottenham Hotspur 1-0 Everton, Sunderland 2-1 Chelsea. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:40 UTC
  • Sun 24 May, 15:00 UTCWest Ham United30Leeds United
  • Sun 24 May, 15:00 UTCTottenham Hotspur10Everton
  • Sun 24 May, 15:00 UTCSunderland21Chelsea
  • Sun 24 May, 15:00 UTCFulham20Newcastle United
  • Sun 24 May, 15:00 UTCNottingham Forest11Bournemouth
  • Sun 24 May, 15:00 UTCCrystal Palace12Arsenal
  • Sun 24 May, 15:00 UTCLiverpool11Brentford
  • Sun 24 May, 15:00 UTCManchester City12Aston Villa
  • Sun 24 May, 15:00 UTCBurnley11Wolverhampton
  • Sun 24 May, 15:00 UTCBrighton & Hove Albion03Manchester United
  • Tue 19 May, 19:15 UTCChelsea21Tottenham Hotspur
  • Tue 19 May, 18:30 UTCBournemouth11Manchester City
  • Mon 18 May, 19:00 UTCArsenal10Burnley
  • Sun 17 May, 16:30 UTCNewcastle United31West Ham United
  • Sun 17 May, 14:00 UTCWolverhampton11Fulham
Get this via API

Get Premier League results via API

Fetch the latest final Premier League scores with competition_id=comp_3039.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3039&season_id=sn_6125938&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3039",
      "matchday": 38,
      "status": "finished",
      "utc_date": "2026-05-24T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "West Ham United"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Leeds United"
      },
      "score": {
        "home": 3,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Premier League result?

West Ham United 3-0 Leeds United on Sunday 24 May.

How do I get Premier League results via API?

Call the matches endpoint with competition_id=comp_3039 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Premier League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.