From bd4b3333e47092b104e0a776a2dad8a823caac5c Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Fri, 17 Jan 2020 16:00:47 +0000 Subject: [PATCH] added tournamenTypes endpoint --- stats-api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stats-api.md b/stats-api.md index c6ff1a8..cb0d1e4 100644 --- a/stats-api.md +++ b/stats-api.md @@ -867,6 +867,11 @@ This shows all the possible play types found within the liveData/plays portion o --- ### Tournaments + +`GET https://statsapi.web.nhl.com/api/v1/tournamentTypes` + +Gets the possible different tournament types. + `GET https://statsapi.web.nhl.com/api/v1/tournaments/playoffs` This is used for tracking nested tournaments, specifically the Playoffs due to the nature of their structure.