A collection of Player entities.
GET/basketball/v2/players
A Player
entity can be associated with a Team
, Position
, League
, and multiple other entities.
A Player
entity is used to represent an individual player that competes on a Team
in a League
and Event
.
Request
Query Parameters
Default value: 1
The collection page number
Default value: 30
The number of items per page
Responses
- 200
Player collection
Response Attributes and Relations
-
team
(Team
) -
firstName
(string) -
lastName
(string) -
currentSeasonStanding
(StandingPlayer
) -
currentPlayoffStanding
(StandingPlayer
) -
league
(League
) -
fullName
(string) -
heightInches
(float) -
weightLbs
(float) -
uniform
(string) -
experience
(string) -
birthDate
(string, date with time) -
collegeName
(string) -
uuid
(uuid) -
played
(bool) -
active
(bool) -
starter
(bool) -
fouledOut
(bool) -
onCourt
(bool) -
dfsSalary
(int) -
dfsCaptainSalary
(int) -
dfsPosition
(string) -
dfsPoints
(float) -
displayStatus
(string) -
isInjured
(bool) -
isActive
(bool) -
isSuspended
(bool) -
combinedName
(string) -
positions
(object,Position
) -
imageURL
(string) -
avatarUrl
(string)