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 UTCLuxembourg30Malta
  • Tue 31 Mar, 16:00 UTCLatvia10Gibraltar
  • Thu 26 Mar, 17:00 UTCMalta02Luxembourg
  • Thu 26 Mar, 17:00 UTCGibraltar01Latvia
  • Sun 08 Jun, 19:00 UTCPortugal22Spain
  • Sun 08 Jun, 13:00 UTCGermany02France
  • Thu 05 Jun, 19:00 UTCSpain54France
  • Wed 04 Jun, 19:10 UTCGermany12Portugal
  • Sun 23 Mar, 19:45 UTCGermany33Italy
  • Sun 23 Mar, 19:45 UTCFrance20Croatia
  • Sun 23 Mar, 19:45 UTCPortugal32Denmark
  • Sun 23 Mar, 19:45 UTCSpain22Netherlands
  • Sun 23 Mar, 19:45 UTCBelgium30Ukraine
  • Sun 23 Mar, 19:45 UTCIreland21Bulgaria
  • Sun 23 Mar, 17:00 UTCScotland03Greece
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.