get https://api.sportradar.com/curling//v2//competitors//profile.
Curling Competitor Profile provides top-level information for a given team, including a team roster.
Update Frequency
300s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | category | String | Country code for a competition category |
id | category | String | Unique category ID for a competition ex. sr:category:178 (International) |
name | category | String | Name for a competition category ex. International |
id | sport | String | Unique sport ID for a sport event ex. sr:sport:28 |
name | sport | String | Name for a sport event's sport ex. Curling |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitor | String | Abbreviation for a competitor name ex. NOR |
country | competitor | String | Country of a competitor ex. Norway |
country_code | competitor | String | Country code of a competitor ex. NOR |
id | competitor | String | Unique ID for a competitor ex. sr:competitor:5704 |
name | competitor | String | Name for a competitor ex. Norway |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | players - player | String | Country code of a player ex. USA (United States) |
date_of_birth | players - player | Date | Date of birth of a player ex. 2000-02-25 |
gender | players - player | String | Gender of a playermale , female |
height | players - player | Integer | Height of a player in centimeters ex. 180 |
id | players - player | String | Unique ID of a player ex. sr:player:1692885 |
jersey_number | players - player | Integer | Jersey number of a player |
name | players - player | String | Name of a player ex. Proskuryakov, Ilya |
nationality | players - player | String | Nationality of a player ex. Russian federation |
nickname | players - player | String | Nickname of a player |
type | players - player | String | Position of a player See the enum_player_type entry in our Open API Spec for a complete list of player positions ex. F , D , LW , C |
weight | players - player | Integer | Weight of a player in kilograms ex. 78 |