LaLiga 2 Table
As of 8 September 2026, CD Castellón lead the LaLiga 2 26/27 with 10 points from 4 matches, 1 point clear of Eibar. AD Ceuta sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CD Castellón | 4 | 3 | 1 | 0 | 5 | 1 | +4 | 10 |
| 2 | Eibar | 4 | 3 | 0 | 1 | 6 | 3 | +3 | 9 |
| 3 | CE Sabadell | 4 | 2 | 2 | 0 | 4 | 2 | +2 | 8 |
| 4 | Leganés | 4 | 2 | 2 | 0 | 3 | 1 | +2 | 8 |
| 5 | Girona FC | 4 | 2 | 1 | 1 | 9 | 5 | +4 | 7 |
| 6 | Celta Vigo B | 4 | 2 | 1 | 1 | 7 | 4 | +3 | 7 |
| 7 | Mallorca | 4 | 2 | 1 | 1 | 5 | 2 | +3 | 7 |
| 8 | CD Tenerife | 4 | 2 | 1 | 1 | 5 | 3 | +2 | 7 |
| 9 | Granada | 4 | 2 | 1 | 1 | 5 | 4 | +1 | 7 |
| 10 | Las Palmas | 4 | 2 | 1 | 1 | 6 | 6 | 0 | 7 |
| 11 | Sporting Gijón | 4 | 2 | 1 | 1 | 2 | 2 | 0 | 7 |
| 12 | Almería | 4 | 2 | 0 | 2 | 6 | 4 | +2 | 6 |
| 13 | Burgos Club de Fútbol | 4 | 1 | 2 | 1 | 5 | 5 | 0 | 5 |
| 14 | Real Sociedad B | 4 | 1 | 2 | 1 | 5 | 5 | 0 | 5 |
| 15 | Real Oviedo | 4 | 1 | 2 | 1 | 1 | 1 | 0 | 5 |
| 16 | Real Valladolid | 4 | 1 | 1 | 2 | 2 | 4 | -2 | 4 |
| 17 | FC Andorra | 4 | 1 | 0 | 3 | 7 | 7 | 0 | 3 |
| 18 | Cádiz | 4 | 0 | 3 | 1 | 5 | 6 | -1 | 3 |
| 19 | Córdoba | 4 | 1 | 0 | 3 | 7 | 10 | -3 | 3 |
| 20 | CD Eldense | 4 | 0 | 2 | 2 | 2 | 6 | -4 | 2 |
| 21 | Albacete Balompié | 4 | 0 | 0 | 4 | 2 | 7 | -5 | 0 |
| 22 | AD Ceuta | 4 | 0 | 0 | 4 | 1 | 12 | -11 | 0 |
Get the LaLiga 2 table via API
Fetch the live LaLiga 2 standings with competition_id=comp_0976. The same shape works for every competition and season.
GET /football/competitions/comp_0976/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_0976/seasons/sn_1368511/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "CD Castellón"
},
"position": 1,
"matches_played": 4,
"wins": 3,
"draws": 1,
"losses": 0,
"goals_for": 5,
"goals_against": 1,
"goal_difference": 4,
"points": 10
}
]
}Frequently Asked Questions
Who is top of the LaLiga 2?
CD Castellón are top of the LaLiga 2 26/27 with 10 points from 4 matches, 1 point clear of Eibar.
How many teams are in the LaLiga 2?
22 teams compete in the LaLiga 2 26/27.
How do I get the LaLiga 2 table via API?
Call the standings endpoint with competition_id=comp_0976 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 LaLiga 2 data are available?
TheStatsAPI has 7 seasons of LaLiga 2 data, going back to 20/21, including historical final tables.
Get LaLiga 2 data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.