1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-22 02:24:54 +00:00

Merge branch 'patch-1' into 'master'

Added /positions endpoint

See merge request dword4/nhlapi!26
This commit is contained in:
Drew Hynes 2020-01-07 14:54:12 +00:00
commit b4e39f2c24

View File

@ -224,6 +224,10 @@ specify the id value in order to return data.
``` ```
`GET https://statsapi.web.nhl.com/api/v1/people/ID/stats` Complex endpoint with `GET https://statsapi.web.nhl.com/api/v1/people/ID/stats` Complex endpoint with
lots of append options to change what kind of stats you wish to obtain lots of append options to change what kind of stats you wish to obtain
`GET https://statsapi.web.nhl.com/api/v1/positions` Simple endpoint that
obtains an array of eligible positions in the NHL
#### Modifiers #### Modifiers
`?stats=statsSingleSeason&season=19801981` Obtains single season statistics `?stats=statsSingleSeason&season=19801981` Obtains single season statistics
for a player for a player