EUROPE · FIXTURES

UEFA Conference League Fixtures

Next UEFA Conference League fixtures: FC CSKA 1948 Sofia v FC Spartak Trnava (Tuesday 28 July), FC Drita v Floriana FC (Tuesday 28 July), Dukagjini v FC Lugano (Wednesday 29 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, 17:30 UTCFC CSKA 1948 SofiavFC Spartak Trnava
  • Tue 28 Jul, 18:00 UTCFC DritavFloriana FC
  • Wed 29 Jul, 14:30 UTCDukagjinivFC Lugano
  • Wed 29 Jul, 17:00 UTCFC KøbenhavnvPolissya Zhytomyr
  • Wed 29 Jul, 18:30 UTCSK Rapid WienvFC Santa Coloma
  • Thu 30 Jul, 14:00 UTCAtlètic Club EscaldesvFC Vaduz
  • Thu 30 Jul, 14:00 UTCFC TobolvFK Panevėžys
  • Thu 30 Jul, 16:00 UTCZirə FKvPaide Linnameeskond
  • Thu 30 Jul, 16:00 UTCFK JablonecvNK Varaždin
  • Thu 30 Jul, 16:00 UTCIlvesvStjarnan Garðabær
  • Thu 30 Jul, 16:00 UTCNõmme KaljuvShelbourne
  • Thu 30 Jul, 16:00 UTCPyunik YerevanvDebreceni VSC
  • Thu 30 Jul, 16:00 UTCInter TurkuvBaşakşehir FK
  • Thu 30 Jul, 16:00 UTCFK AudavFCSB
  • Thu 30 Jul, 16:00 UTCFC NoahvFC Zimbru Chişinău
Get this via API

Get UEFA Conference League fixtures via API

Fetch upcoming UEFA Conference League matches with competition_id=comp_408698.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_408698&season_id=sn_7250309&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_408698",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-28T17:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC CSKA 1948 Sofia"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Spartak Trnava"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UEFA Conference League match?

FC CSKA 1948 Sofia play FC Spartak Trnava on Tuesday 28 July.

How do I get UEFA Conference League fixtures via API?

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

Get UEFA Conference League data via API

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