SOUTH AMERICA · FIXTURES

Primera A, Apertura Fixtures

Next Primera A, Apertura fixtures: Independiente Medellín v Llaneros FC (Sunday 30 August), Millonarios v Internacional de Bogotá (Sunday 30 August), Deportes Tolima v Cúcuta Deportivo (Monday 31 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 02:56 UTC
  • Sun 30 Aug, 21:10 UTCIndependiente MedellínvLlaneros FC
  • Sun 30 Aug, 23:15 UTCMillonariosvInternacional de Bogotá
  • Mon 31 Aug, 01:20 UTCDeportes TolimavCúcuta Deportivo
  • Mon 31 Aug, 23:00 UTCDeportivo PastovDeportivo Pereira
  • Tue 01 Sept, 01:05 UTCDeportivo CalivAtlético Bucaramanga
  • Wed 02 Sept, 01:00 UTCFortaleza CEIFvOnce Caldas
  • Thu 03 Sept, 01:25 UTCIndependiente Santa FevMillonarios
  • Fri 04 Sept, 01:00 UTCDeportivo PereiravIndependiente Medellín
  • Sat 05 Sept, 23:00 UTCBoyacá Chicó FCvOnce Caldas
  • Sat 05 Sept, 23:15 UTCAmérica de CalivAlianza Valledupar FC
  • Sun 06 Sept, 01:20 UTCJunior BarranquillavJaguares de Córdoba
  • Sun 06 Sept, 19:00 UTCInternacional de BogotávRionegro Águilas Doradas
  • Sun 06 Sept, 21:05 UTCCúcuta DeportivovDeportivo Pasto
  • Sun 06 Sept, 23:10 UTCDeportivo PereiravMillonarios
  • Mon 07 Sept, 01:15 UTCIndependiente Santa FevFortaleza CEIF
Get this via API

Get Primera A, Apertura fixtures via API

Fetch upcoming Primera A, Apertura matches with competition_id=comp_720692.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_720692&season_id=sn_5722143&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_720692",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-30T21:10:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Independiente Medellín"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Llaneros FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Primera A, Apertura match?

Independiente Medellín play Llaneros FC on Sunday 30 August.

How do I get Primera A, Apertura fixtures via API?

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

Get Primera A, Apertura data via API

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