Zmalski / NHL-API-Reference

Unofficial reference for the NHL API endpoints.
MIT License
256 stars 19 forks source link

Get prospects ranking #6

Open Tony-Villa opened 10 months ago

Tony-Villa commented 10 months ago

Hello,

Is there a way to get the NHL ranking of upcoming prospects? In the old api the endpoint was: https://statsapi.web.nhl.com/api/v1/draft/prospects

I have another question in the same area (I'm happy to open another issue if needed): Is there a way to look at a draft by year? This endpoint https://api.nhle.com/stats/rest/en/draft shows a list of drafts, including the draft year and number of rounds, but I'm wondering if it's possible to drill into the draft itself, as well as upcoming drafts?

Thank you!

Zmalski commented 10 months ago

I dug around a bit and I have not found any way to achieve either of those with the current endpoints. Unless the NHL expands on them or there's another endpoint that I'm not aware of, this may not be possible.

Apologies that I couldn't be more helpful. I'll leave this open in case anyone else has information they can share.

Tony-Villa commented 10 months ago

I dug around a bit and I have not found any way to achieve either of those with the current endpoints. Unless the NHL expands on them or there's another endpoint that I'm not aware of, this may not be possible.

Apologies that I couldn't be more helpful. I'll leave this open in case anyone else has information they can share.

No worries, thank you for looking into it. Maybe it will reveal itself to us closer to the end of the season, once the nhl website updates its draft rankings

dsaladbar617 commented 7 months ago

I found a way to find the draft prospect rankings of this year at: https://api-web.nhle.com/v1/draft/rankings/now

I have been trying to figure out how to make it so that we can see the drafts pick by pick like with the old api but have been unable to find anything