EUROPE · FIXTURES

UEFA Champions League Fixtures

Next UEFA Champions League fixtures: FK Vardar Skopje v Sabah FK (Tuesday 28 July), KuPS v Sabah FK (Tuesday 28 July), Lincoln Red Imps v Mjällby AIF (Tuesday 28 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
  • Tue 28 Jul, 13:00 UTCFK Vardar SkopjevSabah FK
  • Tue 28 Jul, 15:00 UTCKuPSvSabah FK
  • Tue 28 Jul, 16:00 UTCLincoln Red ImpsvMjällby AIF
  • Tue 28 Jul, 18:00 UTCGNK Dinamo ZagrebvFC Thun
  • Tue 28 Jul, 18:15 UTCNK CeljevKF Egnatia
  • Tue 28 Jul, 18:45 UTCHeart of MidlothianvSK Sturm Graz
  • Tue 28 Jul, 19:00 UTCShamrock RoversvFC Ararat-Armenia
  • Wed 29 Jul, 15:00 UTCKairat AlmatyvOmonia Nicosia
  • Wed 29 Jul, 16:00 UTCFK Kauno ŽalgirisvKlaksvíkar Ítróttarfelag
  • Wed 29 Jul, 17:00 UTCLech PoznańvAGF
  • Wed 29 Jul, 17:30 UTCHapoel Be'er ShevavVíkingur Reykjavík
  • Wed 29 Jul, 17:30 UTCUniversitatea CraiovavLevski Sofia
  • Wed 29 Jul, 18:00 UTCGórnik ZabrzevFenerbahçe
  • Wed 29 Jul, 18:00 UTCFK Crvena zvezdavLarne FC
  • Wed 29 Jul, 18:15 UTCŠK Slovan BratislavavFC Iberia 1999
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-07-28T13:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FK Vardar Skopje"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Sabah FK"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UEFA Champions League match?

FK Vardar Skopje play Sabah FK on Tuesday 28 July.

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.