From 8aa99cda57ebeaa35d75132d6a8ab89d915a7364 Mon Sep 17 00:00:00 2001 From: Daniel Temkin Date: Mon, 16 Dec 2019 21:57:03 +0000 Subject: [PATCH] Update stats-api.md - expand schedule modifiers --- stats-api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stats-api.md b/stats-api.md index 216f746..52af9d1 100644 --- a/stats-api.md +++ b/stats-api.md @@ -945,7 +945,7 @@ Without any flags or modifiers this endpoint will NOT return pre-season games th `?expand=schedule.ticket` Provides the different places to buy tickets for the upcoming games -`?teamId=30` Limit results to a specific team. Team ids can be found through the teams endpoint +`?teamId=30,17` Limit results to a specific team(s). Team ids can be found through the teams endpoint `?date=2018-01-09` Single defined date for the search @@ -953,6 +953,10 @@ Without any flags or modifiers this endpoint will NOT return pre-season games th `?endDate=2018-01-12` End date for the search +`?season=20172018` Returns all games from specified season + +`?gameType=R` Restricts results to only regular season games. Can be set to any value from [Game Types](#game-types) endpoint + `GET https://statsapi.web.nhl.com/api/v1/schedule?teamId=30` Returns Minnesota Wild games for the current day. ```