get https://api.sportradar.com/cricket-t2//players//profile.
Provides player information, including current and historical team membership info, and statistics broken down by match format.
Update Frequency
300s Time To Live / Cache
Data Points
Team:
Team data is present in the
teams
androles
XML node for the player's current and/or past teams.
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | team | String | Abbreviation for a competitor name ex. BUL (Queensland Bulls) |
country | team | String | Country of a competitor ex. Australia |
country_code | team | String | Country code of a competitor ex. AUS (Australia) |
gender | team | String | Gender for a competitormale , female |
id | team | String | Unique ID for a competitor ex. sr:competitor:142678 (Queensland Bulls) |
name | team | String | Name for a competitor ex. Queensland Bulls |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
batting_style | player | String | Batting style of a player ex. right_handed_batsman |
bowling_style | player | String | Bowling style of a player ex. right_arm_medium |
country_code | player | String | Country code of a player ex. BGD (Bangladesh) |
date_of_birth | player | Date | Date of birth of a player ex. 1993-02-25 |
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:696896 |
name | player | String | Name of a player ex. Sarkar, Soumya |
nationality | player | String | Nationality of a player ex. Bangladesh |
nickname | player | String | Nickname of a player |
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 | role | String | Role type of a player with the child competitor teamex. player |
start_date | role | String | Player's start date with the child competitor teamex. 2014-01-26 00:00:00 |