SOUTH AMERICA · LEAGUE TABLE

Chilean Primera División Table

As of 26 July 2026, Colo Colo lead the Chilean Primera División 2026 with 39 points from 16 matches, 12 points clear of Universidad Católica. Unión La Calera sit bottom on 12. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:32 UTC
Chilean Primera División league table
#TeamPWDLGFGAGDPts
1Colo Colo1613033213+1939
2Universidad Católica168353823+1527
3Universidad de Chile156631710+724
4Coquimbo Unido157352218+424
5Palestino157352321+224
6Huachipato167362625+124
7Everton de Viña del Mar156451915+422
8Ñublense155731819-122
9Deportes Limache166373126+521
10O'Higgins156271922-320
11Deportes La Serena164752428-419
12Universidad de Concepción155461326-1319
13Audax Italiano154471821-316
14Deportes Concepción154291423-914
15Cobresal1642102232-1014
16Unión La Calera153391428-1412
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": 16,
      "wins": 13,
      "draws": 0,
      "losses": 3,
      "goals_for": 32,
      "goals_against": 13,
      "goal_difference": 19,
      "points": 39
    }
  ]
}

Frequently Asked Questions

Who is top of the Chilean Primera División?

Colo Colo are top of the Chilean Primera División 2026 with 39 points from 16 matches, 12 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.