laliga_players_stats
Fetch paginated La Liga player stats from a season, including full Opta data, position, team, and player ID. Supports limit and offset for large datasets.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| limit | No | ||
| offset | No |