SOUTH AMERICA · LEAGUE TABLE

División Profesional Table

As of 26 July 2026, Club Always Ready lead the División Profesional 2026 with 26 points from 11 matches, 4 points clear of The Strongest. GV San José sit bottom on 7. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:32 UTC
División Profesional league table
#TeamPWDLGFGAGDPts
1Club Always Ready11821276+2126
2The Strongest10640158+722
3Club Aurora115511913+620
4Bolívar105322410+1418
5Real Potosí10442168+816
6Blooming104421611+516
7Oriente Petrolero114251516-114
8CDT Real Oruro114252227-514
9Guabirá114251825-714
10Nacional Potosí103341314-112
11Independiente Petrolero113351519-412
12Academia del Balompié Boliviano114071926-712
13FC Universitario de Vinto103161520-510
14San Antonio Bulo-Bulo113171323-1010
15CD Real Tomayapo10226721-148
16GV San José101451017-77
Get this via API

Get the División Profesional table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_623699/seasons/sn_7251716/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Club Always Ready"
      },
      "position": 1,
      "matches_played": 11,
      "wins": 8,
      "draws": 2,
      "losses": 1,
      "goals_for": 27,
      "goals_against": 6,
      "goal_difference": 21,
      "points": 26
    }
  ]
}

Frequently Asked Questions

Who is top of the División Profesional?

Club Always Ready are top of the División Profesional 2026 with 26 points from 11 matches, 4 points clear of The Strongest.

How many teams are in the División Profesional?

16 teams compete in the División Profesional 2026.

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

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

TheStatsAPI has 5 seasons of División Profesional data, going back to 2021, including historical final tables.

Get División Profesional data via API

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