SOUTH AMERICA · RESULTS

Primera División, Apertura Results

Latest Primera División, Apertura results: Cerro Porteño 2-0 Rubio Ñu, Nacional Asunción 2-1 Libertad, Sportivo Ameliano 1-2 Sportivo Trinidense. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:40 UTC
  • Sun 24 May, 20:00 UTCCerro Porteño20Rubio Ñu
  • Sun 24 May, 20:00 UTCNacional Asunción21Libertad
  • Sun 24 May, 20:00 UTCSportivo Ameliano12Sportivo Trinidense
  • Sat 23 May, 21:15 UTCRecoleta FC21Guaraní
  • Sat 23 May, 19:00 UTCSportivo Luqueño12Olimpia
  • Sun 17 May, 20:00 UTCSportivo San Lorenzo00Sportivo Luqueño
  • Sat 16 May, 20:15 UTCGuaraní10Sportivo Ameliano
  • Fri 15 May, 20:00 UTCSportivo Trinidense31Cerro Porteño
  • Fri 15 May, 20:00 UTCRubio Ñu11Nacional Asunción
  • Fri 15 May, 12:30 UTCOlimpia32Recoleta FC
  • Thu 14 May, 20:00 UTCLibertad00CS 2 de Mayo
  • Mon 11 May, 23:00 UTCCerro Porteño00Guaraní
  • Mon 11 May, 20:45 UTCSportivo Ameliano32Recoleta FC
  • Sun 10 May, 23:00 UTCSportivo Luqueño23Libertad
  • Sun 10 May, 20:45 UTCSportivo San Lorenzo10Olimpia
Get this via API

Get Primera División, Apertura results via API

Fetch the latest final Primera División, Apertura scores with competition_id=comp_137809.

GET /football/matches?competition_id=comp_137809&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_137809&season_id=sn_8453624&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_137809",
      "matchday": 22,
      "status": "finished",
      "utc_date": "2026-05-24T20:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cerro Porteño"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Rubio Ñu"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Primera División, Apertura result?

Cerro Porteño 2-0 Rubio Ñu on Sunday 24 May.

How do I get Primera División, Apertura results via API?

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

Get Primera División, Apertura data via API

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