Primera A, Apertura Fixtures
Next Primera A, Apertura fixtures: Boyacá Chicó FC v Independiente Medellín (Saturday 12 September), Alianza Valledupar FC v Junior Barranquilla (Sunday 13 September), Deportivo Pereira v Atlético Bucaramanga (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Sat 12 Sept, 23:10 UTCBoyacá Chicó FCvIndependiente Medellín
- Sun 13 Sept, 01:20 UTCAlianza Valledupar FCvJunior Barranquilla
- Sun 13 Sept, 19:00 UTCDeportivo PereiravAtlético Bucaramanga
- Sun 13 Sept, 21:05 UTCAtlético NacionalvRionegro Águilas Doradas
- Sun 13 Sept, 23:10 UTCOnce CaldasvDeportivo Cali
- Mon 14 Sept, 01:15 UTCCúcuta DeportivovMillonarios
- Tue 15 Sept, 01:00 UTCAmérica de CalivDeportivo Pasto
- Tue 15 Sept, 20:00 UTCDeportivo PereiravIndependiente Santa Fe
- Wed 16 Sept, 00:30 UTCBoyacá Chicó FCvAlianza Valledupar FC
- Fri 18 Sept, 21:00 UTCRionegro Águilas DoradasvDeportivo Pereira
- Sat 19 Sept, 01:10 UTCIndependiente MedellínvJaguares de Córdoba
- Sat 19 Sept, 19:00 UTCDeportivo PastovOnce Caldas
- Sat 19 Sept, 21:05 UTCAlianza Valledupar FCvIndependiente Santa Fe
- Sat 19 Sept, 23:10 UTCDeportivo CalivCúcuta Deportivo
- Sun 20 Sept, 01:15 UTCMillonariosvBoyacá Chicó FC
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
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_720692&season_id=sn_5722143&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_720692",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-12T23:10:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Boyacá Chicó FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Independiente Medellín"
}
}
]
}Frequently Asked Questions
When is the next Primera A, Apertura match?
Boyacá Chicó FC play Independiente Medellín on Saturday 12 September.
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.