From 542da5bd8ad02acded71070cf6ef3816fe1d7c38 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Mon, 23 Dec 2019 15:28:02 +0000 Subject: [PATCH] Added gameStatus endpoint --- stats-api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stats-api.md b/stats-api.md index 52af9d1..1a34afc 100644 --- a/stats-api.md +++ b/stats-api.md @@ -849,6 +849,12 @@ The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 s Returns list of game types with description and post-season status +#### Game Status + +`GET https://statsapi.web.nhl.com/api/v1/gameStatus` + +Returns a list of game status values + #### Play Types `GET https://statsapi.web.nhl.com/api/v1/playTypes`