EUROPE · FIXTURES

UEFA Conference League Fixtures

Next UEFA Conference League fixtures: Lincoln Red Imps v Larne FC (Thursday 20 August), Inter Turku v FC København (Thursday 20 August), Tromsø IL v Brighton & Hove Albion (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, 16:21 UTC
  • Thu 20 Aug, 16:00 UTCLincoln Red ImpsvLarne FC
  • Thu 20 Aug, 16:00 UTCInter TurkuvFC København
  • Thu 20 Aug, 17:00 UTCTromsø ILvBrighton & Hove Albion
  • Thu 20 Aug, 17:30 UTCKlaksvíkar ÍtróttarfelagvRiga FC
  • Thu 20 Aug, 18:00 UTCFC DritavInter Club d'Escaldes
  • Thu 20 Aug, 18:30 UTCMotherwellvSC Freiburg
  • Thu 20 Aug, 18:30 UTCPanathinaikosvFC Hradec Králové
  • Thu 20 Aug, 19:00 UTCFC LuganovMaccabi Tel Aviv
  • Thu 20 Aug, 19:00 UTCFC TwentevQarabağ
  • Thu 20 Aug, 19:00 UTCFC SionvAFC Ajax
  • Thu 20 Aug, 19:00 UTCSporting BragavAustria Wien
  • Thu 20 Aug, 19:00 UTCDinamo CityvPafos FC
  • Thu 20 Aug, 19:00 UTCRangersvFK Jablonec
  • Thu 20 Aug, 19:00 UTCKAA GentvHibernian
  • Thu 20 Aug, 19:00 UTCFC NordsjællandvFC St. Gallen 1879
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-08-20T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Lincoln Red Imps"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Larne FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UEFA Conference League match?

Lincoln Red Imps play Larne FC on Thursday 20 August.

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.