EUROPE · RESULTS

LaLiga 2 Results

Latest LaLiga 2 results: Almería 1-2 Málaga, Málaga 0-0 Almería, Málaga 1-1 Las Palmas. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:39 UTC
  • Sat 20 Jun, 19:30 UTCAlmería12Málaga
  • Sun 14 Jun, 19:00 UTCMálaga00Almería
  • Wed 10 Jun, 19:00 UTCMálaga11Las Palmas
  • Tue 09 Jun, 19:00 UTCAlmería32CD Castellón
  • Sun 07 Jun, 19:00 UTCLas Palmas01Málaga
  • Sat 06 Jun, 19:00 UTCCD Castellón11Almería
  • Sun 31 May, 19:00 UTCLeganés10Mirandés
  • Sun 31 May, 19:00 UTCCórdoba11Huesca
  • Sun 31 May, 16:30 UTCRacing de Santander41Cádiz
  • Sun 31 May, 16:30 UTCAlmería10Real Valladolid
  • Sun 31 May, 16:30 UTCDeportivo La Coruña12Las Palmas
  • Sun 31 May, 16:30 UTCReal Zaragoza02Málaga
  • Sun 31 May, 16:30 UTCBurgos Club de Fútbol10FC Andorra
  • Sun 31 May, 16:30 UTCCD Castellón21Eibar
  • Sat 30 May, 19:00 UTCGranada12Sporting Gijó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_8437950&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0976",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-06-20T19:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Almería"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Málaga"
      },
      "score": {
        "home": 1,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LaLiga 2 result?

Almería 1-2 Málaga on Saturday 20 June.

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.