Returns information on draft for a given year

nhl_draft_year(year)

Arguments

year

Draft year (XXXX)

Value

Returns a data frame: * year - * round - * pick_overall - * pick_in_round - * team_id - * team_name - * team_link - * prospect_id - * prospect_full_name - * prospect_link -

Examples

# \donttest{
  nhl_draft_year(year=2020)
#>     year round pick_overall pick_in_round team_id             team_name
#> 1   2020     1            1             1       3      New York Rangers
#> 2   2020     1            2             2      26     Los Angeles Kings
#> 3   2020     1            3             3       9       Ottawa Senators
#> 4   2020     1            4             4      17     Detroit Red Wings
#> 5   2020     1            5             5       9       Ottawa Senators
#> 6   2020     1            6             6      24         Anaheim Ducks
#> 7   2020     1            7             7       1     New Jersey Devils
#> 8   2020     1            8             8       7        Buffalo Sabres
#> 9   2020     1            9             9      30        Minnesota Wild
#> 10  2020     1           10            10      52         Winnipeg Jets
#> 11  2020     1           11            11      18   Nashville Predators
#> 12  2020     1           12            12      13      Florida Panthers
#> 13  2020     1           13            13      12   Carolina Hurricanes
#> 14  2020     1           14            14      22       Edmonton Oilers
#> 15  2020     1           15            15      10   Toronto Maple Leafs
#> 16  2020     1           16            16       8    Montréal Canadiens
#> 17  2020     1           17            17      16    Chicago Blackhawks
#> 18  2020     1           18            18       1     New Jersey Devils
#> 19  2020     1           19            19       3      New York Rangers
#> 20  2020     1           20            20       1     New Jersey Devils
#> 21  2020     1           21            21      29 Columbus Blue Jackets
#> 22  2020     1           22            22      15   Washington Capitals
#> 23  2020     1           23            23       4   Philadelphia Flyers
#> 24  2020     1           24            24      20        Calgary Flames
#> 25  2020     1           25            25      21    Colorado Avalanche
#> 26  2020     1           26            26      19       St. Louis Blues
#> 27  2020     1           27            27      24         Anaheim Ducks
#> 28  2020     1           28            28       9       Ottawa Senators
#> 29  2020     1           29            29      54  Vegas Golden Knights
#> 30  2020     1           30            30      25          Dallas Stars
#> 31  2020     1           31            31      28       San Jose Sharks
#> 32  2020     2           32             1      17     Detroit Red Wings
#> 33  2020     2           33             2       9       Ottawa Senators
#> 34  2020     2           34             3       7        Buffalo Sabres
#> 35  2020     2           35             4      26     Los Angeles Kings
#> 36  2020     2           36             5      24         Anaheim Ducks
#> 37  2020     2           37             6      30        Minnesota Wild
#> 38  2020     2           38             7      28       San Jose Sharks
#> 39  2020     2           39             8      30        Minnesota Wild
#> 40  2020     2           40             9      52         Winnipeg Jets
#> 41  2020     2           41            10      12   Carolina Hurricanes
#> 42  2020     2           42            11      18   Nashville Predators
#> 43  2020     2           43            12      13      Florida Panthers
#> 44  2020     2           44            13       9       Ottawa Senators
#> 45  2020     2           45            14      26     Los Angeles Kings
#> 46  2020     2           46            15      16    Chicago Blackhawks
#> 47  2020     2           47            16       8    Montréal Canadiens
#> 48  2020     2           48            17       8    Montréal Canadiens
#> 49  2020     2           49            18      53       Arizona Coyotes
#> 50  2020     2           50            19      20        Calgary Flames
#> 51  2020     2           51            20      17     Detroit Red Wings
#> 52  2020     2           52            21       5   Pittsburgh Penguins
#> 53  2020     2           53            22      12   Carolina Hurricanes
#> 54  2020     2           54            23       4   Philadelphia Flyers
#> 55  2020     2           55            24      17     Detroit Red Wings
#> 56  2020     2           56            25      28       San Jose Sharks
#> 57  2020     2           57            26      14   Tampa Bay Lightning
#> 58  2020     2           58            27       6         Boston Bruins
#> 59  2020     2           59            28      10   Toronto Maple Leafs
#> 60  2020     2           60            29       3      New York Rangers
#> 61  2020     2           61            30       9       Ottawa Senators
#> 62  2020     2           62            31      14   Tampa Bay Lightning
#> 63  2020     3           63             1      17     Detroit Red Wings
#> 64  2020     3           64             2      10   Toronto Maple Leafs
#> 65  2020     3           65             3      30        Minnesota Wild
#> 66  2020     3           66             4      26     Los Angeles Kings
#> 67  2020     3           67             5      24         Anaheim Ducks
#> 68  2020     3           68             6      54  Vegas Golden Knights
#> 69  2020     3           69             7      12   Carolina Hurricanes
#> 70  2020     3           70             8      17     Detroit Red Wings
#> 71  2020     3           71             9       9       Ottawa Senators
#> 72  2020     3           72            10      20        Calgary Flames
#> 73  2020     3           73            11      18   Nashville Predators
#> 74  2020     3           74            12      13      Florida Panthers
#> 75  2020     3           75            13      21    Colorado Avalanche
#> 76  2020     3           76            14      28       San Jose Sharks
#> 77  2020     3           77            15       5   Pittsburgh Penguins
#> 78  2020     3           78            16      29 Columbus Blue Jackets
#> 79  2020     3           79            17      16    Chicago Blackhawks
#> 80  2020     3           80            18      20        Calgary Flames
#> 81  2020     3           81            19      16    Chicago Blackhawks
#> 82  2020     3           82            20      23     Vancouver Canucks
#> 83  2020     3           83            21      26     Los Angeles Kings
#> 84  2020     3           84            22       1     New Jersey Devils
#> 85  2020     3           85            23      14   Tampa Bay Lightning
#> 86  2020     3           86            24      19       St. Louis Blues
#> 87  2020     3           87            25      13      Florida Panthers
#> 88  2020     3           88            26      19       St. Louis Blues
#> 89  2020     3           89            27       6         Boston Bruins
#> 90  2020     3           90            28       2    New York Islanders
#> 91  2020     3           91            29      54  Vegas Golden Knights
#> 92  2020     3           92            30       3      New York Rangers
#> 93  2020     3           93            31      14   Tampa Bay Lightning
#> 94  2020     4           94             1       4   Philadelphia Flyers
#> 95  2020     4           95             2      13      Florida Panthers
#> 96  2020     4           96             3      20        Calgary Flames
#> 97  2020     4           97             4      17     Detroit Red Wings
#> 98  2020     4           98             5      28       San Jose Sharks
#> 99  2020     4           99             6       1     New Jersey Devils
#> 100 2020     4          100             7      22       Edmonton Oilers
#> 101 2020     4          101             8      18   Nashville Predators
#> 102 2020     4          102             9       8    Montréal Canadiens
#> 103 2020     4          103            10       3      New York Rangers
#> 104 2020     4          104            11      24         Anaheim Ducks
#> 105 2020     4          105            12      13      Florida Panthers
#> 106 2020     4          106            13      10   Toronto Maple Leafs
#> 107 2020     4          107            14      17     Detroit Red Wings
#> 108 2020     4          108            15       5   Pittsburgh Penguins
#> 109 2020     4          109            16       8    Montréal Canadiens
#> 110 2020     4          110            17      16    Chicago Blackhawks
#> 111 2020     4          111            18      53       Arizona Coyotes
#> 112 2020     4          112            19      26     Los Angeles Kings
#> 113 2020     4          113            20      23     Vancouver Canucks
#> 114 2020     4          114            21      29 Columbus Blue Jackets
#> 115 2020     4          115            22      12   Carolina Hurricanes
#> 116 2020     4          116            23      14   Tampa Bay Lightning
#> 117 2020     4          117            24      15   Washington Capitals
#> 118 2020     4          118            25      21    Colorado Avalanche
#> 119 2020     4          119            26      19       St. Louis Blues
#> 120 2020     4          120            27       1     New Jersey Devils
#> 121 2020     4          121            28       2    New York Islanders
#> 122 2020     4          122            29      10   Toronto Maple Leafs
#> 123 2020     4          123            30      25          Dallas Stars
#> 124 2020     4          124            31       8    Montréal Canadiens
#> 125 2020     5          125             1      54  Vegas Golden Knights
#> 126 2020     5          126             2      22       Edmonton Oilers
#> 127 2020     5          127             3       3      New York Rangers
#> 128 2020     5          128             4      26     Los Angeles Kings
#> 129 2020     5          129             5      24         Anaheim Ducks
#> 130 2020     5          130             6       1     New Jersey Devils
#> 131 2020     5          131             7       7        Buffalo Sabres
#> 132 2020     5          132             8      17     Detroit Red Wings
#> 133 2020     5          133             9      52         Winnipeg Jets
#> 134 2020     5          134            10       3      New York Rangers
#> 135 2020     5          135            11       4   Philadelphia Flyers
#> 136 2020     5          136            12       8    Montréal Canadiens
#> 137 2020     5          137            13      10   Toronto Maple Leafs
#> 138 2020     5          138            14      22       Edmonton Oilers
#> 139 2020     5          139            15      21    Colorado Avalanche
#> 140 2020     5          140            16      26     Los Angeles Kings
#> 141 2020     5          141            17      16    Chicago Blackhawks
#> 142 2020     5          142            18      53       Arizona Coyotes
#> 143 2020     5          143            19      20        Calgary Flames
#> 144 2020     5          144            20      23     Vancouver Canucks
#> 145 2020     5          145            21      29 Columbus Blue Jackets
#> 146 2020     5          146            22      30        Minnesota Wild
#> 147 2020     5          147            23      14   Tampa Bay Lightning
#> 148 2020     5          148            24      15   Washington Capitals
#> 149 2020     5          149            25       5   Pittsburgh Penguins
#> 150 2020     5          150            26      19       St. Louis Blues
#> 151 2020     5          151            27       6         Boston Bruins
#> 152 2020     5          152            28       2    New York Islanders
#> 153 2020     5          153            29      13      Florida Panthers
#> 154 2020     5          154            30      25          Dallas Stars
#> 155 2020     5          155            31       9       Ottawa Senators
#> 156 2020     6          156             1      17     Detroit Red Wings
#> 157 2020     6          157             2      14   Tampa Bay Lightning
#> 158 2020     6          158             3       9       Ottawa Senators
#> 159 2020     6          159             4      12   Carolina Hurricanes
#> 160 2020     6          160             5      24         Anaheim Ducks
#> 161 2020     6          161             6       1     New Jersey Devils
#> 162 2020     6          162             7      25          Dallas Stars
#> 163 2020     6          163             8      19       St. Louis Blues
#> 164 2020     6          164             9      52         Winnipeg Jets
#> 165 2020     6          165            10       3      New York Rangers
#> 166 2020     6          166            11      18   Nashville Predators
#> 167 2020     6          167            12      21    Colorado Avalanche
#> 168 2020     6          168            13      10   Toronto Maple Leafs
#> 169 2020     6          169            14      22       Edmonton Oilers
#> 170 2020     6          170            15       5   Pittsburgh Penguins
#> 171 2020     6          171            16       8    Montréal Canadiens
#> 172 2020     6          172            17      16    Chicago Blackhawks
#> 173 2020     6          173            18      53       Arizona Coyotes
#> 174 2020     6          174            19      20        Calgary Flames
#> 175 2020     6          175            20      23     Vancouver Canucks
#> 176 2020     6          176            21      29 Columbus Blue Jackets
#> 177 2020     6          177            22      10   Toronto Maple Leafs
#> 178 2020     6          178            23       4   Philadelphia Flyers
#> 179 2020     6          179            24      15   Washington Capitals
#> 180 2020     6          180            25      10   Toronto Maple Leafs
#> 181 2020     6          181            26       9       Ottawa Senators
#> 182 2020     6          182            27       6         Boston Bruins
#> 183 2020     6          183            28       2    New York Islanders
#> 184 2020     6          184            29      54  Vegas Golden Knights
#> 185 2020     6          185            30      25          Dallas Stars
#> 186 2020     6          186            31      14   Tampa Bay Lightning
#> 187 2020     7          187             1      17     Detroit Red Wings
#> 188 2020     7          188             2      16    Chicago Blackhawks
#> 189 2020     7          189             3      10   Toronto Maple Leafs
#> 190 2020     7          190             4      26     Los Angeles Kings
#> 191 2020     7          191             5      23     Vancouver Canucks
#> 192 2020     7          192             6      53       Arizona Coyotes
#> 193 2020     7          193             7       7        Buffalo Sabres
#> 194 2020     7          194             8      19       St. Louis Blues
#> 195 2020     7          195             9      10   Toronto Maple Leafs
#> 196 2020     7          196            10      28       San Jose Sharks
#> 197 2020     7          197            11       3      New York Rangers
#> 198 2020     7          198            12      13      Florida Panthers
#> 199 2020     7          199            13      12   Carolina Hurricanes
#> 200 2020     7          200            14      22       Edmonton Oilers
#> 201 2020     7          201            15      28       San Jose Sharks
#> 202 2020     7          202            16      18   Nashville Predators
#> 203 2020     7          203            17      17     Detroit Red Wings
#> 204 2020     7          204            18      53       Arizona Coyotes
#> 205 2020     7          205            19      20        Calgary Flames
#> 206 2020     7          206            20      28       San Jose Sharks
#> 207 2020     7          207            21      24         Anaheim Ducks
#> 208 2020     7          208            22      12   Carolina Hurricanes
#> 209 2020     7          209            23      18   Nashville Predators
#> 210 2020     7          210            24      28       San Jose Sharks
#> 211 2020     7          211            25      15   Washington Capitals
#> 212 2020     7          212            26      13      Florida Panthers
#> 213 2020     7          213            27      10   Toronto Maple Leafs
#> 214 2020     7          214            28       2    New York Islanders
#> 215 2020     7          215            29      54  Vegas Golden Knights
#> 216 2020     7          216            30       7        Buffalo Sabres
#> 217 2020     7          217            31      14   Tampa Bay Lightning
#>            team_link prospect_id       prospect_full_name
#> 1    /api/v1/teams/3       78069        Alexis Lafrenière
#> 2   /api/v1/teams/26       80509          Quinton Byfield
#> 3    /api/v1/teams/9       79391              Tim Stützle
#> 4   /api/v1/teams/17       76153            Lucas Raymond
#> 5    /api/v1/teams/9       77849           Jake Sanderson
#> 6   /api/v1/teams/24       82090           Jamie Drysdale
#> 7    /api/v1/teams/1       80583          Alexander Holtz
#> 8    /api/v1/teams/7       77496               Jack Quinn
#> 9   /api/v1/teams/30       76418              Marco Rossi
#> 10  /api/v1/teams/52       82133            Cole Perfetti
#> 11  /api/v1/teams/18       81901         Iaroslav Askarov
#> 12  /api/v1/teams/13       78307            Anton Lundell
#> 13  /api/v1/teams/12       77455              Seth Jarvis
#> 14  /api/v1/teams/22       75554           Dylan Holloway
#> 15  /api/v1/teams/10       77619            Rodion Amirov
#> 16   /api/v1/teams/8       77445             Kaiden Guhle
#> 17  /api/v1/teams/16       79575            Lukas Reichel
#> 18   /api/v1/teams/1       78076            Dawson Mercer
#> 19   /api/v1/teams/3       72587         Braden Schneider
#> 20   /api/v1/teams/1       82798     Shakir Mukhamadullin
#> 21  /api/v1/teams/29       80973          Yegor Chinakhov
#> 22  /api/v1/teams/15       82124         Hendrix Lapierre
#> 23   /api/v1/teams/4       82361           Tyson Foerster
#> 24  /api/v1/teams/20       72612              Connor Zary
#> 25  /api/v1/teams/21       78081            Justin Barron
#> 26  /api/v1/teams/19       77448          Jake Neighbours
#> 27  /api/v1/teams/24       82134          Jacob Perreault
#> 28   /api/v1/teams/9       77452              Ridly Greig
#> 29  /api/v1/teams/54       82221          Brendan Brisson
#> 30  /api/v1/teams/25       82108           Mavrik Bourque
#> 31  /api/v1/teams/28       77807           Ozzy Wiesblatt
#> 32  /api/v1/teams/17       85398        William Wallinder
#> 33   /api/v1/teams/9       82643           Roby Jarventie
#> 34   /api/v1/teams/7       82477               Jj Peterka
#> 35  /api/v1/teams/26       84401              Helge Grans
#> 36  /api/v1/teams/24       80331            Sam Colangelo
#> 37  /api/v1/teams/30       82807       Marat Khusnutdinov
#> 38  /api/v1/teams/28       81702         Thomas Bordeleau
#> 39  /api/v1/teams/30       82094            Ryan O'Rourke
#> 40  /api/v1/teams/52       82066        Daniel Torgersson
#> 41  /api/v1/teams/12       76785              Noel Gunler
#> 42  /api/v1/teams/18       82117         Luke Evangelista
#> 43  /api/v1/teams/13       83083            Emil Heineman
#> 44   /api/v1/teams/9       77470             Tyler Kleven
#> 45  /api/v1/teams/26       80466              Brock Faber
#> 46  /api/v1/teams/16       80470            Drew Commesso
#> 47   /api/v1/teams/8       81705                Luke Tuch
#> 48   /api/v1/teams/8       81810                Jan Mysak
#> 49  /api/v1/teams/53          NA                     Void
#> 50  /api/v1/teams/20       82793            Yan Kuznetsov
#> 51  /api/v1/teams/17       82070       Theodor Niederbach
#> 52   /api/v1/teams/5       82989           Joel Blomqvist
#> 53  /api/v1/teams/12       77636        Vasiliy Ponomarev
#> 54   /api/v1/teams/4       80769              Emil Andrae
#> 55  /api/v1/teams/17       77859              Cross Hanas
#> 56  /api/v1/teams/28       75480           Tristen Robins
#> 57  /api/v1/teams/14       77450              Jack Finley
#> 58   /api/v1/teams/6       80981             Mason Lohrei
#> 59  /api/v1/teams/10       81108            Roni Hirvonen
#> 60   /api/v1/teams/3       82317           William Cuylle
#> 61   /api/v1/teams/9       73091             Egor Sokolov
#> 62  /api/v1/teams/14       80844           Gage Goncalves
#> 63  /api/v1/teams/17       81253         Donovan Sebrango
#> 64  /api/v1/teams/10       82351             Topi Niemela
#> 65  /api/v1/teams/30       77459              Daemon Hunt
#> 66  /api/v1/teams/26       80979       Kasper Simontaival
#> 67  /api/v1/teams/24       86097                Ian Moore
#> 68  /api/v1/teams/54       82087            Lukas Cormier
#> 69  /api/v1/teams/12       77630       Alexander Nikishin
#> 70  /api/v1/teams/17       82647               Eemil Viro
#> 71   /api/v1/teams/9       88885         Leevi Merilainen
#> 72  /api/v1/teams/20       82095          Jeremie Poirier
#> 73  /api/v1/teams/18       77451              Luke Prokop
#> 74  /api/v1/teams/13       77833              Ty Smilanic
#> 75  /api/v1/teams/21       82118           Jean-Luc Foudy
#> 76  /api/v1/teams/28       77633           Danil Gushchin
#> 77   /api/v1/teams/5       80272              Calle Clang
#> 78  /api/v1/teams/29       80101            Samuel Knazko
#> 79  /api/v1/teams/16       77467          Landon Slaggert
#> 80  /api/v1/teams/20       76858            Jake Boltmann
#> 81  /api/v1/teams/16       82730             Wyatt Kaiser
#> 82  /api/v1/teams/23       85236               Joni Jurmo
#> 83  /api/v1/teams/26       82293          Alex Laferriere
#> 84   /api/v1/teams/1       73564                Nico Daws
#> 85  /api/v1/teams/14       83371            Maxim Groshev
#> 86  /api/v1/teams/19       80366           Dylan Peterson
#> 87  /api/v1/teams/13       77447           Justin Sourdif
#> 88  /api/v1/teams/19       82467                 Leo Loof
#> 89   /api/v1/teams/6       77702            Trevor Kuntar
#> 90   /api/v1/teams/2       82068    Alexander Ljungkrantz
#> 91  /api/v1/teams/54       87796           Jackson Hallum
#> 92   /api/v1/teams/3       85318         Oliver Tarnstrom
#> 93  /api/v1/teams/14       82103            Jack Thompson
#> 94   /api/v1/teams/4       82502             Zayde Wisdom
#> 95  /api/v1/teams/13       77924          Michael Benning
#> 96  /api/v1/teams/20       77415         Daniil Chechelev
#> 97  /api/v1/teams/17       81050               Sam Stange
#> 98  /api/v1/teams/28       77425              Brandon Coe
#> 99   /api/v1/teams/1       77381           Jaromir Pytlik
#> 100 /api/v1/teams/22       77978            Carter Savoie
#> 101 /api/v1/teams/18       76062              Adam Wilsby
#> 102  /api/v1/teams/8       81719               Jack Smith
#> 103  /api/v1/teams/3       77840             Dylan Garand
#> 104 /api/v1/teams/24       80922              Thimo Nickl
#> 105 /api/v1/teams/13       77530             Zachary Uens
#> 106 /api/v1/teams/10       82449          Artur Akhtyamov
#> 107 /api/v1/teams/17       81803               Jan Bednar
#> 108  /api/v1/teams/5       72611         Lukas Svejkovsky
#> 109  /api/v1/teams/8       78427             Blake Biondi
#> 110 /api/v1/teams/16       82333           Michael Krutil
#> 111 /api/v1/teams/53       77344          Mitchell Miller
#> 112 /api/v1/teams/26       87310           Juho Markkanen
#> 113 /api/v1/teams/23       78929             Jackson Kunz
#> 114 /api/v1/teams/29       84548           Mikael Pyyhtia
#> 115 /api/v1/teams/12       82065              Zion Nybeck
#> 116 /api/v1/teams/14       77473             Eamon Powell
#> 117 /api/v1/teams/15       82804          Bogdan Trineyev
#> 118 /api/v1/teams/21       77472           Colby Ambrosio
#> 119 /api/v1/teams/19       82305         Tanner Dickinson
#> 120  /api/v1/teams/1       77945            Ethan Edwards
#> 121  /api/v1/teams/2       82261           Alex Jefferies
#> 122 /api/v1/teams/10       82104       William Villeneuve
#> 123 /api/v1/teams/25       80363         Antonio Stranges
#> 124  /api/v1/teams/8       76847             Sean Farrell
#> 125 /api/v1/teams/54       82058            Jesper Vikman
#> 126 /api/v1/teams/22       82146             Tyler Tullio
#> 127  /api/v1/teams/3       82149            Evan Vierling
#> 128 /api/v1/teams/26       82392          Martin Chromiak
#> 129 /api/v1/teams/24       73827           Artyom Galimov
#> 130  /api/v1/teams/1       84433            Artem Shlaine
#> 131  /api/v1/teams/7       85857        Matteo Costantini
#> 132 /api/v1/teams/17       75497              Alex Cotton
#> 133 /api/v1/teams/52       82056        Anton Johannesson
#> 134  /api/v1/teams/3       81701             Brett Berard
#> 135  /api/v1/teams/4       82113         Elliot Desnoyers
#> 136  /api/v1/teams/8       76567              Jakub Dobes
#> 137 /api/v1/teams/10       83456       Dmitry Ovchinnikov
#> 138 /api/v1/teams/22       81142          Maksim Berezkin
#> 139 /api/v1/teams/21       76855            Ryder Rolston
#> 140 /api/v1/teams/26       80471               Ben Meehan
#> 141 /api/v1/teams/16       77533           Isaak Phillips
#> 142 /api/v1/teams/53       82729            Carson Bantle
#> 143 /api/v1/teams/20       78300             Ryan Francis
#> 144 /api/v1/teams/23       80347           Jacob Truscott
#> 145 /api/v1/teams/29       81869 Ole Julian Bjorgvik-Holm
#> 146 /api/v1/teams/30       81777              Pavel Novak
#> 147 /api/v1/teams/14       75595            Jaydon Dureau
#> 148 /api/v1/teams/15       86099              Bear Hughes
#> 149  /api/v1/teams/5       81851            Raivis Ansons
#> 150 /api/v1/teams/19       77226           Matthew Kessel
#> 151  /api/v1/teams/6       82819      Mason Langenbrunner
#> 152  /api/v1/teams/2       82116           William Dufour
#> 153 /api/v1/teams/13       81168            Kasper Puutio
#> 154 /api/v1/teams/25       84783          Daniel Ljungman
#> 155  /api/v1/teams/9       79877           Eric Engstrand
#> 156 /api/v1/teams/17       82081              Kyle Aucoin
#> 157 /api/v1/teams/14       80359              Nick Capone
#> 158  /api/v1/teams/9       87621          Philippe Daoust
#> 159 /api/v1/teams/12       82420            Lucas Mercuri
#> 160 /api/v1/teams/24       78324           Albin Sundsvik
#> 161  /api/v1/teams/1       76111     Benjamin Baumgartner
#> 162 /api/v1/teams/25       81131      Yauheni Aksiantsiuk
#> 163 /api/v1/teams/19       82075             Will Cranley
#> 164 /api/v1/teams/52       77823              Tyrel Bauer
#> 165  /api/v1/teams/3       83286               Matt Rempe
#> 166 /api/v1/teams/18       72602                Luke Reid
#> 167 /api/v1/teams/21       80635                Nils Aman
#> 168 /api/v1/teams/10       77185          Veeti Miettinen
#> 169 /api/v1/teams/22       69112            Filip Engaras
#> 170  /api/v1/teams/5       77999              Chase Yoder
#> 171  /api/v1/teams/8       81621         Alexander Gordin
#> 172 /api/v1/teams/16       75345              Chad Yetman
#> 173 /api/v1/teams/53       84816           Filip Barklund
#> 174 /api/v1/teams/20       82500              Rory Kerins
#> 175 /api/v1/teams/23       83433          Dmitry Zlodeyev
#> 176 /api/v1/teams/29       80032       Samuel Johannesson
#> 177 /api/v1/teams/10       77390             Axel Rindell
#> 178  /api/v1/teams/4       77446         Connor Mcclennon
#> 179 /api/v1/teams/15       77465          Garin Bjorklund
#> 180 /api/v1/teams/10       82262               Joe Miller
#> 181  /api/v1/teams/9       74599           Cole Reinhardt
#> 182  /api/v1/teams/6       83041              Riley Duran
#> 183  /api/v1/teams/2       83100         Matias Rajaniemi
#> 184 /api/v1/teams/54       85445               Noah Ellis
#> 185 /api/v1/teams/25       78139             Remi Poirier
#> 186 /api/v1/teams/14       73067           Amir Miftakhov
#> 187 /api/v1/teams/17       82556            Kienan Draper
#> 188 /api/v1/teams/16       78154            Louis Crevier
#> 189 /api/v1/teams/10       78279               John Fusco
#> 190 /api/v1/teams/26       88926              Aatu Jamsen
#> 191 /api/v1/teams/23       84353           Viktor Persson
#> 192 /api/v1/teams/53       91916          Elliot Ekefjard
#> 193  /api/v1/teams/7       80602          Albert Lyckasen
#> 194 /api/v1/teams/19       77585                Noah Beck
#> 195 /api/v1/teams/10       80378        Wyatt Schingoethe
#> 196 /api/v1/teams/28       75600               Alex Young
#> 197  /api/v1/teams/3       85397               Hugo Ollas
#> 198 /api/v1/teams/13       82061            Elliot Ekmark
#> 199 /api/v1/teams/12       82810         Alexander Pashin
#> 200 /api/v1/teams/22       87446       Jeremias Lindewall
#> 201 /api/v1/teams/28       78401               Adam Raska
#> 202 /api/v1/teams/18       77239     Gunnarwolfe Fontaine
#> 203 /api/v1/teams/17       80342            Chase Bradley
#> 204 /api/v1/teams/53       72618            Ben Mccartney
#> 205 /api/v1/teams/20       80734            Ilya Solovyov
#> 206 /api/v1/teams/28       76839              Linus Oberg
#> 207 /api/v1/teams/24       78899              Ethan Bowen
#> 208 /api/v1/teams/12       77464             Ronan Seeley
#> 209 /api/v1/teams/18       72689             Chase Mclane
#> 210 /api/v1/teams/28       89364        Timofey Spitserov
#> 211 /api/v1/teams/15       82067          Oskar Magnusson
#> 212 /api/v1/teams/13       78144               Devon Levi
#> 213 /api/v1/teams/10       82632            Ryan Tverberg
#> 214  /api/v1/teams/2       72778          Henrik Tikkanen
#> 215 /api/v1/teams/54       69859           Maxim Marushev
#> 216  /api/v1/teams/7       82344            Jakub Konecny
#> 217 /api/v1/teams/14       82321         Declan Mcdonnell
#>                     prospect_link
#> 1   /api/v1/draft/prospects/78069
#> 2   /api/v1/draft/prospects/80509
#> 3   /api/v1/draft/prospects/79391
#> 4   /api/v1/draft/prospects/76153
#> 5   /api/v1/draft/prospects/77849
#> 6   /api/v1/draft/prospects/82090
#> 7   /api/v1/draft/prospects/80583
#> 8   /api/v1/draft/prospects/77496
#> 9   /api/v1/draft/prospects/76418
#> 10  /api/v1/draft/prospects/82133
#> 11  /api/v1/draft/prospects/81901
#> 12  /api/v1/draft/prospects/78307
#> 13  /api/v1/draft/prospects/77455
#> 14  /api/v1/draft/prospects/75554
#> 15  /api/v1/draft/prospects/77619
#> 16  /api/v1/draft/prospects/77445
#> 17  /api/v1/draft/prospects/79575
#> 18  /api/v1/draft/prospects/78076
#> 19  /api/v1/draft/prospects/72587
#> 20  /api/v1/draft/prospects/82798
#> 21  /api/v1/draft/prospects/80973
#> 22  /api/v1/draft/prospects/82124
#> 23  /api/v1/draft/prospects/82361
#> 24  /api/v1/draft/prospects/72612
#> 25  /api/v1/draft/prospects/78081
#> 26  /api/v1/draft/prospects/77448
#> 27  /api/v1/draft/prospects/82134
#> 28  /api/v1/draft/prospects/77452
#> 29  /api/v1/draft/prospects/82221
#> 30  /api/v1/draft/prospects/82108
#> 31  /api/v1/draft/prospects/77807
#> 32  /api/v1/draft/prospects/85398
#> 33  /api/v1/draft/prospects/82643
#> 34  /api/v1/draft/prospects/82477
#> 35  /api/v1/draft/prospects/84401
#> 36  /api/v1/draft/prospects/80331
#> 37  /api/v1/draft/prospects/82807
#> 38  /api/v1/draft/prospects/81702
#> 39  /api/v1/draft/prospects/82094
#> 40  /api/v1/draft/prospects/82066
#> 41  /api/v1/draft/prospects/76785
#> 42  /api/v1/draft/prospects/82117
#> 43  /api/v1/draft/prospects/83083
#> 44  /api/v1/draft/prospects/77470
#> 45  /api/v1/draft/prospects/80466
#> 46  /api/v1/draft/prospects/80470
#> 47  /api/v1/draft/prospects/81705
#> 48  /api/v1/draft/prospects/81810
#> 49   /api/v1/draft/prospects/null
#> 50  /api/v1/draft/prospects/82793
#> 51  /api/v1/draft/prospects/82070
#> 52  /api/v1/draft/prospects/82989
#> 53  /api/v1/draft/prospects/77636
#> 54  /api/v1/draft/prospects/80769
#> 55  /api/v1/draft/prospects/77859
#> 56  /api/v1/draft/prospects/75480
#> 57  /api/v1/draft/prospects/77450
#> 58  /api/v1/draft/prospects/80981
#> 59  /api/v1/draft/prospects/81108
#> 60  /api/v1/draft/prospects/82317
#> 61  /api/v1/draft/prospects/73091
#> 62  /api/v1/draft/prospects/80844
#> 63  /api/v1/draft/prospects/81253
#> 64  /api/v1/draft/prospects/82351
#> 65  /api/v1/draft/prospects/77459
#> 66  /api/v1/draft/prospects/80979
#> 67  /api/v1/draft/prospects/86097
#> 68  /api/v1/draft/prospects/82087
#> 69  /api/v1/draft/prospects/77630
#> 70  /api/v1/draft/prospects/82647
#> 71  /api/v1/draft/prospects/88885
#> 72  /api/v1/draft/prospects/82095
#> 73  /api/v1/draft/prospects/77451
#> 74  /api/v1/draft/prospects/77833
#> 75  /api/v1/draft/prospects/82118
#> 76  /api/v1/draft/prospects/77633
#> 77  /api/v1/draft/prospects/80272
#> 78  /api/v1/draft/prospects/80101
#> 79  /api/v1/draft/prospects/77467
#> 80  /api/v1/draft/prospects/76858
#> 81  /api/v1/draft/prospects/82730
#> 82  /api/v1/draft/prospects/85236
#> 83  /api/v1/draft/prospects/82293
#> 84  /api/v1/draft/prospects/73564
#> 85  /api/v1/draft/prospects/83371
#> 86  /api/v1/draft/prospects/80366
#> 87  /api/v1/draft/prospects/77447
#> 88  /api/v1/draft/prospects/82467
#> 89  /api/v1/draft/prospects/77702
#> 90  /api/v1/draft/prospects/82068
#> 91  /api/v1/draft/prospects/87796
#> 92  /api/v1/draft/prospects/85318
#> 93  /api/v1/draft/prospects/82103
#> 94  /api/v1/draft/prospects/82502
#> 95  /api/v1/draft/prospects/77924
#> 96  /api/v1/draft/prospects/77415
#> 97  /api/v1/draft/prospects/81050
#> 98  /api/v1/draft/prospects/77425
#> 99  /api/v1/draft/prospects/77381
#> 100 /api/v1/draft/prospects/77978
#> 101 /api/v1/draft/prospects/76062
#> 102 /api/v1/draft/prospects/81719
#> 103 /api/v1/draft/prospects/77840
#> 104 /api/v1/draft/prospects/80922
#> 105 /api/v1/draft/prospects/77530
#> 106 /api/v1/draft/prospects/82449
#> 107 /api/v1/draft/prospects/81803
#> 108 /api/v1/draft/prospects/72611
#> 109 /api/v1/draft/prospects/78427
#> 110 /api/v1/draft/prospects/82333
#> 111 /api/v1/draft/prospects/77344
#> 112 /api/v1/draft/prospects/87310
#> 113 /api/v1/draft/prospects/78929
#> 114 /api/v1/draft/prospects/84548
#> 115 /api/v1/draft/prospects/82065
#> 116 /api/v1/draft/prospects/77473
#> 117 /api/v1/draft/prospects/82804
#> 118 /api/v1/draft/prospects/77472
#> 119 /api/v1/draft/prospects/82305
#> 120 /api/v1/draft/prospects/77945
#> 121 /api/v1/draft/prospects/82261
#> 122 /api/v1/draft/prospects/82104
#> 123 /api/v1/draft/prospects/80363
#> 124 /api/v1/draft/prospects/76847
#> 125 /api/v1/draft/prospects/82058
#> 126 /api/v1/draft/prospects/82146
#> 127 /api/v1/draft/prospects/82149
#> 128 /api/v1/draft/prospects/82392
#> 129 /api/v1/draft/prospects/73827
#> 130 /api/v1/draft/prospects/84433
#> 131 /api/v1/draft/prospects/85857
#> 132 /api/v1/draft/prospects/75497
#> 133 /api/v1/draft/prospects/82056
#> 134 /api/v1/draft/prospects/81701
#> 135 /api/v1/draft/prospects/82113
#> 136 /api/v1/draft/prospects/76567
#> 137 /api/v1/draft/prospects/83456
#> 138 /api/v1/draft/prospects/81142
#> 139 /api/v1/draft/prospects/76855
#> 140 /api/v1/draft/prospects/80471
#> 141 /api/v1/draft/prospects/77533
#> 142 /api/v1/draft/prospects/82729
#> 143 /api/v1/draft/prospects/78300
#> 144 /api/v1/draft/prospects/80347
#> 145 /api/v1/draft/prospects/81869
#> 146 /api/v1/draft/prospects/81777
#> 147 /api/v1/draft/prospects/75595
#> 148 /api/v1/draft/prospects/86099
#> 149 /api/v1/draft/prospects/81851
#> 150 /api/v1/draft/prospects/77226
#> 151 /api/v1/draft/prospects/82819
#> 152 /api/v1/draft/prospects/82116
#> 153 /api/v1/draft/prospects/81168
#> 154 /api/v1/draft/prospects/84783
#> 155 /api/v1/draft/prospects/79877
#> 156 /api/v1/draft/prospects/82081
#> 157 /api/v1/draft/prospects/80359
#> 158 /api/v1/draft/prospects/87621
#> 159 /api/v1/draft/prospects/82420
#> 160 /api/v1/draft/prospects/78324
#> 161 /api/v1/draft/prospects/76111
#> 162 /api/v1/draft/prospects/81131
#> 163 /api/v1/draft/prospects/82075
#> 164 /api/v1/draft/prospects/77823
#> 165 /api/v1/draft/prospects/83286
#> 166 /api/v1/draft/prospects/72602
#> 167 /api/v1/draft/prospects/80635
#> 168 /api/v1/draft/prospects/77185
#> 169 /api/v1/draft/prospects/69112
#> 170 /api/v1/draft/prospects/77999
#> 171 /api/v1/draft/prospects/81621
#> 172 /api/v1/draft/prospects/75345
#> 173 /api/v1/draft/prospects/84816
#> 174 /api/v1/draft/prospects/82500
#> 175 /api/v1/draft/prospects/83433
#> 176 /api/v1/draft/prospects/80032
#> 177 /api/v1/draft/prospects/77390
#> 178 /api/v1/draft/prospects/77446
#> 179 /api/v1/draft/prospects/77465
#> 180 /api/v1/draft/prospects/82262
#> 181 /api/v1/draft/prospects/74599
#> 182 /api/v1/draft/prospects/83041
#> 183 /api/v1/draft/prospects/83100
#> 184 /api/v1/draft/prospects/85445
#> 185 /api/v1/draft/prospects/78139
#> 186 /api/v1/draft/prospects/73067
#> 187 /api/v1/draft/prospects/82556
#> 188 /api/v1/draft/prospects/78154
#> 189 /api/v1/draft/prospects/78279
#> 190 /api/v1/draft/prospects/88926
#> 191 /api/v1/draft/prospects/84353
#> 192 /api/v1/draft/prospects/91916
#> 193 /api/v1/draft/prospects/80602
#> 194 /api/v1/draft/prospects/77585
#> 195 /api/v1/draft/prospects/80378
#> 196 /api/v1/draft/prospects/75600
#> 197 /api/v1/draft/prospects/85397
#> 198 /api/v1/draft/prospects/82061
#> 199 /api/v1/draft/prospects/82810
#> 200 /api/v1/draft/prospects/87446
#> 201 /api/v1/draft/prospects/78401
#> 202 /api/v1/draft/prospects/77239
#> 203 /api/v1/draft/prospects/80342
#> 204 /api/v1/draft/prospects/72618
#> 205 /api/v1/draft/prospects/80734
#> 206 /api/v1/draft/prospects/76839
#> 207 /api/v1/draft/prospects/78899
#> 208 /api/v1/draft/prospects/77464
#> 209 /api/v1/draft/prospects/72689
#> 210 /api/v1/draft/prospects/89364
#> 211 /api/v1/draft/prospects/82067
#> 212 /api/v1/draft/prospects/78144
#> 213 /api/v1/draft/prospects/82632
#> 214 /api/v1/draft/prospects/72778
#> 215 /api/v1/draft/prospects/69859
#> 216 /api/v1/draft/prospects/82344
#> 217 /api/v1/draft/prospects/82321
# }