get https://api.sportradar.com/americanfootball//v2//players//profile.
Global Football Player Profile provides player biographical information, including current team.
Update Frequency
300s Time To Live / Cache
Data Points
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. DEN (Denver Broncos) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitors - competitor | String | Country of a competitor ex. USA |
country_code | competitors - competitor | String | Country code of a competitor ex. USA (United States)) |
division | competitors - competitor | Integer | Division number for a competitor |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:4418 (Denver Broncos) |
name | competitors - competitor | String | Name for a competitor ex. Denver Broncos |
state | competitors - competitor | String | State of a competitor ex. CO (Colorado) |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | player | String | Country code of a player ex. USA (United States) |
date_of_birth | player | Date | Date of birth of a player ex. 2000-02-25 |
gender | player | String | Gender of a playermale , female |
height | player | Integer | Height of a player in centimeters ex. 188 |
id | player | String | Unique ID of a player ex. sr:player:1692885 |
jersey_number | player | Integer | Jersey number of a player |
name | player | String | Name of a player ex. Nix, Bo |
nationality | player | String | Nationality of a player ex. United states |
nickname | player | String | Nickname of a player |
type | 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. QB , WR , TE , DB |
weight | player | Integer | Weight of a player in kilograms ex. 97 |