mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-21 18:14:55 +00:00
626 B
626 B
Miscellaneous
This area documents things not directly part of the NHL API but related to it, utilized by it or otherwise related to it somehow.
Player Name Suggestion
This service appears to be a search of players based on name
GET https://suggest.svc.nhl.com/svc/suggest/v1/minplayers/NAME/NUMBER
Takes the NAME value which can be any part of a player's name and a NUMBER of results to return, this endpoint searches for all players with this name fragment
GET https://suggest.svc.nhl.com/svc/suggest/v1/minactiveplayers/NAME/NUMBER
Same as the minplayers endpoint however this only looks at active players.