SOUTH AMERICA · LEAGUE TABLE

LigaPro Serie A Table

As of 14 August 2026, Independiente del Valle lead the LigaPro Serie A 2026 with 61 points from 24 matches, 20 points clear of Macará. Manta FC sit bottom on 17. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 14 Aug 2026, 02:02 UTC
LigaPro Serie A league table
#TeamPWDLGFGAGDPts
1Independiente del Valle2420135822+3661
2Macará2412573224+841
3Aucas2412572925+441
4Universidad Católica del Ecuador2411673921+1839
5Barcelona SC249872520+535
6LDU2410592320+335
7Libertad249692627-133
8Leones del Norte248882425-132
9Mushuc Runa248793234-231
10Deportivo Cuenca2494112230-831
11Guayaquil City247892025-529
12Emelec247891928-929
13Orense SC2476112836-827
14Técnico Universitario2482142032-1226
15Delfín2466121524-924
16Manta FC2445151130-1917
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": 24,
      "wins": 20,
      "draws": 1,
      "losses": 3,
      "goals_for": 58,
      "goals_against": 22,
      "goal_difference": 36,
      "points": 61
    }
  ]
}

Frequently Asked Questions

Who is top of the LigaPro Serie A?

Independiente del Valle are top of the LigaPro Serie A 2026 with 61 points from 24 matches, 20 points clear of Macará.

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.