NORTH AMERICA · LEAGUE TABLE

CONCACAF Nations League Table

The CONCACAF Nations League 24/25 is played across 4 groups. A is led by Costa Rica on 8 points. Full group tables - points, goal difference and form for every team - are below and available via API.

FINAL·Season 24/25·Updated 26 Jul 2026, 03:32 UTC
A
CONCACAF Nations League league table
#TeamPWDLGFGAGDPts
1Costa Rica422071+68
1El Salvador6501126+615
1Barbados4400174+1312
2Suriname421194+57
2Saint Vincent and the Grenadines6411127+513
2Bahamas41121013-34
3Guatemala421165+17
3Bonaire611448-44
3US Virgin Islands4013414-101
4Martinique412145-15
4Montserrat6105310-73
5Guadeloupe411214-34
6Guyana4013513-81
B
CONCACAF Nations League league table
#TeamPWDLGFGAGDPts
1Jamaica422041+38
1Curaçao6411153+1213
1Belize440090+912
2Honduras421184+47
2Saint Lucia6303715-89
2Anguilla410334-13
3Nicaragua42115507
3Grenada621376+17
3Turks and Caicos Islands4103210-83
4Trinidad and Tobago412157-25
4Saint Martin6204813-56
5Cuba403146-23
6French Guiana401347-31
C
CONCACAF Nations League league table
#TeamPWDLGFGAGDPts
1Haiti6600295+2418
1Saint Kitts and Nevis4310103+710
2Puerto Rico63031112-19
2Cayman Islands421145-17
3Sint Maarten6303718-119
3British Virgin Islands400417-60
4Aruba6006517-120
D
CONCACAF Nations League league table
#TeamPWDLGFGAGDPts
1Dominican Republic6600274+2318
2Bermuda64021513+212
3Dominica6114618-124
4Antigua and Barbuda6015215-131
Get this via API

Get the CONCACAF Nations League table via API

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

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

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

Frequently Asked Questions

How many groups are in the CONCACAF Nations League?

The CONCACAF Nations League 24/25 is contested across 4 groups, each with its own table sorted by points, goal difference and goals scored.

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

Call the standings endpoint with competition_id=comp_193547 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 CONCACAF Nations League data are available?

TheStatsAPI has 4 seasons of CONCACAF Nations League data, going back to 19/20, including historical final tables.

Get CONCACAF Nations League data via API

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