UEFA Europa League Fixtures
Next UEFA Europa League fixtures: FC Ararat-Armenia v AC Sparta Praha (Wednesday 16 September), Omonia Nicosia v Celta Vigo (Wednesday 16 September), Hapoel Be'er Sheva v GNK Dinamo Zagreb (Wednesday 16 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Wed 16 Sept, 16:45 UTCFC Ararat-ArmeniavAC Sparta Praha
- Wed 16 Sept, 16:45 UTCOmonia NicosiavCelta Vigo
- Wed 16 Sept, 19:00 UTCHapoel Be'er ShevavGNK Dinamo Zagreb
- Wed 16 Sept, 19:00 UTCSunderlandvAZ Alkmaar
- Wed 16 Sept, 19:00 UTCSK Sturm GrazvStade Rennais
- Wed 16 Sept, 19:00 UTCRSC AnderlechtvOlympique Lyonnais
- Wed 16 Sept, 19:00 UTCOlympiacos FCvJagiellonia Białystok
- Wed 16 Sept, 19:00 UTCMilanvBenfica
- Wed 16 Sept, 19:00 UTCBayer 04 LeverkusenvNK Celje
- Thu 17 Sept, 16:45 UTCOFI CretevTSG Hoffenheim
- Thu 17 Sept, 16:45 UTCLevski SofiavRed Bull Salzburg
- Thu 17 Sept, 19:00 UTCLillestrøm SKvTorreense
- Thu 17 Sept, 19:00 UTCBeşiktaşvOlympique de Marseille
- Thu 17 Sept, 19:00 UTCCrystal PalacevLech Poznań
- Thu 17 Sept, 19:00 UTCCelticvFerencváros TC
Get UEFA Europa League fixtures via API
Fetch upcoming UEFA Europa League matches with competition_id=comp_7739.
GET /football/matches?competition_id=comp_7739&status=scheduled
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7739&season_id=sn_9624824&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_7739",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-16T16:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "FC Ararat-Armenia"
},
"away_team": {
"id": "tm_yyyy",
"name": "AC Sparta Praha"
}
}
]
}Frequently Asked Questions
When is the next UEFA Europa League match?
FC Ararat-Armenia play AC Sparta Praha on Wednesday 16 September.
How do I get UEFA Europa League fixtures via API?
Call the matches endpoint with competition_id=comp_7739 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get UEFA Europa League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.