Players
Retrieve a list of all players in a specific league.
GET https://data.unabated.com/player/{league}
URL Parameters
|
Field |
Type |
Description |
|
|
String |
The league for which to retrieve data. |
|
|
String |
The datetime after which changes or additions occurred to the players (in UTC time, ISO 8601 format). Will only return those rows. If null/empty, then all players are returned. |
Response Fields
|
Attribute |
Type |
Description |
|
|
String or null |
URL to the player's headshot image, if available. |
|
|
String or null |
The first name of the player. |
|
|
String or null |
The last name of the player. |
|
|
String or null |
The preferred name of the player, if available. |
|
|
Integer or null |
The jersey number of the player, if available. |
|
|
String or null |
The country of the player. |
|
|
String or null |
The priority level of the player (e.g., "low"). |
|
|
Integer or null |
The height of the player in inches. |
|
|
Integer or null |
The weight of the player in pounds. |
|
|
String or null |
The position of the player, if available. |
|
|
String or null |
The birth date of the player. |
|
|
Integer |
The identifier of the league the player belongs to. |
|
|
Integer or null |
The identifier of the team the player belongs to, if any. |
|
|
Object or null |
Partner-specific player data with partner keys and associated player IDs. |
|
|
String or null |
The last modification date and time in ISO 8601 format. |
|
|
Integer |
The unique identifier for the player. |