1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-24 11:34:54 +00:00

Added linescore endpoint for game info

This commit is contained in:
Drew Hynes 2018-09-17 20:13:03 +00:00
parent c20e1d874a
commit f6a98dc911

View File

@ -509,6 +509,10 @@ with a JSON viewer.
than `feed/live` and is much more suitable for post-game details including goals, than `feed/live` and is much more suitable for post-game details including goals,
shots, PIMs, blocked, takeaways, giveaways and hits. shots, PIMs, blocked, takeaways, giveaways and hits.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/linescore` Even fewer details than
boxscore. Has goals, shots on goal, powerplay and goalie pulled status, number of
skaters and shootout information if applicable
`GET http://statsapi.web.nhl.com/api/v1/game/ID/content` Complex endpoint returning `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. multiple types of media relating to the game including videos of shots, goals and saves.