EUROPE · FIXTURES

UEFA Nations League Fixtures

Next UEFA Nations League fixtures: Liechtenstein v Lithuania (Thursday 24 September), Kosovo v Ireland (Thursday 24 September), Austria v Israel (Thursday 24 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 00:36 UTC
  • Thu 24 Sept, 18:45 UTCLiechtensteinvLithuania
  • Thu 24 Sept, 18:45 UTCKosovovIreland
  • Thu 24 Sept, 18:45 UTCAustriavIsrael
  • Thu 24 Sept, 18:45 UTCNorth MacedoniavSlovenia
  • Thu 24 Sept, 18:45 UTCSloveniavNorth Macedonia
  • Thu 24 Sept, 18:45 UTCNorwayvDenmark
  • Thu 24 Sept, 18:45 UTCPortugalvWales
  • Fri 25 Sept, 16:00 UTCArmeniavLatvia
  • Fri 25 Sept, 16:00 UTCGeorgiavNorthern Ireland
  • Fri 25 Sept, 18:45 UTCMontenegrovCyprus
  • Fri 25 Sept, 18:45 UTCSwedenvRomania
  • Fri 25 Sept, 18:45 UTCPolandvBosnia & Herzegovina
  • Fri 25 Sept, 18:45 UTCHungaryvUkraine
  • Fri 25 Sept, 18:45 UTCItalyvBelgium
  • Fri 25 Sept, 18:45 UTCTürkiyevFrance
Get this via API

Get UEFA Nations League fixtures via API

Fetch upcoming UEFA Nations League matches with competition_id=comp_574977.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_574977&season_id=sn_4571664&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_574977",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-24T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Liechtenstein"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Lithuania"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UEFA Nations League match?

Liechtenstein play Lithuania on Thursday 24 September.

How do I get UEFA Nations League fixtures via API?

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

Get UEFA Nations League data via API

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