pl_player
Retrieve complete player career details, including every club/season spell with dates, height/weight, shirt number, preferred foot, and position. Use a player ID to get structured career data.
Instructions
Full player career — one entry per club/season spell with dates, height/weight, shirtNum, preferredFoot, position.
Returns: [{id, name, position, currentTeam, country, countryOfBirth, height, dates}] (top-level array, one per spell)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Player id. Required — part of the URL path. |