SOUTH AMERICA · FIXTURES

División Profesional Fixtures

Next División Profesional fixtures: Blooming v The Strongest (Sunday 26 July), Bolívar v Real Potosí (Sunday 26 July), Nacional Potosí v CD Real Tomayapo (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:37 UTC
  • Sun 26 Jul, 19:00 UTCBloomingvThe Strongest
  • Sun 26 Jul, 21:15 UTCBolívarvReal Potosí
  • Sun 26 Jul, 23:30 UTCNacional PotosívCD Real Tomayapo
  • Mon 27 Jul, 19:00 UTCGV San JosévFC Universitario de Vinto
  • Fri 31 Jul, 19:00 UTCFC Universitario de VintovGuabirá
  • Fri 31 Jul, 23:00 UTCCD Real TomayapovAcademia del Balompié Boliviano
  • Sat 01 Aug, 19:00 UTCCDT Real OrurovIndependiente Petrolero
  • Sat 01 Aug, 21:15 UTCSan Antonio Bulo-BulovBlooming
  • Sat 01 Aug, 23:30 UTCThe StrongestvClub Aurora
  • Sun 02 Aug, 19:00 UTCReal PotosívGV San José
  • Sun 02 Aug, 21:15 UTCClub Always ReadyvBolívar
  • Sun 02 Aug, 23:30 UTCOriente PetrolerovNacional Potosí
  • Tue 04 Aug, 19:00 UTCAcademia del Balompié BolivianovCDT Real Oruro
  • Tue 04 Aug, 22:00 UTCIndependiente PetrolerovClub Aurora
  • Wed 05 Aug, 00:00 UTCGuabirávCD Real Tomayapo
Get this via API

Get División Profesional fixtures via API

Fetch upcoming División Profesional matches with competition_id=comp_623699.

GET /football/matches?competition_id=comp_623699&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_623699&season_id=sn_7251716&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_623699",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Blooming"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "The Strongest"
      }
    }
  ]
}

Frequently Asked Questions

When is the next División Profesional match?

Blooming play The Strongest on Sunday 26 July.

How do I get División Profesional fixtures via API?

Call the matches endpoint with competition_id=comp_623699 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get División Profesional data via API

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