Returns information on draft

nhl_draft()

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 round pick_overall pick_in_round team_id             team_name
#> 1   2021     1            1             1       7        Buffalo Sabres
#> 2   2021     1            2             2      55        Seattle Kraken
#> 3   2021     1            3             3      24         Anaheim Ducks
#> 4   2021     1            4             4       1     New Jersey Devils
#> 5   2021     1            5             5      29 Columbus Blue Jackets
#> 6   2021     1            6             6      17     Detroit Red Wings
#> 7   2021     1            7             7      28       San Jose Sharks
#> 8   2021     1            8             8      26     Los Angeles Kings
#> 9   2021     1            9             9      53       Arizona Coyotes
#> 10  2021     1           10            10       9       Ottawa Senators
#> 11  2021     1           11            11      53       Arizona Coyotes
#> 12  2021     1           12            12      29 Columbus Blue Jackets
#> 13  2021     1           13            13      20        Calgary Flames
#> 14  2021     1           14            14       7        Buffalo Sabres
#> 15  2021     1           15            15      17     Detroit Red Wings
#> 16  2021     1           16            16       3      New York Rangers
#> 17  2021     1           17            17      19       St. Louis Blues
#> 18  2021     1           18            18      52         Winnipeg Jets
#> 19  2021     1           19            19      18   Nashville Predators
#> 20  2021     1           20            20      30        Minnesota Wild
#> 21  2021     1           21            21       6         Boston Bruins
#> 22  2021     1           22            22      22       Edmonton Oilers
#> 23  2021     1           23            23      25          Dallas Stars
#> 24  2021     1           24            24      13      Florida Panthers
#> 25  2021     1           25            25      29 Columbus Blue Jackets
#> 26  2021     1           26            26      30        Minnesota Wild
#> 27  2021     1           27            27      18   Nashville Predators
#> 28  2021     1           28            28      21    Colorado Avalanche
#> 29  2021     1           29            29       1     New Jersey Devils
#> 30  2021     1           30            30      54  Vegas Golden Knights
#> 31  2021     1           31            31       8    Montréal Canadiens
#> 32  2021     1           32            32      16    Chicago Blackhawks
#> 33  2021     2           33             1       7        Buffalo Sabres
#> 34  2021     2           34             2      24         Anaheim Ducks
#> 35  2021     2           35             3      55        Seattle Kraken
#> 36  2021     2           36             4      17     Detroit Red Wings
#> 37  2021     2           37             5      53       Arizona Coyotes
#> 38  2021     2           38             6      54  Vegas Golden Knights
#> 39  2021     2           39             7       9       Ottawa Senators
#> 40  2021     2           40             8      12   Carolina Hurricanes
#> 41  2021     2           41             9      23     Vancouver Canucks
#> 42  2021     2           42            10      26     Los Angeles Kings
#> 43  2021     2           43            11      53       Arizona Coyotes
#> 44  2021     2           44            12      12   Carolina Hurricanes
#> 45  2021     2           45            13      20        Calgary Flames
#> 46  2021     2           46            14       4   Philadelphia Flyers
#> 47  2021     2           47            15      25          Dallas Stars
#> 48  2021     2           48            16      25          Dallas Stars
#> 49  2021     2           49            17       9       Ottawa Senators
#> 50  2021     2           50            18      52         Winnipeg Jets
#> 51  2021     2           51            19      12   Carolina Hurricanes
#> 52  2021     2           52            20       2    New York Islanders
#> 53  2021     2           53            21       7        Buffalo Sabres
#> 54  2021     2           54            22      30        Minnesota Wild
#> 55  2021     2           55            23      15   Washington Capitals
#> 56  2021     2           56            24      13      Florida Panthers
#> 57  2021     2           57            25      10   Toronto Maple Leafs
#> 58  2021     2           58            26       5   Pittsburgh Penguins
#> 59  2021     2           59            27      26     Los Angeles Kings
#> 60  2021     2           60            28      53       Arizona Coyotes
#> 61  2021     2           61            29      21    Colorado Avalanche
#> 62  2021     2           62            30      16    Chicago Blackhawks
#> 63  2021     2           63            31       8    Montréal Canadiens
#> 64  2021     2           64            32       8    Montréal Canadiens
#> 65  2021     3           65             1       3      New York Rangers
#> 66  2021     3           66             2      24         Anaheim Ducks
#> 67  2021     3           67             3      55        Seattle Kraken
#> 68  2021     3           68             4       1     New Jersey Devils
#> 69  2021     3           69             5      29 Columbus Blue Jackets
#> 70  2021     3           70             6      17     Detroit Red Wings
#> 71  2021     3           71             7      19       St. Louis Blues
#> 72  2021     3           72             8      18   Nashville Predators
#> 73  2021     3           73             9      25          Dallas Stars
#> 74  2021     3           74            10       9       Ottawa Senators
#> 75  2021     3           75            11       3      New York Rangers
#> 76  2021     3           76            12      24         Anaheim Ducks
#> 77  2021     3           77            13      20        Calgary Flames
#> 78  2021     3           78            14       4   Philadelphia Flyers
#> 79  2021     3           79            15      25          Dallas Stars
#> 80  2021     3           80            16      15   Washington Capitals
#> 81  2021     3           81            17      28       San Jose Sharks
#> 82  2021     3           82            18      52         Winnipeg Jets
#> 83  2021     3           83            19      12   Carolina Hurricanes
#> 84  2021     3           84            20      26     Los Angeles Kings
#> 85  2021     3           85            21       6         Boston Bruins
#> 86  2021     3           86            22      30        Minnesota Wild
#> 87  2021     3           87            23       8    Montréal Canadiens
#> 88  2021     3           88            24       7        Buffalo Sabres
#> 89  2021     3           89            25      20        Calgary Flames
#> 90  2021     3           90            26      22       Edmonton Oilers
#> 91  2021     3           91            27      16    Chicago Blackhawks
#> 92  2021     3           92            28      21    Colorado Avalanche
#> 93  2021     3           93            29       2    New York Islanders
#> 94  2021     3           94            30      12   Carolina Hurricanes
#> 95  2021     3           95            31       7        Buffalo Sabres
#> 96  2021     3           96            32      14   Tampa Bay Lightning
#> 97  2021     4           97             1       7        Buffalo Sabres
#> 98  2021     4           98             2      24         Anaheim Ducks
#> 99  2021     4           99             3      55        Seattle Kraken
#> 100 2021     4          100             4       1     New Jersey Devils
#> 101 2021     4          101             5      29 Columbus Blue Jackets
#> 102 2021     4          102             6      54  Vegas Golden Knights
#> 103 2021     4          103             7      28       San Jose Sharks
#> 104 2021     4          104             8       3      New York Rangers
#> 105 2021     4          105             9      16    Chicago Blackhawks
#> 106 2021     4          106            10       3      New York Rangers
#> 107 2021     4          107            11      53       Arizona Coyotes
#> 108 2021     4          108            12      16    Chicago Blackhawks
#> 109 2021     4          109            13      12   Carolina Hurricanes
#> 110 2021     4          110            14       4   Philadelphia Flyers
#> 111 2021     4          111            15      25          Dallas Stars
#> 112 2021     4          112            16       3      New York Rangers
#> 113 2021     4          113            17       8    Montréal Canadiens
#> 114 2021     4          114            18      17     Detroit Red Wings
#> 115 2021     4          115            19      18   Nashville Predators
#> 116 2021     4          116            20      22       Edmonton Oilers
#> 117 2021     4          117            21       6         Boston Bruins
#> 118 2021     4          118            22      30        Minnesota Wild
#> 119 2021     4          119            23      15   Washington Capitals
#> 120 2021     4          120            24      13      Florida Panthers
#> 121 2021     4          121            25      28       San Jose Sharks
#> 122 2021     4          122            26      53       Arizona Coyotes
#> 123 2021     4          123            27       9       Ottawa Senators
#> 124 2021     4          124            28      18   Nashville Predators
#> 125 2021     4          125            29       2    New York Islanders
#> 126 2021     4          126            30      14   Tampa Bay Lightning
#> 127 2021     4          127            31      30        Minnesota Wild
#> 128 2021     4          128            32      54  Vegas Golden Knights
#> 129 2021     5          129             1       1     New Jersey Devils
#> 130 2021     5          130             2      24         Anaheim Ducks
#> 131 2021     5          131             3      55        Seattle Kraken
#> 132 2021     5          132             4      29 Columbus Blue Jackets
#> 133 2021     5          133             5      29 Columbus Blue Jackets
#> 134 2021     5          134             6      17     Detroit Red Wings
#> 135 2021     5          135             7      28       San Jose Sharks
#> 136 2021     5          136             8      12   Carolina Hurricanes
#> 137 2021     5          137             9      23     Vancouver Canucks
#> 138 2021     5          138            10      25          Dallas Stars
#> 139 2021     5          139            11      53       Arizona Coyotes
#> 140 2021     5          140            12      23     Vancouver Canucks
#> 141 2021     5          141            13      20        Calgary Flames
#> 142 2021     5          142            14       8    Montréal Canadiens
#> 143 2021     5          143            15      25          Dallas Stars
#> 144 2021     5          144            16       3      New York Rangers
#> 145 2021     5          145            17      19       St. Louis Blues
#> 146 2021     5          146            18      52         Winnipeg Jets
#> 147 2021     5          147            19      12   Carolina Hurricanes
#> 148 2021     5          148            20      24         Anaheim Ducks
#> 149 2021     5          149            21       6         Boston Bruins
#> 150 2021     5          150            22       8    Montréal Canadiens
#> 151 2021     5          151            23      15   Washington Capitals
#> 152 2021     5          152            24      13      Florida Panthers
#> 153 2021     5          153            25      10   Toronto Maple Leafs
#> 154 2021     5          154            26       5   Pittsburgh Penguins
#> 155 2021     5          155            27      17     Detroit Red Wings
#> 156 2021     5          156            28      28       San Jose Sharks
#> 157 2021     5          157            29       2    New York Islanders
#> 158 2021     5          158            30       4   Philadelphia Flyers
#> 159 2021     5          159            31       7        Buffalo Sabres
#> 160 2021     5          160            32      14   Tampa Bay Lightning
#> 161 2021     6          161             1       7        Buffalo Sabres
#> 162 2021     6          162             2      24         Anaheim Ducks
#> 163 2021     6          163             3      55        Seattle Kraken
#> 164 2021     6          164             4       1     New Jersey Devils
#> 165 2021     6          165             5      29 Columbus Blue Jackets
#> 166 2021     6          166             6      17     Detroit Red Wings
#> 167 2021     6          167             7      28       San Jose Sharks
#> 168 2021     6          168             8      20        Calgary Flames
#> 169 2021     6          169             9      23     Vancouver Canucks
#> 170 2021     6          170            10      12   Carolina Hurricanes
#> 171 2021     6          171            11      53       Arizona Coyotes
#> 172 2021     6          172            12      16    Chicago Blackhawks
#> 173 2021     6          173            13      20        Calgary Flames
#> 174 2021     6          174            14       4   Philadelphia Flyers
#> 175 2021     6          175            15      25          Dallas Stars
#> 176 2021     6          176            16      15   Washington Capitals
#> 177 2021     6          177            17      28       San Jose Sharks
#> 178 2021     6          178            18      23     Vancouver Canucks
#> 179 2021     6          179            19      18   Nashville Predators
#> 180 2021     6          180            20      22       Edmonton Oilers
#> 181 2021     6          181            21       6         Boston Bruins
#> 182 2021     6          182            22      30        Minnesota Wild
#> 183 2021     6          183            23      15   Washington Capitals
#> 184 2021     6          184            24      13      Florida Panthers
#> 185 2021     6          185            25      10   Toronto Maple Leafs
#> 186 2021     6          186            26      22       Edmonton Oilers
#> 187 2021     6          187            27      12   Carolina Hurricanes
#> 188 2021     6          188            28       7        Buffalo Sabres
#> 189 2021     6          189            29       2    New York Islanders
#> 190 2021     6          190            30      54  Vegas Golden Knights
#> 191 2021     6          191            31       8    Montréal Canadiens
#> 192 2021     6          192            32      14   Tampa Bay Lightning
#> 193 2021     7          193             1       7        Buffalo Sabres
#> 194 2021     7          194             2       5   Pittsburgh Penguins
#> 195 2021     7          195             3      55        Seattle Kraken
#> 196 2021     7          196             4      14   Tampa Bay Lightning
#> 197 2021     7          197             5      29 Columbus Blue Jackets
#> 198 2021     7          198             6      19       St. Louis Blues
#> 199 2021     7          199             7      28       San Jose Sharks
#> 200 2021     7          200             8      12   Carolina Hurricanes
#> 201 2021     7          201             9      23     Vancouver Canucks
#> 202 2021     7          202            10       9       Ottawa Senators
#> 203 2021     7          203            11       1     New Jersey Devils
#> 204 2021     7          204            12      16    Chicago Blackhawks
#> 205 2021     7          205            13      20        Calgary Flames
#> 206 2021     7          206            14       4   Philadelphia Flyers
#> 207 2021     7          207            15      25          Dallas Stars
#> 208 2021     7          208            16       3      New York Rangers
#> 209 2021     7          209            17      12   Carolina Hurricanes
#> 210 2021     7          210            18      13      Florida Panthers
#> 211 2021     7          211            19      14   Tampa Bay Lightning
#> 212 2021     7          212            20      22       Edmonton Oilers
#> 213 2021     7          213            21       6         Boston Bruins
#> 214 2021     7          214            22       8    Montréal Canadiens
#> 215 2021     7          215            23       5   Pittsburgh Penguins
#> 216 2021     7          216            24      16    Chicago Blackhawks
#> 217 2021     7          217            25       6         Boston Bruins
#> 218 2021     7          218            26       5   Pittsburgh Penguins
#> 219 2021     7          219            27      12   Carolina Hurricanes
#> 220 2021     7          220            28      21    Colorado Avalanche
#> 221 2021     7          221            29       2    New York Islanders
#> 222 2021     7          222            30      54  Vegas Golden Knights
#> 223 2021     7          223            31      53       Arizona Coyotes
#> 224 2021     7          224            32      14   Tampa Bay Lightning
#>            team_link prospect_id           prospect_full_name
#> 1    /api/v1/teams/7       82096                   Owen Power
#> 2   /api/v1/teams/55       81700                Matty Beniers
#> 3   /api/v1/teams/24       86508               Mason Mctavish
#> 4    /api/v1/teams/1       82312                  Luke Hughes
#> 5   /api/v1/teams/29       77988                 Kent Johnson
#> 6   /api/v1/teams/17       87130              Simon Edvinsson
#> 7   /api/v1/teams/28       82059               William Eklund
#> 8   /api/v1/teams/26       86458                Brandt Clarke
#> 9   /api/v1/teams/53       83142               Dylan Guenther
#> 10   /api/v1/teams/9       82151                Tyler Boucher
#> 11  /api/v1/teams/53          NA                         Void
#> 12  /api/v1/teams/29       83152               Cole Sillinger
#> 13  /api/v1/teams/20       82298                Matt Coronato
#> 14   /api/v1/teams/7       87138                   Isak Rosen
#> 15  /api/v1/teams/17       77818              Sebastian Cossa
#> 16   /api/v1/teams/3       86513              Brennan Othmann
#> 17  /api/v1/teams/19       86484               Zachary Bolduc
#> 18  /api/v1/teams/52       80479                  Chaz Lucius
#> 19  /api/v1/teams/18       87676               Fedor Svechkov
#> 20  /api/v1/teams/30       78539             Jesper Wallstedt
#> 21   /api/v1/teams/6       87132                Fabian Lysell
#> 22  /api/v1/teams/22       82107             Xavier Bourgault
#> 23  /api/v1/teams/25       86495               Wyatt Johnston
#> 24  /api/v1/teams/13       84441           Mackie Samoskevich
#> 25  /api/v1/teams/29       82297             Corson Ceulemans
#> 26  /api/v1/teams/30       83143                Carson Lambos
#> 27  /api/v1/teams/18       86498            Zachary L'Heureux
#> 28  /api/v1/teams/21       84418               Oskar Olausson
#> 29   /api/v1/teams/1       84794               Chase Stillman
#> 30  /api/v1/teams/54       86486                    Zach Dean
#> 31   /api/v1/teams/8       86471               Logan Mailloux
#> 32  /api/v1/teams/16       83144                  Nolan Allan
#> 33   /api/v1/teams/7       87831             Prokhor Poltapov
#> 34  /api/v1/teams/24       85490               Olen Zellweger
#> 35  /api/v1/teams/55       75635                  Ryker Evans
#> 36  /api/v1/teams/17       89581                   Shai Buium
#> 37  /api/v1/teams/53       77970                    Josh Doan
#> 38  /api/v1/teams/54       82354                Daniil Chayka
#> 39   /api/v1/teams/9       83153               Zack Ostapchuk
#> 40  /api/v1/teams/12       81711                 Scott Morrow
#> 41  /api/v1/teams/23       89178             Danila Klimovich
#> 42  /api/v1/teams/26       86515            Francesco Pinelli
#> 43  /api/v1/teams/53       89302                 Ilya Fedotov
#> 44  /api/v1/teams/12       87283            Aleksi Heimosalmi
#> 45  /api/v1/teams/20       87142            William Stromgren
#> 46   /api/v1/teams/4       86382                Samu Tuomaala
#> 47  /api/v1/teams/25       83146              Logan Stankoven
#> 48  /api/v1/teams/25       82792             Artem Grushnikov
#> 49   /api/v1/teams/9       82099                    Ben Roger
#> 50  /api/v1/teams/52       86830             Nikita Chibrikov
#> 51  /api/v1/teams/12       87116               Ville Koivunen
#> 52   /api/v1/teams/2       82658                    Aatu Raty
#> 53   /api/v1/teams/7       82801            Aleksandr Kisakov
#> 54  /api/v1/teams/30       82316                   Jack Peart
#> 55  /api/v1/teams/15       77809                Vincent Iorio
#> 56  /api/v1/teams/13       86473                   Evan Nause
#> 57  /api/v1/teams/10       85092                Matthew Knies
#> 58   /api/v1/teams/5       82812                 Tristan Broz
#> 59  /api/v1/teams/26       86375              Samuel Helenius
#> 60  /api/v1/teams/53       75265                  Janis Moser
#> 61  /api/v1/teams/21       82282                 Sean Behrens
#> 62  /api/v1/teams/16       83147                  Colton Dach
#> 63   /api/v1/teams/8       86496                 Riley Kidney
#> 64   /api/v1/teams/8       89288               Oliver Kapanen
#> 65   /api/v1/teams/3       83148                Jayden Grubbe
#> 66  /api/v1/teams/24       82307               Sasha Pastujov
#> 67  /api/v1/teams/55       86525               Ryan Winterton
#> 68   /api/v1/teams/1       87122                Samu Salminen
#> 69  /api/v1/teams/29       84026             Stanislav Svozil
#> 70  /api/v1/teams/17       82549                 Carter Mazur
#> 71  /api/v1/teams/19       84818             Simon Robertsson
#> 72  /api/v1/teams/18       85107                 Anton Olsson
#> 73  /api/v1/teams/25       82630               Ayrton Martino
#> 74   /api/v1/teams/9       92041             Oliver Johansson
#> 75   /api/v1/teams/3       77811                Ryder Korczak
#> 76  /api/v1/teams/24       86466                  Tyson Hinds
#> 77  /api/v1/teams/20       80620                 Cole Huckins
#> 78   /api/v1/teams/4       85199              Aleksei Kolosov
#> 79  /api/v1/teams/25       86845                 Justin Ertel
#> 80  /api/v1/teams/15       85940                Brent Johnson
#> 81  /api/v1/teams/28       86450            Benjamin Gaudreau
#> 82  /api/v1/teams/52       86132                Dmitry Kuzmin
#> 83  /api/v1/teams/12       87967                Patrik Hamrla
#> 84  /api/v1/teams/26       82797              Kirill Kirsanov
#> 85   /api/v1/teams/6       86492               Brett Harrison
#> 86  /api/v1/teams/30       85510               Caedan Bankier
#> 87   /api/v1/teams/8       83527              Dmitri Kostenko
#> 88   /api/v1/teams/7       91178             Stiven Sardarian
#> 89  /api/v1/teams/20       86478               Cameron Whynot
#> 90  /api/v1/teams/22       84587            Luca Munzenberger
#> 91  /api/v1/teams/16       88485                Taige Harding
#> 92  /api/v1/teams/21       76974              Andrei Buyalsky
#> 93   /api/v1/teams/2       82077               Tristan Lennox
#> 94  /api/v1/teams/12       82300               Aidan Hreschuk
#> 95   /api/v1/teams/7       86483                   Josh Bloom
#> 96  /api/v1/teams/14       82783                Roman Schmidt
#> 97   /api/v1/teams/7       86511               Olivier Nadeau
#> 98  /api/v1/teams/24       82241                  Josh Lopina
#> 99  /api/v1/teams/55       86103             Ville Ottavainen
#> 100  /api/v1/teams/1       84188                  Jakub Malek
#> 101 /api/v1/teams/29       82782            Guillaume Richard
#> 102 /api/v1/teams/54       85986               Jakub Brabenec
#> 103 /api/v1/teams/28       89867               Gannon Laroque
#> 104  /api/v1/teams/3       91538                   Brody Lamb
#> 105 /api/v1/teams/16       86460             Ethan Del Mastro
#> 106  /api/v1/teams/3       87290               Kalle Vaisanen
#> 107 /api/v1/teams/53       81870     Emil Martinsen Lilleberg
#> 108 /api/v1/teams/16       84807            Victor Stjernborg
#> 109 /api/v1/teams/12       86834                Jackson Blake
#> 110  /api/v1/teams/4       86589                Brian Zanetti
#> 111 /api/v1/teams/25       83283              Conner Roulette
#> 112  /api/v1/teams/3       77835                  Talyn Boyko
#> 113  /api/v1/teams/8       86263              William Trudeau
#> 114 /api/v1/teams/17       80329               Redmond Savage
#> 115 /api/v1/teams/18       84802                    Ryan Ufko
#> 116 /api/v1/teams/22       83156                Jake Chiasson
#> 117  /api/v1/teams/6       88981             Philip Svedeback
#> 118 /api/v1/teams/30       83157                 Kyle Masters
#> 119 /api/v1/teams/15       86084                Joaquim Lemay
#> 120 /api/v1/teams/13       87956        Vladislav Lukashevich
#> 121 /api/v1/teams/28       82110               Ethan Cardwell
#> 122 /api/v1/teams/53       80548              Rasmus Korhonen
#> 123  /api/v1/teams/9       83199               Carson Latimer
#> 124 /api/v1/teams/18       86472                  Jack Matier
#> 125  /api/v1/teams/2       77974                 Cameron Berg
#> 126 /api/v1/teams/14       80473                   Dylan Duke
#> 127 /api/v1/teams/30       77458                  Josh Pillar
#> 128 /api/v1/teams/54       87172                  Jakub Demek
#> 129  /api/v1/teams/1       87113                 Topias Vilen
#> 130 /api/v1/teams/24       83145               Sean Tschigerl
#> 131 /api/v1/teams/55       87533               Jacob Melanson
#> 132 /api/v1/teams/29       87830              Nikolai Makarov
#> 133 /api/v1/teams/29       86505              James Malatesta
#> 134 /api/v1/teams/17       87134           Liam Dower Nilsson
#> 135 /api/v1/teams/28       86555                 Artem Guryev
#> 136 /api/v1/teams/12       86652                   Robert Orr
#> 137 /api/v1/teams/23       89143                Aku Koskenvuo
#> 138 /api/v1/teams/25       82082                     Jack Bar
#> 139 /api/v1/teams/53       82431                 Manix Landry
#> 140 /api/v1/teams/23       87128           Jonathan Myrenberg
#> 141 /api/v1/teams/20       87670                  Cole Jordan
#> 142  /api/v1/teams/8       84824               Daniil Sobolev
#> 143 /api/v1/teams/25       86468                 Jacob Holmes
#> 144  /api/v1/teams/3       89357             Jaroslav Chmelar
#> 145 /api/v1/teams/19       83165               Tyson Galloway
#> 146 /api/v1/teams/52       83522             Dmitri Rashevsky
#> 147 /api/v1/teams/12       86517               Justin Robidas
#> 148 /api/v1/teams/24       77915               Gage Alexander
#> 149  /api/v1/teams/6       87135                Oskar Jellvik
#> 150  /api/v1/teams/8       86518                   Joshua Roy
#> 151 /api/v1/teams/15       87196                Haakon Hanelt
#> 152 /api/v1/teams/13       89352            Kirill Gerasimyuk
#> 153 /api/v1/teams/10       86864                      Ty Voit
#> 154  /api/v1/teams/5       82084              Isaac Belliveau
#> 155 /api/v1/teams/17       82279             Oscar Plandowski
#> 156 /api/v1/teams/28       86507                    Max Mccue
#> 157  /api/v1/teams/2       85238                  Eetu Liukas
#> 158  /api/v1/teams/4       85519                 Ty Murchison
#> 159  /api/v1/teams/7       87117              Viljami Marjala
#> 160 /api/v1/teams/14       86503            Cameron Macdonald
#> 161  /api/v1/teams/7       88958 William Von Barnekow-Lofberg
#> 162 /api/v1/teams/24       82264                Kyle Kukkonen
#> 163 /api/v1/teams/55       87693              Semyon Vyazovoi
#> 164  /api/v1/teams/1       89149                Viktor Hurtig
#> 165 /api/v1/teams/29       86653                     Ben Boyd
#> 166 /api/v1/teams/17       86545                Pasquale Zito
#> 167 /api/v1/teams/28       86528               Liam Gilmartin
#> 168 /api/v1/teams/20       86481                    Jack Beck
#> 169 /api/v1/teams/23       88537              Hugo Gabrielson
#> 170 /api/v1/teams/12       82407             Bryce Montgomery
#> 171 /api/v1/teams/53       91533                   Cal Thomas
#> 172 /api/v1/teams/16       77624                 Ilya Safonov
#> 173 /api/v1/teams/20       83284                  Lucas Ciona
#> 174  /api/v1/teams/4       85521                 Ethan Samson
#> 175 /api/v1/teams/25       86558             Francesco Arcuri
#> 176 /api/v1/teams/15       85488                    Dru Krebs
#> 177 /api/v1/teams/28       87136               Theo Jacobsson
#> 178 /api/v1/teams/23       86502              Connor Lockhart
#> 179 /api/v1/teams/18       81335                   Simon Knak
#> 180 /api/v1/teams/22       84825                Matvey Petrov
#> 181  /api/v1/teams/6       86546                    Ryan Mast
#> 182 /api/v1/teams/30       86433                  Nate Benoit
#> 183 /api/v1/teams/15       82572                  Chase Clark
#> 184 /api/v1/teams/13       85989                    Jakub Kos
#> 185 /api/v1/teams/10       87977             Vyacheslav Peksa
#> 186 /api/v1/teams/22       90719               Shane Lachance
#> 187 /api/v1/teams/12       87182                 Nikita Quapp
#> 188  /api/v1/teams/7       88971               Nikita Novikov
#> 189  /api/v1/teams/2       87110               Aleksi Malinen
#> 190 /api/v1/teams/54       89263                Artur Cholach
#> 191  /api/v1/teams/8       78077              Xavier Simoneau
#> 192 /api/v1/teams/14       86399                   Alex Gagne
#> 193  /api/v1/teams/7       77903                  Tyson Kozak
#> 194  /api/v1/teams/5       85554                Ryan Mccleary
#> 195 /api/v1/teams/55       82786               Justin Janicke
#> 196 /api/v1/teams/14       78600              Daniil Pylenkov
#> 197 /api/v1/teams/29       84149                Martin Rysavy
#> 198 /api/v1/teams/19       85241                Ivan Vorobyov
#> 199 /api/v1/teams/28       87232            Evgenii Kashnikov
#> 200 /api/v1/teams/12       85481                 Yegor Naumov
#> 201 /api/v1/teams/23       90815                Lucas Forsell
#> 202  /api/v1/teams/9       86844               Chandler Romeo
#> 203  /api/v1/teams/1       83210              Zakhar Bardakov
#> 204 /api/v1/teams/16       81709                Connor Kelley
#> 205 /api/v1/teams/20       87207              Arsenii Sergeev
#> 206  /api/v1/teams/4       88845              Owen Mclaughlin
#> 207 /api/v1/teams/25       89189               Albert Sjoberg
#> 208  /api/v1/teams/3       84950                   Hank Kempf
#> 209 /api/v1/teams/12       87904             Nikita Guslistov
#> 210 /api/v1/teams/13       86465                 Braden Hache
#> 211 /api/v1/teams/14       91451               Robert Flinton
#> 212 /api/v1/teams/22       89074               Maximus Wanner
#> 213  /api/v1/teams/6       89561                Andre Gasseau
#> 214  /api/v1/teams/8       82080                  Joe Vrbetic
#> 215  /api/v1/teams/5       80467               Daniel Laatsch
#> 216 /api/v1/teams/16       77960                 Jalen Luypen
#> 217  /api/v1/teams/6       84985                 Ty Gallagher
#> 218  /api/v1/teams/5       83327                Kirill Tankov
#> 219 /api/v1/teams/12       87247                 Joel Nystrom
#> 220 /api/v1/teams/21       84198                 Taylor Makar
#> 221  /api/v1/teams/2       86612                  Tomas Machu
#> 222 /api/v1/teams/54       87125                 Carl Lindbom
#> 223 /api/v1/teams/53       88850                Samuel Lipkin
#> 224 /api/v1/teams/14       87114               Niko Huuhtanen
#>                     prospect_link
#> 1   /api/v1/draft/prospects/82096
#> 2   /api/v1/draft/prospects/81700
#> 3   /api/v1/draft/prospects/86508
#> 4   /api/v1/draft/prospects/82312
#> 5   /api/v1/draft/prospects/77988
#> 6   /api/v1/draft/prospects/87130
#> 7   /api/v1/draft/prospects/82059
#> 8   /api/v1/draft/prospects/86458
#> 9   /api/v1/draft/prospects/83142
#> 10  /api/v1/draft/prospects/82151
#> 11   /api/v1/draft/prospects/null
#> 12  /api/v1/draft/prospects/83152
#> 13  /api/v1/draft/prospects/82298
#> 14  /api/v1/draft/prospects/87138
#> 15  /api/v1/draft/prospects/77818
#> 16  /api/v1/draft/prospects/86513
#> 17  /api/v1/draft/prospects/86484
#> 18  /api/v1/draft/prospects/80479
#> 19  /api/v1/draft/prospects/87676
#> 20  /api/v1/draft/prospects/78539
#> 21  /api/v1/draft/prospects/87132
#> 22  /api/v1/draft/prospects/82107
#> 23  /api/v1/draft/prospects/86495
#> 24  /api/v1/draft/prospects/84441
#> 25  /api/v1/draft/prospects/82297
#> 26  /api/v1/draft/prospects/83143
#> 27  /api/v1/draft/prospects/86498
#> 28  /api/v1/draft/prospects/84418
#> 29  /api/v1/draft/prospects/84794
#> 30  /api/v1/draft/prospects/86486
#> 31  /api/v1/draft/prospects/86471
#> 32  /api/v1/draft/prospects/83144
#> 33  /api/v1/draft/prospects/87831
#> 34  /api/v1/draft/prospects/85490
#> 35  /api/v1/draft/prospects/75635
#> 36  /api/v1/draft/prospects/89581
#> 37  /api/v1/draft/prospects/77970
#> 38  /api/v1/draft/prospects/82354
#> 39  /api/v1/draft/prospects/83153
#> 40  /api/v1/draft/prospects/81711
#> 41  /api/v1/draft/prospects/89178
#> 42  /api/v1/draft/prospects/86515
#> 43  /api/v1/draft/prospects/89302
#> 44  /api/v1/draft/prospects/87283
#> 45  /api/v1/draft/prospects/87142
#> 46  /api/v1/draft/prospects/86382
#> 47  /api/v1/draft/prospects/83146
#> 48  /api/v1/draft/prospects/82792
#> 49  /api/v1/draft/prospects/82099
#> 50  /api/v1/draft/prospects/86830
#> 51  /api/v1/draft/prospects/87116
#> 52  /api/v1/draft/prospects/82658
#> 53  /api/v1/draft/prospects/82801
#> 54  /api/v1/draft/prospects/82316
#> 55  /api/v1/draft/prospects/77809
#> 56  /api/v1/draft/prospects/86473
#> 57  /api/v1/draft/prospects/85092
#> 58  /api/v1/draft/prospects/82812
#> 59  /api/v1/draft/prospects/86375
#> 60  /api/v1/draft/prospects/75265
#> 61  /api/v1/draft/prospects/82282
#> 62  /api/v1/draft/prospects/83147
#> 63  /api/v1/draft/prospects/86496
#> 64  /api/v1/draft/prospects/89288
#> 65  /api/v1/draft/prospects/83148
#> 66  /api/v1/draft/prospects/82307
#> 67  /api/v1/draft/prospects/86525
#> 68  /api/v1/draft/prospects/87122
#> 69  /api/v1/draft/prospects/84026
#> 70  /api/v1/draft/prospects/82549
#> 71  /api/v1/draft/prospects/84818
#> 72  /api/v1/draft/prospects/85107
#> 73  /api/v1/draft/prospects/82630
#> 74  /api/v1/draft/prospects/92041
#> 75  /api/v1/draft/prospects/77811
#> 76  /api/v1/draft/prospects/86466
#> 77  /api/v1/draft/prospects/80620
#> 78  /api/v1/draft/prospects/85199
#> 79  /api/v1/draft/prospects/86845
#> 80  /api/v1/draft/prospects/85940
#> 81  /api/v1/draft/prospects/86450
#> 82  /api/v1/draft/prospects/86132
#> 83  /api/v1/draft/prospects/87967
#> 84  /api/v1/draft/prospects/82797
#> 85  /api/v1/draft/prospects/86492
#> 86  /api/v1/draft/prospects/85510
#> 87  /api/v1/draft/prospects/83527
#> 88  /api/v1/draft/prospects/91178
#> 89  /api/v1/draft/prospects/86478
#> 90  /api/v1/draft/prospects/84587
#> 91  /api/v1/draft/prospects/88485
#> 92  /api/v1/draft/prospects/76974
#> 93  /api/v1/draft/prospects/82077
#> 94  /api/v1/draft/prospects/82300
#> 95  /api/v1/draft/prospects/86483
#> 96  /api/v1/draft/prospects/82783
#> 97  /api/v1/draft/prospects/86511
#> 98  /api/v1/draft/prospects/82241
#> 99  /api/v1/draft/prospects/86103
#> 100 /api/v1/draft/prospects/84188
#> 101 /api/v1/draft/prospects/82782
#> 102 /api/v1/draft/prospects/85986
#> 103 /api/v1/draft/prospects/89867
#> 104 /api/v1/draft/prospects/91538
#> 105 /api/v1/draft/prospects/86460
#> 106 /api/v1/draft/prospects/87290
#> 107 /api/v1/draft/prospects/81870
#> 108 /api/v1/draft/prospects/84807
#> 109 /api/v1/draft/prospects/86834
#> 110 /api/v1/draft/prospects/86589
#> 111 /api/v1/draft/prospects/83283
#> 112 /api/v1/draft/prospects/77835
#> 113 /api/v1/draft/prospects/86263
#> 114 /api/v1/draft/prospects/80329
#> 115 /api/v1/draft/prospects/84802
#> 116 /api/v1/draft/prospects/83156
#> 117 /api/v1/draft/prospects/88981
#> 118 /api/v1/draft/prospects/83157
#> 119 /api/v1/draft/prospects/86084
#> 120 /api/v1/draft/prospects/87956
#> 121 /api/v1/draft/prospects/82110
#> 122 /api/v1/draft/prospects/80548
#> 123 /api/v1/draft/prospects/83199
#> 124 /api/v1/draft/prospects/86472
#> 125 /api/v1/draft/prospects/77974
#> 126 /api/v1/draft/prospects/80473
#> 127 /api/v1/draft/prospects/77458
#> 128 /api/v1/draft/prospects/87172
#> 129 /api/v1/draft/prospects/87113
#> 130 /api/v1/draft/prospects/83145
#> 131 /api/v1/draft/prospects/87533
#> 132 /api/v1/draft/prospects/87830
#> 133 /api/v1/draft/prospects/86505
#> 134 /api/v1/draft/prospects/87134
#> 135 /api/v1/draft/prospects/86555
#> 136 /api/v1/draft/prospects/86652
#> 137 /api/v1/draft/prospects/89143
#> 138 /api/v1/draft/prospects/82082
#> 139 /api/v1/draft/prospects/82431
#> 140 /api/v1/draft/prospects/87128
#> 141 /api/v1/draft/prospects/87670
#> 142 /api/v1/draft/prospects/84824
#> 143 /api/v1/draft/prospects/86468
#> 144 /api/v1/draft/prospects/89357
#> 145 /api/v1/draft/prospects/83165
#> 146 /api/v1/draft/prospects/83522
#> 147 /api/v1/draft/prospects/86517
#> 148 /api/v1/draft/prospects/77915
#> 149 /api/v1/draft/prospects/87135
#> 150 /api/v1/draft/prospects/86518
#> 151 /api/v1/draft/prospects/87196
#> 152 /api/v1/draft/prospects/89352
#> 153 /api/v1/draft/prospects/86864
#> 154 /api/v1/draft/prospects/82084
#> 155 /api/v1/draft/prospects/82279
#> 156 /api/v1/draft/prospects/86507
#> 157 /api/v1/draft/prospects/85238
#> 158 /api/v1/draft/prospects/85519
#> 159 /api/v1/draft/prospects/87117
#> 160 /api/v1/draft/prospects/86503
#> 161 /api/v1/draft/prospects/88958
#> 162 /api/v1/draft/prospects/82264
#> 163 /api/v1/draft/prospects/87693
#> 164 /api/v1/draft/prospects/89149
#> 165 /api/v1/draft/prospects/86653
#> 166 /api/v1/draft/prospects/86545
#> 167 /api/v1/draft/prospects/86528
#> 168 /api/v1/draft/prospects/86481
#> 169 /api/v1/draft/prospects/88537
#> 170 /api/v1/draft/prospects/82407
#> 171 /api/v1/draft/prospects/91533
#> 172 /api/v1/draft/prospects/77624
#> 173 /api/v1/draft/prospects/83284
#> 174 /api/v1/draft/prospects/85521
#> 175 /api/v1/draft/prospects/86558
#> 176 /api/v1/draft/prospects/85488
#> 177 /api/v1/draft/prospects/87136
#> 178 /api/v1/draft/prospects/86502
#> 179 /api/v1/draft/prospects/81335
#> 180 /api/v1/draft/prospects/84825
#> 181 /api/v1/draft/prospects/86546
#> 182 /api/v1/draft/prospects/86433
#> 183 /api/v1/draft/prospects/82572
#> 184 /api/v1/draft/prospects/85989
#> 185 /api/v1/draft/prospects/87977
#> 186 /api/v1/draft/prospects/90719
#> 187 /api/v1/draft/prospects/87182
#> 188 /api/v1/draft/prospects/88971
#> 189 /api/v1/draft/prospects/87110
#> 190 /api/v1/draft/prospects/89263
#> 191 /api/v1/draft/prospects/78077
#> 192 /api/v1/draft/prospects/86399
#> 193 /api/v1/draft/prospects/77903
#> 194 /api/v1/draft/prospects/85554
#> 195 /api/v1/draft/prospects/82786
#> 196 /api/v1/draft/prospects/78600
#> 197 /api/v1/draft/prospects/84149
#> 198 /api/v1/draft/prospects/85241
#> 199 /api/v1/draft/prospects/87232
#> 200 /api/v1/draft/prospects/85481
#> 201 /api/v1/draft/prospects/90815
#> 202 /api/v1/draft/prospects/86844
#> 203 /api/v1/draft/prospects/83210
#> 204 /api/v1/draft/prospects/81709
#> 205 /api/v1/draft/prospects/87207
#> 206 /api/v1/draft/prospects/88845
#> 207 /api/v1/draft/prospects/89189
#> 208 /api/v1/draft/prospects/84950
#> 209 /api/v1/draft/prospects/87904
#> 210 /api/v1/draft/prospects/86465
#> 211 /api/v1/draft/prospects/91451
#> 212 /api/v1/draft/prospects/89074
#> 213 /api/v1/draft/prospects/89561
#> 214 /api/v1/draft/prospects/82080
#> 215 /api/v1/draft/prospects/80467
#> 216 /api/v1/draft/prospects/77960
#> 217 /api/v1/draft/prospects/84985
#> 218 /api/v1/draft/prospects/83327
#> 219 /api/v1/draft/prospects/87247
#> 220 /api/v1/draft/prospects/84198
#> 221 /api/v1/draft/prospects/86612
#> 222 /api/v1/draft/prospects/87125
#> 223 /api/v1/draft/prospects/88850
#> 224 /api/v1/draft/prospects/87114
# }