cURL
curl --request GET \ --url https://v1.hockey.sportsapipro.com/athletes \ --header 'x-api-key: <api-key>'
Get detailed information for a hockey player
curl -X GET "https://v1.hockey.sportsapipro.com/athletes?athletes=874" \ -H "x-api-key: YOUR_API_KEY"
/search
Your SportsAPI Pro API key
Player ID
874
Player details retrieved successfully
Was this page helpful?