EUROPE · RESULTS

LaLiga 2 Results

Latest LaLiga 2 results: CE Sabadell 3-2 Córdoba, Almería 3-2 Cádiz, CD Castellón 2-0 Albacete Balompié. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 00:32 UTC
  • Mon 07 Sept, 18:30 UTCCE Sabadell32Córdoba
  • Sun 06 Sept, 19:00 UTCAlmería32Cádiz
  • Sun 06 Sept, 16:30 UTCCD Castellón20Albacete Balompié
  • Sun 06 Sept, 14:15 UTCReal Oviedo00Burgos Club de Fútbol
  • Sun 06 Sept, 12:00 UTCEibar30Granada
  • Sat 05 Sept, 19:00 UTCCD Eldense00Mallorca
  • Sat 05 Sept, 16:30 UTCReal Valladolid10FC Andorra
  • Sat 05 Sept, 16:30 UTCAD Ceuta02Celta Vigo B
  • Sat 05 Sept, 14:15 UTCSporting Gijón02Girona FC
  • Sat 05 Sept, 12:00 UTCReal Sociedad B11CD Tenerife
  • Fri 04 Sept, 18:30 UTCLas Palmas00Leganés
  • Mon 31 Aug, 19:30 UTCCelta Vigo B12CD Castellón
  • Mon 31 Aug, 17:00 UTCBurgos Club de Fútbol22Real Sociedad B
  • Sun 30 Aug, 19:30 UTCCórdoba13Granada
  • Sun 30 Aug, 17:00 UTCMallorca30AD Ceuta
Get this via API

Get LaLiga 2 results via API

Fetch the latest final LaLiga 2 scores with competition_id=comp_0976.

GET /football/matches?competition_id=comp_0976&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0976&season_id=sn_1368511&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0976",
      "matchday": 4,
      "status": "finished",
      "utc_date": "2026-09-07T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "CE Sabadell"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Córdoba"
      },
      "score": {
        "home": 3,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LaLiga 2 result?

CE Sabadell 3-2 Córdoba on Monday 7 September.

How do I get LaLiga 2 results via API?

Call the matches endpoint with competition_id=comp_0976 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get LaLiga 2 data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.