EUROPE · FIXTURES
LaLiga 2 Fixtures
Next LaLiga 2 fixtures: Mallorca v AD Ceuta (Sunday 30 August), CE Sabadell v Almería (Sunday 30 August), Cádiz v Real Valladolid (Sunday 30 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
- Sun 30 Aug, 19:00 UTCMallorcavAD Ceuta
- Sun 30 Aug, 19:00 UTCCE SabadellvAlmería
- Sun 30 Aug, 19:00 UTCCádizvReal Valladolid
- Sun 30 Aug, 19:00 UTCAlbacete BalompiévReal Oviedo
- Mon 31 Aug, 17:00 UTCBurgos Club de FútbolvReal Sociedad B
- Mon 31 Aug, 19:30 UTCCelta Vigo BvCD Castellón
- Sat 05 Sept, 12:00 UTCReal Sociedad BvCD Tenerife
- Sat 05 Sept, 14:15 UTCSporting GijónvGirona FC
- Sat 05 Sept, 16:30 UTCReal ValladolidvFC Andorra
- Sat 05 Sept, 16:30 UTCAD CeutavCelta Vigo B
- Sat 05 Sept, 19:00 UTCCD EldensevMallorca
- Sun 06 Sept, 12:00 UTCEibarvGranada
- Sun 06 Sept, 14:15 UTCReal OviedovBurgos Club de Fútbol
- Sun 06 Sept, 16:30 UTCCD CastellónvAlbacete Balompié
- Sun 06 Sept, 19:00 UTCLas PalmasvLeganés
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-08-30T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Mallorca"
},
"away_team": {
"id": "tm_yyyy",
"name": "AD Ceuta"
}
}
]
}Frequently Asked Questions
When is the next LaLiga 2 match?
Mallorca play AD Ceuta on Sunday 30 August.
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.