Endpoint
The player profile endpoint provides player information such as the name, nationality, gender, height, weight, DOB, etc in the requested language.
A player here is a player in a team. (A tennis player is a competitor)
Endpoint Parameters
Parameter
Description
Possible Values
language
Required
Language code for translation.
See all supported languages and their codes on language support
id
Required
The ID of the player
Example: 852078
Name and details about a player. xml schema
Authorizations
x-access-tokenstringRequired
Path parameters
languagestringRequired
Language code for translation.
idintegerRequired
The ID for the player.
Responses
200
successful operation
application/xml
401
Unauthorized
application/json
403
Access denied
application/json
500
Internal server error
application/json
get
/sports/{language}/players/sr:player:{id}/profile.xmlLast updated
Was this helpful?