pl_player_basic
Fetch a player's basic profile including name, position, country, and current team using their player ID.
Instructions
Lightweight player profile — name, position, country, currentTeam.
Returns: {id, name, firstName, lastName, position, country, currentTeam}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Player id (from pl_players; e.g. 223094 = Haaland). Required — part of the URL path. |