EUROPE · FIXTURES

LaLiga Fixtures

Next LaLiga fixtures: Racing de Santander v Elche (Friday 28 August), Deportivo Alavés v Villarreal (Friday 28 August), Levante UD v Real Betis (Saturday 29 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 09:12 UTC
  • Fri 28 Aug, 17:00 UTCRacing de SantandervElche
  • Fri 28 Aug, 19:30 UTCDeportivo AlavésvVillarreal
  • Sat 29 Aug, 15:00 UTCLevante UDvReal Betis
  • Sat 29 Aug, 17:00 UTCReal SociedadvEspanyol
  • Sat 29 Aug, 19:30 UTCSevillavAtlético Madrid
  • Sun 30 Aug, 15:00 UTCReal MadridvMálaga
  • Sun 30 Aug, 17:30 UTCDeportivo La CoruñavValencia
  • Sun 30 Aug, 19:30 UTCCelta VigovAthletic Club
  • Mon 31 Aug, 17:30 UTCOsasunavGetafe
  • Mon 31 Aug, 19:30 UTCBarcelonavRayo Vallecano
  • Fri 04 Sept, 19:00 UTCReal BetisvReal Madrid
  • Sat 05 Sept, 14:15 UTCAthletic ClubvAtlético Madrid
  • Sat 05 Sept, 16:30 UTCRayo VallecanovRacing de Santander
  • Sat 05 Sept, 19:00 UTCVillarrealvDeportivo La Coruña
  • Sun 06 Sept, 14:15 UTCValenciavBarcelona
Get this via API

Get LaLiga fixtures via API

Fetch upcoming LaLiga matches with competition_id=comp_8814.

GET /football/matches?competition_id=comp_8814&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8814&season_id=sn_8407970&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8814",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-28T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Racing de Santander"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Elche"
      }
    }
  ]
}

Frequently Asked Questions

When is the next LaLiga match?

Racing de Santander play Elche on Friday 28 August.

How do I get LaLiga fixtures via API?

Call the matches endpoint with competition_id=comp_8814 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get LaLiga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.