afl_player_get
Retrieve a single AFL player's bio, draft, and height/weight details by their unique player ID, enabling quick access to player statistics for comparison or analysis.
Instructions
Get a single player by id (bio, draft, height/weight).
Returns: {players:[{id, providerId, firstName, surname, draftYear, debutYear, recruitedFrom}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | Player id (from afl_players_list). Required — part of the URL path. |