erunion / sport-api-specifications

OpenAPI 3.0 specifications for various sport APIs.
101 stars 27 forks source link

When try to get stats of player i got deafault information about player #10

Closed DrownSelf closed 1 year ago

DrownSelf commented 2 years ago

So, when, for example i make GET request by this URL (https://statsapi.web.nhl.com/api/v1/people/8475726?stats=statsSingleSeason&season=20202021) i have same information from this URL (https://statsapi.web.nhl.com/api/v1/people/8475726)

MarchandMD commented 2 years ago

Check ur URL. This one works: https://statsapi.web.nhl.com/api/v1/people/8475726/stats?stats=statsSingleSeason&season=20202021

bbrewington commented 1 year ago

@erunion recommend closing this issue. See MarchandMD's fix in previous comment