mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2025-10-21 15:08:05 +00:00
Added note on default behavior of schedule endpoint.
This commit is contained in:
@@ -605,6 +605,10 @@ In order to get additional information the expand modifer can be used such as th
|
|||||||
|
|
||||||
`GET https://statsapi.web.nhl.com/api/v1/schedule` Returns a list of data about the schedule for a specified date range. If no date range is specified, returns results from the current day.
|
`GET https://statsapi.web.nhl.com/api/v1/schedule` Returns a list of data about the schedule for a specified date range. If no date range is specified, returns results from the current day.
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
Without any flags or modifiers this endpoint will NOT return pre-season games that occur on the current day. In order for pre-season games to show up the date must be specified as show below in the Modifiers section
|
||||||
|
|
||||||
#### Modifiers
|
#### Modifiers
|
||||||
`?expand=schedule.broadcasts` Shows the broadcasts of the game
|
`?expand=schedule.broadcasts` Shows the broadcasts of the game
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user