get
https://api.rotowire.com/Basketball/NBA/PlayerBios.php
Biographical information for NBA players including physical attributes and draft information.
Attributes
Fields
| Field | Type | Description |
|---|---|---|
CurrentTeamCode | string | |
FirstName | string | |
LastName | string | |
Position | string | |
Link | string | |
Bio | string | |
LastUpdated | string | |
Id | string |
Example Response
[
{
"CurrentTeamCode": null,
"FirstName": "Corey",
"LastName": "Brewer",
"Position": "F",
"Link": "https://www.rotowire.com/basketball/player/corey-brewer-1932",
"Bio": "Corey Wayne Brewer was born on March 5, 1986 in Portland, Tennessee.",
"LastUpdated": "2021-10-22T11:14:00-07:00",
"Id": "1932"
}
]