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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Barcelona | 4 | 4 | 0 | 0 | 17 | 2 | +15 | 12 |
| 2 | Deportivo Alavés | 4 | 3 | 1 | 0 | 10 | 3 | +7 | 10 |
| 3 | Real Madrid | 4 | 3 | 0 | 1 | 10 | 3 | +7 | 9 |
| 4 | Real Betis | 4 | 3 | 0 | 1 | 5 | 5 | 0 | 9 |
| 5 | Deportivo La Coruña | 4 | 2 | 2 | 0 | 8 | 5 | +3 | 8 |
| 6 | Atlético Madrid | 4 | 2 | 1 | 1 | 7 | 6 | +1 | 7 |
| 7 | Sevilla | 4 | 2 | 1 | 1 | 7 | 6 | +1 | 7 |
| 8 | Osasuna | 4 | 2 | 1 | 1 | 5 | 6 | -1 | 7 |
| 9 | Real Sociedad | 5 | 2 | 1 | 2 | 6 | 8 | -2 | 7 |
| 10 | Athletic Club | 4 | 2 | 0 | 2 | 6 | 5 | +1 | 6 |
| 11 | Levante UD | 4 | 1 | 2 | 1 | 5 | 5 | 0 | 5 |
| 12 | Espanyol | 4 | 1 | 1 | 2 | 6 | 5 | +1 | 4 |
| 13 | Racing de Santander | 4 | 1 | 1 | 2 | 7 | 8 | -1 | 4 |
| 14 | Rayo Vallecano | 4 | 1 | 1 | 2 | 7 | 10 | -3 | 4 |
| 15 | Getafe | 4 | 1 | 1 | 2 | 2 | 5 | -3 | 4 |
| 16 | Celta Vigo | 5 | 0 | 3 | 2 | 2 | 5 | -3 | 3 |
| 17 | Villarreal | 4 | 0 | 2 | 2 | 6 | 8 | -2 | 2 |
| 18 | Málaga | 4 | 0 | 2 | 2 | 1 | 7 | -6 | 2 |
| 19 | Elche | 4 | 0 | 1 | 3 | 5 | 12 | -7 | 1 |
| 20 | Valencia | 4 | 0 | 1 | 3 | 1 | 9 | -8 | 1 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_8814/seasons/sn_8407970/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.