EUROPE · FIXTURES
UEFA Europa League Fixtures
Next UEFA Europa League fixtures: Maccabi Tel Aviv v Sheriff Tiraspol (Thursday 30 July), FC Hradec Králové v Tromsø IL (Thursday 30 July), FC Midtjylland v Beşiktaş (Thursday 30 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:42 UTC
- Thu 30 Jul, 16:00 UTCMaccabi Tel AvivvSheriff Tiraspol
- Thu 30 Jul, 17:00 UTCFC Hradec KrálovévTromsø IL
- Thu 30 Jul, 17:00 UTCFC MidtjyllandvBeşiktaş
- Thu 30 Jul, 17:45 UTCPAOKvDynamo Kyiv
- Thu 30 Jul, 18:00 UTCPafos FCvHNK Hajduk Split
- Thu 30 Jul, 18:00 UTCCSKA SofiavQarabağ
- Thu 30 Jul, 18:30 UTCFerencváros TCvFC Twente
- Thu 30 Jul, 18:30 UTCRSC AnderlechtvHammarby IF
- Thu 30 Jul, 19:00 UTCBenficavFC St. Gallen 1879
- Thu 06 Aug, 19:00 UTCJagiellonia BiałystokvRangers
Get this via API
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
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7739&season_id=sn_9624824&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_7739",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-07-30T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Maccabi Tel Aviv"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sheriff Tiraspol"
}
}
]
}Frequently Asked Questions
When is the next UEFA Europa League match?
Maccabi Tel Aviv play Sheriff Tiraspol on Thursday 30 July.
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.