SOUTH AMERICA · LEAGUE TABLE

CONMEBOL Sudamericana Table

The CONMEBOL Sudamericana 2026 is played across 8 groups. A is led by Macará on 10 points. Full group tables - points, goal difference and form for every team - are below and available via API.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:32 UTC
A
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1Macará624063+310
2Tigre623185+39
3América de Cali623165+19
4Alianza Atlético de Sullana602429-72
B
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1Atlético Mineiro631286+210
2Cienciano622257-28
3Juventud de Las Piedras6141107+37
4Academia Puerto Cabello621369-37
C
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1São Paulo633061+512
2O'Higgins631286+210
3Millonarios62227708
4Boston River6105512-73
D
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1Recoleta FC615065+18
2Santos614186+27
3San Lorenzo614165+17
4Deportivo Cuenca613237-46
E
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1Botafogo6510155+1016
2Caracas F.C.62319909
3Racing Club6222119+28
4Independiente Petrolero6006315-120
F
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1Montevideo City Torque6411115+613
2Grêmio632183+511
3Deportivo Riestra6123410-65
4Palestino603316-53
G
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1Olimpia6411106+413
2Vasco da Gama6312106+410
3Audax Italiano621379-27
4Barracas Central603328-63
H
CONMEBOL Sudamericana league table
#TeamPWDLGFGAGDPts
1River Plate642093+614
2Red Bull Bragantino6312125+710
3Carabobo630365+19
4Blooming6015317-141
Get this via API

Get the CONMEBOL Sudamericana table via API

Fetch the live CONMEBOL Sudamericana standings with competition_id=comp_1615. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1615/seasons/sn_1305569/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Macará"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 2,
      "draws": 4,
      "losses": 0,
      "goals_for": 6,
      "goals_against": 3,
      "goal_difference": 3,
      "points": 10
    }
  ]
}

Frequently Asked Questions

How many groups are in the CONMEBOL Sudamericana?

The CONMEBOL Sudamericana 2026 is contested across 8 groups, each with its own table sorted by points, goal difference and goals scored.

How do I get the CONMEBOL Sudamericana table via API?

Call the standings endpoint with competition_id=comp_1615 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 CONMEBOL Sudamericana data are available?

TheStatsAPI has 7 seasons of CONMEBOL Sudamericana data, going back to 2020, including historical final tables.

Get CONMEBOL Sudamericana data via API

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