EUROPE · FIXTURES

UEFA Champions League Fixtures

Next UEFA Champions League fixtures: Fenerbahçe v Olympique Lyonnais (Tuesday 18 August), GNK Dinamo Zagreb v Viking FK (Tuesday 18 August), Levski Sofia v AEK Athens (Tuesday 18 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 20:01 UTC
  • Tue 18 Aug, 19:00 UTCFenerbahçevOlympique Lyonnais
  • Tue 18 Aug, 19:00 UTCGNK Dinamo ZagrebvViking FK
  • Tue 18 Aug, 19:00 UTCLevski SofiavAEK Athens
  • Wed 19 Aug, 19:00 UTCŠK Slovan BratislavavNK Celje
  • Wed 19 Aug, 19:00 UTCCelticvLASK
  • Wed 19 Aug, 19:00 UTCNEC NijmegenvBodø/Glimt
  • Wed 19 Aug, 19:00 UTCHapoel Be'er ShevavSabah FK
  • Tue 25 Aug, 16:45 UTCSabah FKvHapoel Be'er Sheva
  • Tue 25 Aug, 19:00 UTCViking FKvGNK Dinamo Zagreb
  • Tue 25 Aug, 19:00 UTCBodø/GlimtvNEC Nijmegen
  • Tue 25 Aug, 19:00 UTCLASKvCeltic
  • Wed 26 Aug, 19:00 UTCNK CeljevŠK Slovan Bratislava
  • Wed 26 Aug, 19:00 UTCAEK AthensvLevski Sofia
  • Wed 26 Aug, 19:00 UTCOlympique LyonnaisvFenerbahçe
Get this via API

Get UEFA Champions League fixtures via API

Fetch upcoming UEFA Champions League matches with competition_id=comp_3498.

GET /football/matches?competition_id=comp_3498&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3498&season_id=sn_8406903&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3498",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-18T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Fenerbahçe"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Olympique Lyonnais"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UEFA Champions League match?

Fenerbahçe play Olympique Lyonnais on Tuesday 18 August.

How do I get UEFA Champions League fixtures via API?

Call the matches endpoint with competition_id=comp_3498 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get UEFA Champions League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.