Description Usage Arguments Value Examples
Pull up information on specific draft picks. Many filters to chose from.
1 2 3 4 |
firstName |
Optional, drafted player first name |
lastName |
Optional, drafted player last name |
draftYear |
Optional, drafted player drafted year |
overallPickNumber |
Optional, drafted player overall pick number |
weight |
Optional, drafted player weight |
height |
Optional, drafted player height |
position |
Optional, drafted player position (LW, C, RW, D, G, F) |
roundNumber |
Optional, round in which player was drafterd |
draftTeamID |
Optional, drafting TEAM ID |
amateurLeague |
Optional, drafted player previous amateur league. Many NA values in API database |
country |
Optional, drafted player country |
playerID |
Optional, player ID |
API results from the drafts endpoint, filtered using any parameters
1 2 | #See all goaltenders drafted in 2006:
draft_record <- getDraftRecords(position="G", draftYear = 2006)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.