You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the old API, I was able to get a list of all the regular season and playoff games by doing:
https://statsapi.web.nhl.com/api/v1/schedule?season=20152016&gameType=R or https://statsapi.web.nhl.com/api/v1/schedule?season=20152016&gameType=P
With the new API (thanks to a comment here), I was able to get a list of games from a season like: https://api.nhle.com/stats/rest/en/game?cayenneExp=season=20152016, but I'm trying to figure out how to filter only regular season and playoff games. I'm assuming it's the gameType property, but to be sure, does anyone have a list of those?
The text was updated successfully, but these errors were encountered:
On the old API, I was able to get a list of all the regular season and playoff games by doing:
https://statsapi.web.nhl.com/api/v1/schedule?season=20152016&gameType=R
orhttps://statsapi.web.nhl.com/api/v1/schedule?season=20152016&gameType=P
With the new API (thanks to a comment here), I was able to get a list of games from a season like:
https://api.nhle.com/stats/rest/en/game?cayenneExp=season=20152016
, but I'm trying to figure out how to filter only regular season and playoff games. I'm assuming it's thegameType
property, but to be sure, does anyone have a list of those?The text was updated successfully, but these errors were encountered: