get https://api.sportradar.com/soccer//v4//seasons//players.
Provides names and ids for all participating players for a given season.
Update Frequency
300s Time To Live / Cache
Pagination Note
Pagination will often be required to pull all data within this feed. By default, the feed will return 1,000 players.
Data Points
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 |
display_first_name | player | String | Display first name of a player ex. Mohamed |
display_last_name | player | String | Display last name of a player ex. Salah |
first_name | player | String | Display last name of a player ex. Mohamed Salah Hamed |
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 |
last_name | player | String | Last name of a player ex. Mahrous Ghaly |
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 |
type | player | String | Position of a playergoalkeeper , defender , midfielder , forward |
weight | player | Integer | Weight of a player in kilograms ex. 71 |