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 UTCElche23Real Sociedad
  • Mon 07 Sept, 17:00 UTCGetafe11Celta Vigo
  • Sun 06 Sept, 19:00 UTCEspanyol11Sevilla
  • Sun 06 Sept, 16:30 UTCMálaga00Levante UD
  • Sun 06 Sept, 16:30 UTCDeportivo Alavés52Osasuna
  • Sun 06 Sept, 14:15 UTCValencia05Barcelona
  • Sat 05 Sept, 19:00 UTCVillarreal23Deportivo La Coruña
  • Sat 05 Sept, 16:30 UTCRayo Vallecano32Racing de Santander
  • Sat 05 Sept, 14:15 UTCAthletic Club30Atlético Madrid
  • Fri 04 Sept, 19:00 UTCReal Betis10Real Madrid
  • Thu 03 Sept, 19:00 UTCReal Sociedad00Celta Vigo
  • Mon 31 Aug, 19:30 UTCBarcelona52Rayo Vallecano
  • Mon 31 Aug, 17:30 UTCOsasuna10Getafe
  • Sun 30 Aug, 19:30 UTCCelta Vigo02Athletic Club
  • Sun 30 Aug, 17:30 UTCDeportivo La Coruña31Valencia
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.