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ía1–2Málaga
- Sun 14 Jun, 19:00 UTCMálaga0–0Almería
- Wed 10 Jun, 19:00 UTCMálaga1–1Las Palmas
- Tue 09 Jun, 19:00 UTCAlmería3–2CD Castellón
- Sun 07 Jun, 19:00 UTCLas Palmas0–1Málaga
- Sat 06 Jun, 19:00 UTCCD Castellón1–1Almería
- Sun 31 May, 19:00 UTCLeganés1–0Mirandés
- Sun 31 May, 19:00 UTCCórdoba1–1Huesca
- Sun 31 May, 16:30 UTCRacing de Santander4–1Cádiz
- Sun 31 May, 16:30 UTCAlmería1–0Real Valladolid
- Sun 31 May, 16:30 UTCDeportivo La Coruña1–2Las Palmas
- Sun 31 May, 16:30 UTCReal Zaragoza0–2Málaga
- Sun 31 May, 16:30 UTCBurgos Club de Fútbol1–0FC Andorra
- Sun 31 May, 16:30 UTCCD Castellón2–1Eibar
- Sat 30 May, 19:00 UTCGranada1–2Sporting 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.