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 United3–0Leeds United
- Sun 24 May, 15:00 UTCTottenham Hotspur1–0Everton
- Sun 24 May, 15:00 UTCSunderland2–1Chelsea
- Sun 24 May, 15:00 UTCFulham2–0Newcastle United
- Sun 24 May, 15:00 UTCNottingham Forest1–1Bournemouth
- Sun 24 May, 15:00 UTCCrystal Palace1–2Arsenal
- Sun 24 May, 15:00 UTCLiverpool1–1Brentford
- Sun 24 May, 15:00 UTCManchester City1–2Aston Villa
- Sun 24 May, 15:00 UTCBurnley1–1Wolverhampton
- Sun 24 May, 15:00 UTCBrighton & Hove Albion0–3Manchester United
- Tue 19 May, 19:15 UTCChelsea2–1Tottenham Hotspur
- Tue 19 May, 18:30 UTCBournemouth1–1Manchester City
- Mon 18 May, 19:00 UTCArsenal1–0Burnley
- Sun 17 May, 16:30 UTCNewcastle United3–1West Ham United
- Sun 17 May, 14:00 UTCWolverhampton1–1Fulham
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.