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

Added /positions endpoint

This commit is contained in:
Brett Markowitz 2020-01-07 14:32:20 +00:00
parent 542da5bd8a
commit efd46ff48b

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