SOUTH AMERICA · LEAGUE TABLE

División Profesional Table

As of 15 August 2026, Club Always Ready lead the División Profesional 2026 with 33 points from 14 matches, 3 points clear of Bolívar. FC Universitario de Vinto sit bottom on 11. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 15:34 UTC
División Profesional league table
#TeamPWDLGFGAGDPts
1Club Always Ready141031318+2333
2Bolívar159333616+2030
3The Strongest147612114+727
4Real Potosí146532110+1123
5Club Aurora145722319+422
6Guabirá146352326-321
7Oriente Petrolero146262218+420
8Independiente Petrolero145452121019
9Blooming144641716+118
10CDT Real Oruro145272535-1017
11San Antonio Bulo-Bulo155281828-1017
12Academia del Balompié Boliviano145182429-516
13Nacional Potosí144372021-115
14GV San José142661421-712
15CD Real Tomayapo153391131-2012
16FC Universitario de Vinto1532101731-1411
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": 14,
      "wins": 10,
      "draws": 3,
      "losses": 1,
      "goals_for": 31,
      "goals_against": 8,
      "goal_difference": 23,
      "points": 33
    }
  ]
}

Frequently Asked Questions

Who is top of the División Profesional?

Club Always Ready are top of the División Profesional 2026 with 33 points from 14 matches, 3 points clear of Bolívar.

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.