SOUTH AMERICA · RESULTS
Primera A, Apertura Results
Latest Primera A, Apertura results: Llaneros FC 1-2 Deportes Tolima, Deportivo Pereira 1-1 Millonarios, Internacional de Bogotá 2-2 Rionegro Águilas Doradas. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 00:42 UTC
- Mon 07 Sept, 23:00 UTCLlaneros FC1–2Deportes Tolima
- Sun 06 Sept, 23:10 UTCDeportivo Pereira1–1Millonarios
- Sun 06 Sept, 21:00 UTCInternacional de Bogotá2–2Rionegro Águilas Doradas
- Sun 06 Sept, 01:30 UTCJunior Barranquilla3–3Jaguares de Córdoba
- Sat 05 Sept, 23:25 UTCIndependiente Santa Fe2–2Fortaleza CEIF
- Sat 05 Sept, 23:10 UTCCúcuta Deportivo2–2Deportivo Pasto
- Sat 05 Sept, 21:00 UTCBoyacá Chicó FC2–0Once Caldas
- Fri 04 Sept, 01:00 UTCDeportivo Pereira0–3Independiente Medellín
- Thu 03 Sept, 21:00 UTCAmérica de Cali3–0Alianza Valledupar FC
- Thu 03 Sept, 01:25 UTCIndependiente Santa Fe3–2Millonarios
- Wed 02 Sept, 01:00 UTCFortaleza CEIF1–2Once Caldas
- Tue 01 Sept, 01:05 UTCDeportes Tolima2–1Cúcuta Deportivo
- Mon 31 Aug, 23:00 UTCDeportivo Pasto1–2Deportivo Pereira
- Mon 31 Aug, 01:20 UTCDeportivo Cali1–1Atlético Bucaramanga
- Sun 30 Aug, 23:15 UTCMillonarios0–0Internacional de Bogotá
Get this via API
Get Primera A, Apertura results via API
Fetch the latest final Primera A, Apertura scores with competition_id=comp_720692.
GET /football/matches?competition_id=comp_720692&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_720692&season_id=sn_5722143&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_720692",
"matchday": 5,
"status": "finished",
"utc_date": "2026-09-07T23:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Llaneros FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Deportes Tolima"
},
"score": {
"home": 1,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Primera A, Apertura result?
Llaneros FC 1-2 Deportes Tolima on Monday 7 September.
How do I get Primera A, Apertura results via API?
Call the matches endpoint with competition_id=comp_720692 and status=finished. 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.