EUROPE · RESULTS

LaLiga Results

Latest LaLiga results: Deportivo La Coruña 1-1 Elche, Espanyol 3-0 Levante UD, Racing de Santander 2-2 Villarreal. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 16:45 UTC
  • Mon 17 Aug, 19:00 UTCDeportivo La Coruña11Elche
  • Sun 16 Aug, 17:00 UTCEspanyol30Levante UD
  • Sun 16 Aug, 15:00 UTCRacing de Santander22Villarreal
  • Sat 15 Aug, 19:30 UTCSevilla21Rayo Vallecano
  • Sat 15 Aug, 17:30 UTCDeportivo Alavés30Getafe
Get this via API

Get LaLiga results via API

Fetch the latest final LaLiga scores with competition_id=comp_8814.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8814&season_id=sn_8407970&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8814",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-08-17T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Deportivo La Coruña"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Elche"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LaLiga result?

Deportivo La Coruña 1-1 Elche on Monday 17 August.

How do I get LaLiga results via API?

Call the matches endpoint with competition_id=comp_8814 and status=finished. 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.