pl_player_info
Fetch a player's biographical details for a given season, including team, shirt number, and dates. Provide competition, season, and player IDs to retrieve the data.
Instructions
Player bio scoped to a season — team/shirt/dates as they were that season.
Returns: {id, name, currentTeam, shirtNum, country, countryOfBirth, weight, dates}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| pid | Yes | Player id. Required — part of the URL path. | |
| sid | Yes | Season id (2025 = 2025/26). Required — part of the URL path. |