SOUTH AMERICA · LEAGUE TABLE

LigaPro Serie A Table

As of 9 September 2026, Independiente del Valle lead the LigaPro Serie A 2026 with 71 points from 29 matches, 22 points clear of Aucas. Manta FC sit bottom on 20. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 01:17 UTC
LigaPro Serie A league table
#TeamPWDLGFGAGDPts
1Independiente del Valle2923247031+3971
2Aucas2914783328+549
3Universidad Católica del Ecuador2913974926+2348
4Macará2914694033+748
5LDU29136103023+745
6Barcelona SC29111083124+743
7Libertad29118103131041
8Leones del Norte29109103131039
9Emelec29109102533-839
10Mushuc Runa2991193435-138
11Guayaquil City2999113035-536
12Deportivo Cuenca29105142436-1235
13Orense SC2996143545-1033
14Técnico Universitario2992182742-1529
15Delfín2976161830-1227
16Manta FC2955191742-2520
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": 29,
      "wins": 23,
      "draws": 2,
      "losses": 4,
      "goals_for": 70,
      "goals_against": 31,
      "goal_difference": 39,
      "points": 71
    }
  ]
}

Frequently Asked Questions

Who is top of the LigaPro Serie A?

Independiente del Valle are top of the LigaPro Serie A 2026 with 71 points from 29 matches, 22 points clear of Aucas.

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.