For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Player profile

get

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
get
/sports/{language}/players/sr:player:{id}/profile.xml

Last updated

Was this helpful?