Liga Portugal 2 Table
As of 13 August 2026, Académica Coimbra lead the Liga Portugal 2 26/27 with 3 points from 1 matches, level on points with Lusitânia Lourosa. Chaves sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Académica Coimbra | 1 | 1 | 0 | 0 | 4 | 1 | +3 | 3 |
| 2 | Lusitânia Lourosa | 1 | 1 | 0 | 0 | 2 | 0 | +2 | 3 |
| 3 | Tondela | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 4 | SC Farense | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 5 | Portimonense | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 6 | Vizela | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 7 | Sporting CP B | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 8 | Benfica B U21 | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 9 | Feirense | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 10 | Felgueiras | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 11 | Torreense | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 12 | Amarante FC | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 13 | Leixões SC | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 14 | AVS - Futebol SAD | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 15 | União Leiria | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 16 | Penafiel | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 17 | FC Porto B | 1 | 0 | 0 | 1 | 0 | 2 | -2 | 0 |
| 18 | Chaves | 1 | 0 | 0 | 1 | 1 | 4 | -3 | 0 |
Get the Liga Portugal 2 table via API
Fetch the live Liga Portugal 2 standings with competition_id=comp_7475. The same shape works for every competition and season.
GET /football/competitions/comp_7475/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_7475/seasons/sn_1368754/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Académica Coimbra"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 4,
"goals_against": 1,
"goal_difference": 3,
"points": 3
}
]
}Liga Portugal 2 resources
Frequently Asked Questions
Who is top of the Liga Portugal 2?
Académica Coimbra are top of the Liga Portugal 2 26/27 with 3 points from 1 matches.
How many teams are in the Liga Portugal 2?
18 teams compete in the Liga Portugal 2 26/27.
How do I get the Liga Portugal 2 table via API?
Call the standings endpoint with competition_id=comp_7475 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 Liga Portugal 2 data are available?
TheStatsAPI has 7 seasons of Liga Portugal 2 data, going back to 20/21, including historical final tables.
Get Liga Portugal 2 data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.