EUROPE · LEAGUE TABLE

LaLiga 2 Table

LaLiga 2 25/26 final table: Racing de Santander finished top with 82 points from 42 matches, 5 points ahead of Deportivo La Coruña. Real Zaragoza sit bottom on 36. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:33 UTC
LaLiga 2 league table
#TeamPWDLGFGAGDPts
1Racing de Santander42257109061+2982
2Deportivo La Coruña42221196544+2177
3Almería42228128163+1874
4Málaga422110117552+2373
5Las Palmas42201395740+1773
6CD Castellón422012107051+1972
7Burgos Club de Fútbol422012104833+1572
8Eibar421910135240+1267
9Córdoba421710155761-461
10Sporting Gijón42187176054+661
11AD Ceuta421710155163-1261
12Albacete Balompié421611155655+159
13FC Andorra421610166254+858
14Granada421212185056-648
15Real Sociedad B421211195261-947
16Leganés421113184351-846
17Real Valladolid421210204457-1346
18Cádiz421110214161-2043
19Mirandés421010224769-2240
20Huesca42911224163-2238
21Cultural Leonesa42910233968-2937
22Real Zaragoza42812223559-2436
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_0976/seasons/sn_8437950/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Racing de Santander"
      },
      "position": 1,
      "matches_played": 42,
      "wins": 25,
      "draws": 7,
      "losses": 10,
      "goals_for": 90,
      "goals_against": 61,
      "goal_difference": 29,
      "points": 82
    }
  ]
}

Frequently Asked Questions

Who is top of the LaLiga 2?

Racing de Santander finished top of the LaLiga 2 25/26 with 82 points, 5 ahead of Deportivo La Coruña.

How many teams are in the LaLiga 2?

22 teams compete in the LaLiga 2 25/26.

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 6 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.