dword4 / nhlapi

Documenting the publicly accessible portions of the NHL API
448 stars 56 forks source link

Post Season Standings by season #25

Open bobm67 opened 2 years ago

bobm67 commented 2 years ago

hi,

has anyone been able to get post season standings by season, for the league?

I tried modifying the regularseason query and changing the standingsType to P, or postseason, or playoffs and it didn't work.

thanks

dannoh commented 2 years ago

Docs say https://statsapi.web.nhl.com/api/v1/standings/postseason?season=20182019 should work

https://statsapi.web.nhl.com/api/v1/standings/postsseason?season=20122013

However, I can't seem to get it to work without returning one error or another.

bobm67 commented 2 years ago

yeah giving me

{ "messageNumber" : 10, "message" : "Object not found" }

bobm67 commented 2 years ago

has anyone figured out a different way?