mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2025-10-21 23:18:05 +00:00
made-with cleanup, added misc and updated README
This commit is contained in:
15
misc.md
Normal file
15
misc.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
Reference in New Issue
Block a user