SharpSports provides a unique player object for each sport and league it supports.
{
"id": "PLYR_0000d0a3fb2841ed9dd66994bf6ea3c7",
"sportsdataioId": "60029917",
"sportradarId": null,
"oddsjamId": null,
"sportId": "SPRT_basketball",
"firstName": "Caden",
"lastName": "Smith",
"fullName": "Caden Smith"
}
Endpoints
id (string)
A unique identifier representing the PlayerID. Each PlayerID will start with the unique character set 'PLYR_'.
sportsdataioId (string)
A unique identifier coresponding to the event in the sportsdataio database.
sportradarId (string)
A unique identifier coresponding to the player in the sportradar database.
oddsjamId (string)
A unique identifier coresponding to the player in the oddsjam database.
sportId (string)
The SharpSports Sport ID associated with the player
firstName (string)
The first name of the player.
lastName (string)
The last name of the player (including suffix).
fullName (string)
The full name of the player (usually firstName + lastName).