SOUTH AMERICA · LEAGUE TABLE

Chilean Primera División Table

As of 9 September 2026, Colo Colo lead the Chilean Primera División 2026 with 53 points from 22 matches, 14 points clear of Universidad Católica. Unión La Calera sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:36 UTC
Chilean Primera División league table
#TeamPWDLGFGAGDPts
1Colo Colo2217234721+2653
2Universidad Católica2212374731+1639
3Universidad de Chile2211653219+1339
4Palestino2211383430+436
5Everton de Viña del Mar229673424+1033
6Deportes Limache2210394334+933
7Ñublense228862728-132
8Deportes La Serena227963435-130
9Deportes Concepción2293102425-130
10Coquimbo Unido218582928+129
11O'Higgins2283112835-727
12Audax Italiano226792531-625
13Huachipato2174102939-1025
14Universidad de Concepción2264121737-2022
15Cobresal2263133142-1121
16Unión La Calera2235141840-2214
Get this via API

Get the Chilean Primera División table via API

Fetch the live Chilean Primera División standings with competition_id=comp_573599. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_573599/seasons/sn_5722124/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Colo Colo"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 17,
      "draws": 2,
      "losses": 3,
      "goals_for": 47,
      "goals_against": 21,
      "goal_difference": 26,
      "points": 53
    }
  ]
}

Frequently Asked Questions

Who is top of the Chilean Primera División?

Colo Colo are top of the Chilean Primera División 2026 with 53 points from 22 matches, 14 points clear of Universidad Católica.

How many teams are in the Chilean Primera División?

16 teams compete in the Chilean Primera División 2026.

How do I get the Chilean Primera División table via API?

Call the standings endpoint with competition_id=comp_573599 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 Chilean Primera División data are available?

TheStatsAPI has 7 seasons of Chilean Primera División data, going back to 2020, including historical final tables.

Get Chilean Primera División data via API

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