EUROPE · RESULTS
UEFA Nations League Results
Latest UEFA Nations League results: Luxembourg 3-0 Malta, Latvia 1-0 Gibraltar, Malta 0-2 Luxembourg. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 24/25·Updated 26 Jul 2026, 03:42 UTC
- Tue 31 Mar, 16:00 UTCLuxembourg3–0Malta
- Tue 31 Mar, 16:00 UTCLatvia1–0Gibraltar
- Thu 26 Mar, 17:00 UTCMalta0–2Luxembourg
- Thu 26 Mar, 17:00 UTCGibraltar0–1Latvia
- Sun 08 Jun, 19:00 UTCPortugal2–2Spain
- Sun 08 Jun, 13:00 UTCGermany0–2France
- Thu 05 Jun, 19:00 UTCSpain5–4France
- Wed 04 Jun, 19:10 UTCGermany1–2Portugal
- Sun 23 Mar, 19:45 UTCGermany3–3Italy
- Sun 23 Mar, 19:45 UTCFrance2–0Croatia
- Sun 23 Mar, 19:45 UTCPortugal3–2Denmark
- Sun 23 Mar, 19:45 UTCSpain2–2Netherlands
- Sun 23 Mar, 19:45 UTCBelgium3–0Ukraine
- Sun 23 Mar, 19:45 UTCIreland2–1Bulgaria
- Sun 23 Mar, 17:00 UTCScotland0–3Greece
Get this via API
Get UEFA Nations League results via API
Fetch the latest final UEFA Nations League scores with competition_id=comp_574977.
GET /football/matches?competition_id=comp_574977&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_574977&season_id=sn_333503&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_574977",
"matchday": 1,
"status": "finished",
"utc_date": "2026-03-31T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Luxembourg"
},
"away_team": {
"id": "tm_yyyy",
"name": "Malta"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest UEFA Nations League result?
Luxembourg 3-0 Malta on Tuesday 31 March.
How do I get UEFA Nations League results via API?
Call the matches endpoint with competition_id=comp_574977 and status=finished. 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.