SOUTH AMERICA · LEAGUE TABLE

Primera División, Apertura Table

Primera División, Apertura 2026 final table: Olimpia finished top with 49 points from 22 matches, 10 points ahead of Nacional Asunción. Sportivo San Lorenzo sit bottom on 15. Full table with goal difference and form below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:34 UTC
Primera División, Apertura league table
#TeamPWDLGFGAGDPts
1Olimpia2215433717+2049
2Nacional Asunción2210933122+939
3Cerro Porteño2211563022+838
4Sportivo Ameliano228952721+633
5Sportivo Trinidense228863024+632
6Libertad229493426+831
7Guaraní227872723+429
8Recoleta FC2284103532+328
9Rubio Ñu2265111526-1123
10CS 2 de Mayo2257101835-1722
11Sportivo Luqueño2255122433-920
12Sportivo San Lorenzo2236131441-2715
Get this via API

Get the Primera División, Apertura table via API

Fetch the live Primera División, Apertura standings with competition_id=comp_137809. The same shape works for every competition and season.

GET /football/competitions/comp_137809/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_137809/seasons/sn_8453624/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Olimpia"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 15,
      "draws": 4,
      "losses": 3,
      "goals_for": 37,
      "goals_against": 17,
      "goal_difference": 20,
      "points": 49
    }
  ]
}

Frequently Asked Questions

Who is top of the Primera División, Apertura?

Olimpia finished top of the Primera División, Apertura 2026 with 49 points, 10 ahead of Nacional Asunción.

How many teams are in the Primera División, Apertura?

12 teams compete in the Primera División, Apertura 2026.

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

Call the standings endpoint with competition_id=comp_137809 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Primera División, Apertura data are available?

TheStatsAPI has 7 seasons of Primera División, Apertura data, going back to 2020, including historical final tables.

Get Primera División, Apertura data via API

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