laliga_players_stats
Retrieve every player's Opta stats for a La Liga season with position, team, and opta_id. Paginate results using limit (max 100) and offset.
Instructions
EVERY player in a season (≈749) with full Opta stats[] (name/stat pairs) + position + team + opta_id. Page with limit (max 100) + offset.
Returns: {total, player_stats:[{id, name, slug, opta_id, shirt_number, position, country, team, stats:[{name, stat}]}]}
Example: First page of 2025/26 player stats {"slug": "laliga-easports-2025", "limit": 20}
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. | |
| limit | No | Page size (max 100). | |
| offset | No | Pagination offset. |