From fa3b797005dfcb60c1734d8332fc73c79f4d81cb Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Sat, 4 Apr 2020 08:13:38 -0400 Subject: [PATCH 1/2] fixed formatting on seasons/current --- stats-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stats-api.md b/stats-api.md index cb0d1e4..6b47275 100644 --- a/stats-api.md +++ b/stats-api.md @@ -1258,7 +1258,9 @@ Without any flags or modifiers this endpoint will NOT return pre-season games th `GET https://statsapi.web.nhl.com/api/v1/seasons/20172018` Gets just the data for a specific season `GET https://statsapi.web.nhl.com/api/v1/seasons/current` Returns the current season, very useful for code that depends upon this information + --- + ### Standings `GET https://statsapi.web.nhl.com/api/v1/standings` Returns ordered standings data From 6760c43aa3a8485550f79bbe016e042ba3c39dfd Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Sat, 4 Apr 2020 08:16:40 -0400 Subject: [PATCH 2/2] removed standings/date as it no longer works --- stats-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/stats-api.md b/stats-api.md index 6b47275..01cb36e 100644 --- a/stats-api.md +++ b/stats-api.md @@ -1299,8 +1299,6 @@ for each team broken up by divisions #### Modifiers `?season=20032004` Standings for a specified season -`?date=2018-01-09` Standings on a specified date - `?expand=standings.record` Detailed information for each team including home and away records, record in shootouts, last ten games, and split head-to-head records against divisions and conferences ```