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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Portugal | 6 | 4 | 2 | 0 | 13 | 5 | +8 | 14 |
| 2 | Croatia | 6 | 2 | 2 | 2 | 8 | 8 | 0 | 8 |
| 3 | Scotland | 6 | 2 | 1 | 3 | 7 | 8 | -1 | 7 |
| 4 | Poland | 6 | 1 | 1 | 4 | 9 | 16 | -7 | 4 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_574977/seasons/sn_333503/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}UEFA Nations League resources
Fixtures, results, player and team stats for UEFA Nations League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.