EUROPE · LEAGUE TABLE

UEFA Nations League Table

UEFA Nations League 24/25 final table: Portugal finished top with 14 points from 6 matches, 6 points ahead of Croatia.

FINAL·Season 24/25·Updated 26 Jul 2026, 03:35 UTC
UEFA Nations League league table
#TeamPWDLGFGAGDPts
1Portugal6420135+814
2Croatia62228808
3Scotland621378-17
4Poland6114916-74
Get this via API

Get the UEFA Nations League table via API

Fetch the live UEFA Nations League standings with competition_id=comp_574977. The same shape works for every competition and season.

GET /football/competitions/comp_574977/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_574977/seasons/sn_333503/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Portugal"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 4,
      "draws": 2,
      "losses": 0,
      "goals_for": 13,
      "goals_against": 5,
      "goal_difference": 8,
      "points": 14
    }
  ]
}

Frequently Asked Questions

Who is top of the UEFA Nations League?

Portugal finished top of the UEFA Nations League 24/25 with 14 points, 6 ahead of Croatia.

How many teams are in the UEFA Nations League?

4 teams compete in the UEFA Nations League 24/25.

How do I get the UEFA Nations League table via API?

Call the standings endpoint with competition_id=comp_574977 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of UEFA Nations League data are available?

TheStatsAPI has 3 seasons of UEFA Nations League data, going back to 20/21, including historical final tables.

Get UEFA Nations League data via API

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