nhlapi
nhlapi copied to clipboard
Documenting the publicly accessible portions of the NHL API
Has anyone used the end point: `https://statsapi.web.nhl.com/api/v1/game/'game_id'/feed/live/diffPatch?startTimecode=` I'm basically trying to create player notifications for stats that happen, i.e. a notification appears when Caufield scores a goal. The endpoint `https://statsapi.web.nhl.com/api/v1/game/'game_id'/feed/live/`...
hi, has anyone been able to get post season standings by season, for the league? I tried modifying the regularseason query and changing the standingsType to P, or postseason, or...
[https://statsapi.web.nhl.com/api/v1/schedule?date=2020-09-05](url) API sends only one game on a specific date, But originally on the same date, we have 2 games. API sends game data of next-day game instead of same-day...
Hi, It looks like choosing a date does not work. Any date will result with 82 games played. In documentation, the cited example is ; https://statsapi.web.nhl.com/api/v1/standings/wildCardWithLeaders?date=2018-01-16 but it returns teams...
Do you have an idea how to query to include stats like face off wins and takeaways by player? I can only find them in the game/boxscore endpoint. Thanks! This...
I've got a Discord bot in python that I've switched over to using this API. While the full bot is way out of the scope of the NHL.com API, I'd...
I'm wondering if there's any way of figuring out what a teams game day roster would be, or if an injury list existed in anyway.