EUROPE · RESULTS

LaLiga 2 Results

Latest LaLiga 2 results: Las Palmas 2-1 Albacete Balompié, Girona FC 1-1 Leganés, Burgos Club de Fútbol 3-2 Córdoba. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Sun 16 Aug, 19:30 UTCLas Palmas21Albacete Balompié
  • Sun 16 Aug, 17:00 UTCGirona FC11Leganés
  • Sun 16 Aug, 17:00 UTCBurgos Club de Fútbol32Córdoba
  • Sun 16 Aug, 15:00 UTCEibar13CD Tenerife
  • Sat 15 Aug, 19:30 UTCMallorca20Real Valladolid
  • Sat 15 Aug, 17:00 UTCReal Oviedo00Granada
  • Sat 15 Aug, 17:00 UTCCádiz00Celta Vigo B
  • Sat 15 Aug, 15:00 UTCFC Andorra51AD Ceuta
  • Fri 14 Aug, 18:30 UTCReal Sociedad B01CD Castellón
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": 1,
      "status": "finished",
      "utc_date": "2026-08-16T19:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Las Palmas"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Albacete Balompié"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LaLiga 2 result?

Las Palmas 2-1 Albacete Balompié on Sunday 16 August.

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.