EUROPE · RESULTS

Premier League Results

Latest Premier League results: Arsenal 2-1 Chelsea, Everton 2-2 Manchester United, Hull City 0-0 Aston Villa. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:02 UTC
  • Sun 06 Sept, 15:30 UTCArsenal21Chelsea
  • Sun 06 Sept, 13:00 UTCEverton22Manchester United
  • Sat 05 Sept, 16:30 UTCHull City00Aston Villa
  • Sat 05 Sept, 14:00 UTCNottingham Forest00Tottenham Hotspur
  • Sat 05 Sept, 14:00 UTCFulham23Crystal Palace
  • Sat 05 Sept, 14:00 UTCManchester City10Coventry City
  • Sat 05 Sept, 14:00 UTCBrentford11Sunderland
  • Sat 05 Sept, 14:00 UTCBrighton & Hove Albion11Leeds United
  • Sat 05 Sept, 11:30 UTCNewcastle United22Bournemouth
  • Fri 04 Sept, 19:00 UTCIpswich Town02Liverpool
  • Mon 31 Aug, 19:00 UTCAston Villa01Arsenal
  • Sun 30 Aug, 15:30 UTCManchester United52Ipswich Town
  • Sun 30 Aug, 13:00 UTCLeeds United11Brentford
  • Sun 30 Aug, 13:00 UTCSunderland10Fulham
  • Sun 30 Aug, 13:00 UTCChelsea43Brighton & Hove Albion
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_8406098&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3039",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-09-06T15:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Arsenal"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Chelsea"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Premier League result?

Arsenal 2-1 Chelsea on Sunday 6 September.

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.