EUROPE · RESULTS
LaLiga Results
Latest LaLiga results: Elche 2-3 Real Sociedad, Getafe 1-1 Celta Vigo, Espanyol 1-1 Sevilla. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:37 UTC
- Mon 07 Sept, 19:30 UTCElche2–3Real Sociedad
- Mon 07 Sept, 17:00 UTCGetafe1–1Celta Vigo
- Sun 06 Sept, 19:00 UTCEspanyol1–1Sevilla
- Sun 06 Sept, 16:30 UTCMálaga0–0Levante UD
- Sun 06 Sept, 16:30 UTCDeportivo Alavés5–2Osasuna
- Sun 06 Sept, 14:15 UTCValencia0–5Barcelona
- Sat 05 Sept, 19:00 UTCVillarreal2–3Deportivo La Coruña
- Sat 05 Sept, 16:30 UTCRayo Vallecano3–2Racing de Santander
- Sat 05 Sept, 14:15 UTCAthletic Club3–0Atlético Madrid
- Fri 04 Sept, 19:00 UTCReal Betis1–0Real Madrid
- Thu 03 Sept, 19:00 UTCReal Sociedad0–0Celta Vigo
- Mon 31 Aug, 19:30 UTCBarcelona5–2Rayo Vallecano
- Mon 31 Aug, 17:30 UTCOsasuna1–0Getafe
- Sun 30 Aug, 19:30 UTCCelta Vigo0–2Athletic Club
- Sun 30 Aug, 17:30 UTCDeportivo La Coruña3–1Valencia
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": 4,
"status": "finished",
"utc_date": "2026-09-07T19:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Elche"
},
"away_team": {
"id": "tm_yyyy",
"name": "Real Sociedad"
},
"score": {
"home": 2,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest LaLiga result?
Elche 2-3 Real Sociedad on Monday 7 September.
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.