diff --git a/README.md b/README.md index a1b3565..53b62f6 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,10 @@ shots, PIMs, blocked, takeaways, giveaways and hits. `GET http://statsapi.web.nhl.com/api/v1/game/ID/content` Complex endpoint returning multiple types of media relating to the game including videos of shots, goals and saves. +`GET https://statsapi.web.nhl.com/api/v1/game/ID/feed/live/diffPatch?startTimecode=yyyymmdd_hhmmss` +Returns updates (like new play events, updated stats for boxscore, etc.) for the specified game ID +since the given startTimecode. If the startTimecode param is missing, returns an empty array. + #### Game IDs The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 season). The next 2 digits give the type of game, where 01 = preseason, 02 = regular season, 03 = playoffs, 04 = all-star. The final 4 digits identify the specific game number. For regular season and preseason games, this ranges from 0001 to the number of games played. (1271 for seasons with 31 teams (2017 and onwards) and 1230 for seasons with 30 teams). For playoff games, the 2nd digit of the specific number gives the round of the playoffs, the 3rd digit specifies the matchup, and the 4th digit specifies the game (out of 7).