EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 23:53 UTC
LaLiga 2 league table
#TeamPWDLGFGAGDPts
1CD Castellón431051+410
2Eibar430163+39
3CE Sabadell422042+28
4Leganés422031+28
5Girona FC421195+47
6Celta Vigo B421174+37
7Mallorca421152+37
8CD Tenerife421153+27
9Granada421154+17
10Las Palmas42116607
11Sporting Gijón42112207
12Almería420264+26
13Burgos Club de Fútbol41215505
14Real Sociedad B41215505
15Real Oviedo41211105
16Real Valladolid411224-24
17FC Andorra41037703
18Cádiz403156-13
19Córdoba4103710-33
20CD Eldense402226-42
21Albacete Balompié400427-50
22AD Ceuta4004112-110
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_1368511/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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.