EUROPE · FIXTURES
LaLiga 2 Fixtures
Next LaLiga 2 fixtures: Córdoba v Almería (Saturday 12 September), Sporting Gijón v CD Eldense (Sunday 13 September), Real Valladolid v Real Oviedo (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:31 UTC
- Sat 12 Sept, 19:00 UTCCórdobavAlmería
- Sun 13 Sept, 12:00 UTCSporting GijónvCD Eldense
- Sun 13 Sept, 14:15 UTCReal ValladolidvReal Oviedo
- Sun 13 Sept, 16:30 UTCMallorcavCE Sabadell
- Sun 13 Sept, 19:00 UTCCD TenerifevLeganés
- Mon 14 Sept, 18:30 UTCCelta Vigo BvEibar
- Sat 19 Sept, 12:00 UTCReal Sociedad BvMallorca
- Sat 19 Sept, 14:15 UTCFC AndorravSporting Gijón
- Sat 19 Sept, 16:30 UTCCD EldensevEibar
- Sat 19 Sept, 16:30 UTCCD CastellónvCD Tenerife
- Sat 19 Sept, 19:00 UTCCádizvGirona FC
- Sun 20 Sept, 12:00 UTCCE SabadellvReal Oviedo
- Sun 20 Sept, 14:15 UTCAD CeutavReal Valladolid
- Sun 20 Sept, 16:30 UTCLas PalmasvBurgos Club de Fútbol
- Sun 20 Sept, 16:30 UTCAlmeríavCelta Vigo B
Get this via API
Get LaLiga 2 fixtures via API
Fetch upcoming LaLiga 2 matches with competition_id=comp_0976.
GET /football/matches?competition_id=comp_0976&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0976&season_id=sn_1368511&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0976",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-12T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Córdoba"
},
"away_team": {
"id": "tm_yyyy",
"name": "Almería"
}
}
]
}Frequently Asked Questions
When is the next LaLiga 2 match?
Córdoba play Almería on Saturday 12 September.
How do I get LaLiga 2 fixtures via API?
Call the matches endpoint with competition_id=comp_0976 and status=scheduled. 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.