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 Sabadell3–2Córdoba
- Sun 06 Sept, 19:00 UTCAlmería3–2Cádiz
- Sun 06 Sept, 16:30 UTCCD Castellón2–0Albacete Balompié
- Sun 06 Sept, 14:15 UTCReal Oviedo0–0Burgos Club de Fútbol
- Sun 06 Sept, 12:00 UTCEibar3–0Granada
- Sat 05 Sept, 19:00 UTCCD Eldense0–0Mallorca
- Sat 05 Sept, 16:30 UTCReal Valladolid1–0FC Andorra
- Sat 05 Sept, 16:30 UTCAD Ceuta0–2Celta Vigo B
- Sat 05 Sept, 14:15 UTCSporting Gijón0–2Girona FC
- Sat 05 Sept, 12:00 UTCReal Sociedad B1–1CD Tenerife
- Fri 04 Sept, 18:30 UTCLas Palmas0–0Leganés
- Mon 31 Aug, 19:30 UTCCelta Vigo B1–2CD Castellón
- Mon 31 Aug, 17:00 UTCBurgos Club de Fútbol2–2Real Sociedad B
- Sun 30 Aug, 19:30 UTCCórdoba1–3Granada
- Sun 30 Aug, 17:00 UTCMallorca3–0AD 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.