nhl_player
Retrieve a single NHL player's complete profile: bio, draft details, current season splits, career totals, and awards. Provide the player ID for access.
Instructions
One player's landing page: bio, draft details, current season splits, career totals and awards.
Returns: {playerId, firstName, lastName, position, sweaterNumber, currentTeamAbbrev, birthDate, birthCity, birthCountry, draftDetails:{year, round, overallPick, teamAbbrev}, featuredStats, careerTotals:{regularSeason, playoffs}, seasonTotals:[…], awards:[{trophy, seasons}]}
Example: Connor McDavid {"playerId": 8478402}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | NHL player id (from nhl_roster or a box score). Required — part of the URL path. |