EUROPE · RESULTS
UEFA Europa League Results
Latest UEFA Europa League results: RSC Anderlecht 3-0 Kairat Almaty, Ferencváros TC 4-0 Trabzonspor, FC Thun 2-2 Lech Poznań. 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:43 UTC
- Thu 27 Aug, 18:30 UTCRSC Anderlecht3–0Kairat Almaty
- Thu 27 Aug, 18:30 UTCFerencváros TC4–0Trabzonspor
- Thu 27 Aug, 18:00 UTCFC Thun2–2Lech Poznań
- Thu 27 Aug, 18:00 UTCCSKA Sofia0–2OFI Crete
- Thu 27 Aug, 18:00 UTCAGF1–3Benfica
- Thu 27 Aug, 17:00 UTCViktoria Plzeň4–1FK Crvena zvezda
- Thu 27 Aug, 17:00 UTCRed Bull Salzburg3–0Mjällby AIF
- Thu 27 Aug, 17:00 UTCFK Kauno Žalgiris1–0Beşiktaş
- Thu 27 Aug, 17:00 UTCLillestrøm SK1–1KF Egnatia
- Thu 27 Aug, 17:00 UTCOmonia Nicosia4–2Sint-Truidense VV
- Thu 27 Aug, 16:00 UTCFC Iberia 19991–2Jagiellonia Białystok
- Thu 27 Aug, 16:00 UTCFC Ararat-Armenia1–0Universitatea Craiova
- Thu 20 Aug, 19:00 UTCBenfica3–1AGF
- Thu 20 Aug, 18:00 UTCSint-Truidense VV1–0Omonia Nicosia
- Thu 20 Aug, 18:00 UTCFK Crvena zvezda3–0Viktoria Plzeň
Get this via API
Get UEFA Europa League results via API
Fetch the latest final UEFA Europa League scores with competition_id=comp_7739.
GET /football/matches?competition_id=comp_7739&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7739&season_id=sn_9624824&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_7739",
"matchday": 38,
"status": "finished",
"utc_date": "2026-08-27T18:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "RSC Anderlecht"
},
"away_team": {
"id": "tm_yyyy",
"name": "Kairat Almaty"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest UEFA Europa League result?
RSC Anderlecht 3-0 Kairat Almaty on Thursday 27 August.
How do I get UEFA Europa League results via API?
Call the matches endpoint with competition_id=comp_7739 and status=finished. 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.