EUROPE · FIXTURES

LaLiga Fixtures

Next LaLiga fixtures: Sevilla v Valencia (Friday 11 September), Racing de Santander v Deportivo Alavés (Saturday 12 September), Osasuna v Espanyol (Saturday 12 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:28 UTC
  • Fri 11 Sept, 19:00 UTCSevillavValencia
  • Sat 12 Sept, 12:00 UTCRacing de SantandervDeportivo Alavés
  • Sat 12 Sept, 14:15 UTCOsasunavEspanyol
  • Sat 12 Sept, 16:30 UTCAthletic ClubvElche
  • Sat 12 Sept, 19:00 UTCReal MadridvRayo Vallecano
  • Sun 13 Sept, 12:00 UTCCelta VigovMálaga
  • Sun 13 Sept, 14:15 UTCLevante UDvBarcelona
  • Sun 13 Sept, 16:30 UTCGetafevDeportivo La Coruña
  • Sun 13 Sept, 19:00 UTCReal SociedadvAtlético Madrid
  • Mon 14 Sept, 19:00 UTCVillarrealvReal Betis
  • Wed 16 Sept, 19:00 UTCBarcelonavRacing de Santander
  • Wed 16 Sept, 19:00 UTCRayo VallecanovEspanyol
  • Wed 16 Sept, 19:00 UTCDeportivo La CoruñavSevilla
  • Wed 16 Sept, 19:00 UTCElchevReal Madrid
  • Wed 16 Sept, 19:00 UTCLevante UDvAthletic Club
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-09-11T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sevilla"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Valencia"
      }
    }
  ]
}

Frequently Asked Questions

When is the next LaLiga match?

Sevilla play Valencia on Friday 11 September.

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.