EUROPE · LEAGUE TABLE

LaLiga Table

LaLiga 25/26 final table: Barcelona finished top with 94 points from 38 matches, 8 points ahead of Real Madrid. Real Oviedo sit bottom on 29. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 02:49 UTC
LaLiga league table
#TeamPWDLGFGAGDPts
1Barcelona3831169536+5994
2Real Madrid3827567735+4286
3Villarreal38226107246+2672
4Atlético Madrid38216116244+1869
5Real Betis38151585948+1160
6Celta Vigo381412125348+554
7Getafe38156173238-651
8Rayo Vallecano381214124144-350
9Valencia381310154655-949
10Real Sociedad381113145961-246
11Espanyol381210164355-1246
12Athletic Club38136194358-1545
13Sevilla38127194660-1443
14Deportivo Alavés381110174456-1243
15Elche381013154957-843
16Levante UD38119184761-1442
17Osasuna38119184450-642
18Mallorca38119184757-1042
19Girona FC38914153955-1641
20Real Oviedo38611212660-3429
Get this via API

Get the LaLiga table via API

Fetch the live LaLiga standings with competition_id=comp_8814. The same shape works for every competition and season.

GET /football/competitions/comp_8814/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_8814/seasons/sn_7246390/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Barcelona"
      },
      "position": 1,
      "matches_played": 38,
      "wins": 31,
      "draws": 1,
      "losses": 6,
      "goals_for": 95,
      "goals_against": 36,
      "goal_difference": 59,
      "points": 94
    }
  ]
}

Frequently Asked Questions

Who is top of the LaLiga?

Barcelona finished top of the LaLiga 25/26 with 94 points, 8 ahead of Real Madrid.

How many teams are in the LaLiga?

20 teams compete in the LaLiga 25/26.

How do I get the LaLiga table via API?

Call the standings endpoint with competition_id=comp_8814 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of LaLiga data are available?

TheStatsAPI has 6 seasons of LaLiga data, going back to 20/21, including historical final tables.

Get LaLiga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.