From 8da9026d5e3a845b0aa12626b143e85d216ee2d3 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Tue, 17 Sep 2019 17:13:09 +0000 Subject: [PATCH] Added note on default behavior of schedule endpoint. --- stats-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stats-api.md b/stats-api.md index 9182545..5d92d4b 100644 --- a/stats-api.md +++ b/stats-api.md @@ -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. +#### 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 `?expand=schedule.broadcasts` Shows the broadcasts of the game