laliga_standing
Retrieve full La Liga league table for a season, including position, points, goals, and team details. Provide the season slug to get complete standings.
Instructions
Full league table for a season — 20 entries with played/won/drawn/lost/goals_for/goals_against/goal_difference/points/position + full team object (shield, colours).
Returns: {total, standings:[{position, previous_position, played, won, drawn, lost, goals_for, goals_against, goal_difference, points, team:{id, slug, name, shortname, opta_id, shield}}]}
Example: 2025/26 LALIGA EA SPORTS table {"slug": "laliga-easports-2025"}
Auth: works without a key; LALIGA_SUBSCRIPTION_KEY unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Subscription slug (e.g. laliga-easports-2025). Required — part of the URL path. |