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 FC12Deportes Tolima
  • Sun 06 Sept, 23:10 UTCDeportivo Pereira11Millonarios
  • Sun 06 Sept, 21:00 UTCInternacional de Bogotá22Rionegro Águilas Doradas
  • Sun 06 Sept, 01:30 UTCJunior Barranquilla33Jaguares de Córdoba
  • Sat 05 Sept, 23:25 UTCIndependiente Santa Fe22Fortaleza CEIF
  • Sat 05 Sept, 23:10 UTCCúcuta Deportivo22Deportivo Pasto
  • Sat 05 Sept, 21:00 UTCBoyacá Chicó FC20Once Caldas
  • Fri 04 Sept, 01:00 UTCDeportivo Pereira03Independiente Medellín
  • Thu 03 Sept, 21:00 UTCAmérica de Cali30Alianza Valledupar FC
  • Thu 03 Sept, 01:25 UTCIndependiente Santa Fe32Millonarios
  • Wed 02 Sept, 01:00 UTCFortaleza CEIF12Once Caldas
  • Tue 01 Sept, 01:05 UTCDeportes Tolima21Cúcuta Deportivo
  • Mon 31 Aug, 23:00 UTCDeportivo Pasto12Deportivo Pereira
  • Mon 31 Aug, 01:20 UTCDeportivo Cali11Atlético Bucaramanga
  • Sun 30 Aug, 23:15 UTCMillonarios00Internacional 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.