EUROPE · LEAGUE TABLE

LaLiga Table

As of 9 September 2026, Barcelona lead the LaLiga 26/27 with 12 points from 4 matches, 2 points clear of Deportivo Alavés. Valencia sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:50 UTC
LaLiga league table
#TeamPWDLGFGAGDPts
1Barcelona4400172+1512
2Deportivo Alavés4310103+710
3Real Madrid4301103+79
4Real Betis43015509
5Deportivo La Coruña422085+38
6Atlético Madrid421176+17
7Sevilla421176+17
8Osasuna421156-17
9Real Sociedad521268-27
10Athletic Club420265+16
11Levante UD41215505
12Espanyol411265+14
13Racing de Santander411278-14
14Rayo Vallecano4112710-34
15Getafe411225-34
16Celta Vigo503225-33
17Villarreal402268-22
18Málaga402217-62
19Elche4013512-71
20Valencia401319-81
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_8407970/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Barcelona"
      },
      "position": 1,
      "matches_played": 4,
      "wins": 4,
      "draws": 0,
      "losses": 0,
      "goals_for": 17,
      "goals_against": 2,
      "goal_difference": 15,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the LaLiga?

Barcelona are top of the LaLiga 26/27 with 12 points from 4 matches, 2 points clear of Deportivo Alavés.

How many teams are in the LaLiga?

20 teams compete in the LaLiga 26/27.

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 7 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.