laliga_player
Retrieve a detailed La Liga player profile by slug, with name, date of birth, country, current team, squad, and roles. Useful for turning a known player slug into structured player data.
Instructions
One player profile by SLUG — name, firstname/lastname, date_of_birth, country, current team + squad, roles.
Returns: {player:{id, slug, name, firstname, lastname, date_of_birth, country, international, team, squad, roles}}
Auth: works without a key; LALIGA_SUBSCRIPTION_KEY unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Player slug (from laliga_players_stats / laliga_squad; e.g. rubi-3). Required — part of the URL path. |