SOUTH AMERICA · LEAGUE TABLE

LigaPro Serie A Table

As of 26 July 2026, Independiente del Valle lead the LigaPro Serie A 2026 with 52 points from 21 matches, 17 points clear of Universidad Católica del Ecuador. Manta FC sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:33 UTC
LigaPro Serie A league table
#TeamPWDLGFGAGDPts
1Independiente del Valle2117135220+3252
2Universidad Católica del Ecuador2110563319+1435
3Aucas2110562321+235
4Barcelona SC219752316+734
5Macará219572421+332
6LDU218582017+329
7Leones del Norte217772221+128
8Emelec217771824-628
9Deportivo Cuenca218491926-728
10Guayaquil City217681923-427
11Orense SC217592529-426
12Técnico Universitario2282122024-426
13Mushuc Runa216782731-425
14Libertad216691926-724
15Delfín2165101320-723
16Manta FC223514827-1914
Get this via API

Get the LigaPro Serie A table via API

Fetch the live LigaPro Serie A standings with competition_id=comp_1917. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1917/seasons/sn_0849775/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Independiente del Valle"
      },
      "position": 1,
      "matches_played": 21,
      "wins": 17,
      "draws": 1,
      "losses": 3,
      "goals_for": 52,
      "goals_against": 20,
      "goal_difference": 32,
      "points": 52
    }
  ]
}

Frequently Asked Questions

Who is top of the LigaPro Serie A?

Independiente del Valle are top of the LigaPro Serie A 2026 with 52 points from 21 matches, 17 points clear of Universidad Católica del Ecuador.

How many teams are in the LigaPro Serie A?

16 teams compete in the LigaPro Serie A 2026.

How do I get the LigaPro Serie A table via API?

Call the standings endpoint with competition_id=comp_1917 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 LigaPro Serie A data are available?

TheStatsAPI has 7 seasons of LigaPro Serie A data, going back to 2020, including historical final tables.

Get LigaPro Serie A data via API

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