nhl_skater_leaders
Retrieve NHL skater leaders for goals, assists, points, plus-minus, power-play goals, short-handed goals, penalty minutes, and ice time. Specify season and category to get top performers.
Instructions
League leaders among skaters — goals, assists, points, plus-minus, power-play and short-handed goals, penalty minutes, ice time.
Returns: {goals:[{id, firstName:{default}, lastName:{default}, teamAbbrev, position, value, headshot}], assists:[…], points:[…], plusMinus:[…], goalsPp:[…], goalsSh:[…], penaltyMins:[…], toi:[…]} — one array per category
Example: Current season leaders {"season_or_current": "current", "limit": 10}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Leaders per category. -1 returns all. | |
| categories | No | Restrict to one category, e.g. 'points', 'goals', 'assists'. | |
| season_or_current | No | 'current', or a concatenated-year season, e.g. 20242025. | current |