Skip to main content
GET
/
athletes
Player Details
curl --request GET \
  --url https://v1.hockey.sportsapipro.com/athletes \
  --header 'x-api-key: <api-key>'

Overview

Returns detailed player information including bio, statistics, team, and current season performance.

Code Examples

curl -X GET "https://v1.hockey.sportsapipro.com/athletes?athletes=874" \
  -H "x-api-key: YOUR_API_KEY"
Use the /search endpoint to find athlete IDs by player name.

Authorizations

x-api-key
string
header
required

Your SportsAPI Pro API key

Query Parameters

athletes
integer
required

Player ID

Example:

874

Response

200

Player details retrieved successfully