SOUTH AMERICA · LEAGUE TABLE

Chilean Primera División Table

As of 15 August 2026, Colo Colo lead the Chilean Primera División 2026 with 45 points from 18 matches, 12 points clear of Universidad de Chile. Unión La Calera sit bottom on 13. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 17:25 UTC
Chilean Primera División league table
#TeamPWDLGFGAGDPts
1Colo Colo1815033817+2145
2Universidad de Chile189632312+1133
3Universidad Católica189364026+1430
4Palestino188372626027
5Everton de Viña del Mar187562721+626
6Ñublense176832221+126
7Coquimbo Unido177462421+325
8Deportes Limache177373427+724
9Huachipato187382731-424
11Deportes Concepción187292023-323
11Deportes La Serena195862831-323
12O'Higgins187292228-623
13Audax Italiano185582225-320
14Universidad de Concepción185491330-1719
15Cobresal1852112634-817
16Unión La Calera1834111635-1913
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": 18,
      "wins": 15,
      "draws": 0,
      "losses": 3,
      "goals_for": 38,
      "goals_against": 17,
      "goal_difference": 21,
      "points": 45
    }
  ]
}

Frequently Asked Questions

Who is top of the Chilean Primera División?

Colo Colo are top of the Chilean Primera División 2026 with 45 points from 18 matches, 12 points clear of Universidad de Chile.

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.