EUROPE · FIXTURES
Premier League Fixtures
Next Premier League fixtures: Crystal Palace v Ipswich Town (Saturday 12 September), Chelsea v Hull City (Saturday 12 September), Bournemouth v Brentford (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:40 UTC
- Sat 12 Sept, 14:00 UTCCrystal PalacevIpswich Town
- Sat 12 Sept, 14:00 UTCChelseavHull City
- Sat 12 Sept, 14:00 UTCBournemouthvBrentford
- Sat 12 Sept, 14:00 UTCAston VillavNottingham Forest
- Sat 12 Sept, 14:00 UTCLiverpoolvFulham
- Sat 12 Sept, 16:30 UTCTottenham HotspurvEverton
- Sat 12 Sept, 19:00 UTCSunderlandvArsenal
- Sun 13 Sept, 13:00 UTCCoventry CityvBrighton & Hove Albion
- Sun 13 Sept, 15:30 UTCManchester UnitedvManchester City
- Mon 14 Sept, 19:00 UTCLeeds UnitedvNewcastle United
- Fri 18 Sept, 19:00 UTCBrentfordvChelsea
- Sat 19 Sept, 11:30 UTCTottenham HotspurvAston Villa
- Sat 19 Sept, 14:00 UTCNewcastle UnitedvHull City
- Sat 19 Sept, 14:00 UTCLeeds UnitedvCrystal Palace
- Sat 19 Sept, 14:00 UTCEvertonvIpswich Town
Get this via API
Get Premier League fixtures via API
Fetch upcoming Premier League matches with competition_id=comp_3039.
GET /football/matches?competition_id=comp_3039&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3039&season_id=sn_8406098&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3039",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-12T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Crystal Palace"
},
"away_team": {
"id": "tm_yyyy",
"name": "Ipswich Town"
}
}
]
}Frequently Asked Questions
When is the next Premier League match?
Crystal Palace play Ipswich Town on Saturday 12 September.
How do I get Premier League fixtures via API?
Call the matches endpoint with competition_id=comp_3039 and status=scheduled. 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.