EUROPE · RESULTS

LaLiga Results

Latest LaLiga results: Villarreal 5-1 Atlético Madrid, Girona FC 1-1 Elche, Valencia 3-1 Barcelona. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:39 UTC
  • Sun 24 May, 19:00 UTCVillarreal51Atlético Madrid
  • Sat 23 May, 19:00 UTCGirona FC11Elche
  • Sat 23 May, 19:00 UTCValencia31Barcelona
  • Sat 23 May, 19:00 UTCReal Madrid42Athletic Club
  • Sat 23 May, 19:00 UTCMallorca30Real Oviedo
  • Sat 23 May, 19:00 UTCGetafe10Osasuna
  • Sat 23 May, 19:00 UTCEspanyol11Real Sociedad
  • Sat 23 May, 19:00 UTCCelta Vigo10Sevilla
  • Sat 23 May, 19:00 UTCReal Betis21Levante UD
  • Sat 23 May, 19:00 UTCDeportivo Alavés12Rayo Vallecano
  • Sun 17 May, 19:15 UTCBarcelona31Real Betis
  • Sun 17 May, 17:00 UTCSevilla01Real Madrid
  • Sun 17 May, 17:00 UTCOsasuna12Espanyol
  • Sun 17 May, 17:00 UTCReal Oviedo01Deportivo Alavés
  • Sun 17 May, 17:00 UTCReal Sociedad34Valencia
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_7246390&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8814",
      "matchday": 38,
      "status": "finished",
      "utc_date": "2026-05-24T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Villarreal"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Atlético Madrid"
      },
      "score": {
        "home": 5,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LaLiga result?

Villarreal 5-1 Atlético Madrid on Sunday 24 May.

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.