Closed minter closed 9 months ago
I was able to find (what I believe to be) the actual URL structure for what the condensed games looks like. Here's an example:
https://www.nhl.com/video/condensed-game-kings-at-blues-1-28-24-6345782742112
Looks like it has to include the teams, date and then the ID that's present in that JSON sample.
Wasn't able to see anything obvious for the other categories, but they might be similar. Hope that helps for now.
Actually, it looks like highlights are similar, but it might be tough to determine what the URLs are programmatically:
https://www.nhl.com/video/topic/highlights/lak-stl-danault-scores-goal-against-joel-hofer-6345781435112
Notice the ID at the end of that URL.
Rats - I was hoping there was a URL link somewhere in the API. I appreciate you checking!
Within the game landing page, there are numeric IDs for things like goal highlights, game recaps, and condensed games. Do you know how to turn those into URLs to view the actual content?