EUROPE · FIXTURES

UEFA Europa League Fixtures

Next UEFA Europa League fixtures: Mjällby AIF v Red Bull Salzburg (Thursday 20 August), KF Egnatia v Lillestrøm SK (Thursday 20 August), Lech Poznań v FC Thun (Thursday 20 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 19:31 UTC
  • Thu 20 Aug, 16:00 UTCMjällby AIFvRed Bull Salzburg
  • Thu 20 Aug, 17:00 UTCKF EgnatiavLillestrøm SK
  • Thu 20 Aug, 17:00 UTCLech PoznańvFC Thun
  • Thu 20 Aug, 19:00 UTCBenficavAGF
  • Thu 20 Aug, 19:00 UTCSint-Truidense VVvOmonia Nicosia
  • Thu 20 Aug, 19:00 UTCUniversitatea CraiovavFC Ararat-Armenia
  • Thu 20 Aug, 19:00 UTCFK Crvena zvezdavViktoria Plzeň
  • Thu 20 Aug, 19:00 UTCTrabzonsporvFerencváros TC
  • Thu 20 Aug, 19:00 UTCJagiellonia BiałystokvFC Iberia 1999
  • Thu 20 Aug, 19:00 UTCBeşiktaşvFK Kauno Žalgiris
  • Thu 20 Aug, 19:00 UTCKairat AlmatyvRSC Anderlecht
  • Thu 20 Aug, 19:00 UTCOFI CretevCSKA Sofia
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-08-20T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Mjällby AIF"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Red Bull Salzburg"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UEFA Europa League match?

Mjällby AIF play Red Bull Salzburg on Thursday 20 August.

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.