EUROPE · FIXTURES
UEFA Nations League Fixtures
Next UEFA Nations League fixtures: Malta v Gibraltar (Thursday 1 October), Ireland v Austria (Thursday 1 October), Israel v Kosovo (Thursday 1 October). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:35 UTC
- Thu 01 Oct, 18:45 UTCMaltavGibraltar
- Thu 01 Oct, 18:45 UTCIrelandvAustria
- Thu 01 Oct, 18:45 UTCIsraelvKosovo
- Thu 01 Oct, 18:45 UTCWalesvNorway
- Thu 01 Oct, 18:45 UTCDenmarkvPortugal
- Thu 01 Oct, 18:45 UTCGreecevNetherlands
- Fri 02 Oct, 14:00 UTCKazakhstanvMoldova
- Fri 02 Oct, 16:00 UTCLatviavMontenegro
- Fri 02 Oct, 16:00 UTCCyprusvArmenia
- Fri 02 Oct, 18:45 UTCFaroe IslandsvSlovakia
- Fri 02 Oct, 18:45 UTCBosnia & HerzegovinavSweden
- Fri 02 Oct, 18:45 UTCPolandvRomania
- Fri 02 Oct, 18:45 UTCUkrainevNorthern Ireland
- Fri 02 Oct, 18:45 UTCHungaryvGeorgia
- Fri 02 Oct, 18:45 UTCBelgiumvTürkiye
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-10-01T18:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Malta"
},
"away_team": {
"id": "tm_yyyy",
"name": "Gibraltar"
}
}
]
}Frequently Asked Questions
When is the next UEFA Nations League match?
Malta play Gibraltar on Thursday 1 October.
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.