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 UTCVillarreal5–1Atlético Madrid
- Sat 23 May, 19:00 UTCGirona FC1–1Elche
- Sat 23 May, 19:00 UTCValencia3–1Barcelona
- Sat 23 May, 19:00 UTCReal Madrid4–2Athletic Club
- Sat 23 May, 19:00 UTCMallorca3–0Real Oviedo
- Sat 23 May, 19:00 UTCGetafe1–0Osasuna
- Sat 23 May, 19:00 UTCEspanyol1–1Real Sociedad
- Sat 23 May, 19:00 UTCCelta Vigo1–0Sevilla
- Sat 23 May, 19:00 UTCReal Betis2–1Levante UD
- Sat 23 May, 19:00 UTCDeportivo Alavés1–2Rayo Vallecano
- Sun 17 May, 19:15 UTCBarcelona3–1Real Betis
- Sun 17 May, 17:00 UTCSevilla0–1Real Madrid
- Sun 17 May, 17:00 UTCOsasuna1–2Espanyol
- Sun 17 May, 17:00 UTCReal Oviedo0–1Deportivo Alavés
- Sun 17 May, 17:00 UTCReal Sociedad3–4Valencia
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.