get https://api.sportradar.com/soccer//v4//players//profile.
Provides player information, including current and historical team membership info.
Update Frequency
300s Time To Live / Cache
Data Points
Competitor:
Competitor data is present in the
competitors
XML node for the player's current teams. It is also present within theroles
XML node for the player's past teams.
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. LIV (Liverpool FC) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitors - competitor | String | Country of a competitor ex. England |
country_code | competitors - competitor | String | Country code of a competitor ex. ENG (England) |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:44 (Liverpool FC) |
name | competitors - competitor | String | Name for a competitor ex. Liverpool FC |
qualifier | competitors - competitor | String | Designation of a competitor for a sport eventhome , away |
virtual | competitors - competitor | Boolean | Signifies a competitor is a virtual team whan true . Used for placeholder teams in TBD vs TBD matchups. |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | player | String | Country code of a player ex. EGY (Egypt) |
date_of_birth | player | Date | Date of birth of a player ex. 1992-06-15 |
gender | player | String | Gender of a playermale , female |
height | player | Integer | Height of a player in centimeters ex. 175 |
id | player | String | Unique ID of a player ex. sr:player:159665 |
jersey_number | player | Integer | Jersey number of a player |
name | player | String | Name of a player ex. Salah, Mohamed |
nationality | player | String | Nationality of a player ex. Egypt |
nickname | player | String | Nickname of a player |
place_of_birth | player | String | Place of birth of a player ex. Basyoun, El Gharbia |
preferred_foot | player | String | Preferred foot of a playerleft , right |
type | player | String | Position of a playergoalkeeper , defender , midfielder , forward |
weight | player | Integer | Weight of a player in kilograms ex. 71 |
Team Membership:
Attribute | Parent Element | Type | Description |
---|---|---|---|
active | role | Boolean | Signifies a player is currently active with the child competitor team when true |
end_date | role | String | Player's end date with the child competitor teamex. 2016-06-30 00:00:00 |
jersey_number | role | Integer | Jersey number of a player with the child competitor team |
type | player | String | Position of a player with the child competitor teamgoalkeeper , defender , midfielder , forward |
start_date | role | String | Player's start date with the child competitor teamex. 2014-01-26 00:00:00 |