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 Anderlecht30Kairat Almaty
  • Thu 27 Aug, 18:30 UTCFerencváros TC40Trabzonspor
  • Thu 27 Aug, 18:00 UTCFC Thun22Lech Poznań
  • Thu 27 Aug, 18:00 UTCCSKA Sofia02OFI Crete
  • Thu 27 Aug, 18:00 UTCAGF13Benfica
  • Thu 27 Aug, 17:00 UTCViktoria Plzeň41FK Crvena zvezda
  • Thu 27 Aug, 17:00 UTCRed Bull Salzburg30Mjällby AIF
  • Thu 27 Aug, 17:00 UTCFK Kauno Žalgiris10Beşiktaş
  • Thu 27 Aug, 17:00 UTCLillestrøm SK11KF Egnatia
  • Thu 27 Aug, 17:00 UTCOmonia Nicosia42Sint-Truidense VV
  • Thu 27 Aug, 16:00 UTCFC Iberia 199912Jagiellonia Białystok
  • Thu 27 Aug, 16:00 UTCFC Ararat-Armenia10Universitatea Craiova
  • Thu 20 Aug, 19:00 UTCBenfica31AGF
  • Thu 20 Aug, 18:00 UTCSint-Truidense VV10Omonia Nicosia
  • Thu 20 Aug, 18:00 UTCFK Crvena zvezda30Viktoria 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.