get
https://api.rotowire.com/Basketball/NBA/DepthChart.php
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Teams | array |
Teams Object
| Field | Type | Description |
|---|---|---|
Name | string | |
Nickname | string | |
Players | array | |
Id | string | |
Code | string |
Players Object
| Field | Type | Description |
|---|---|---|
Rank | string | |
FirstName | string | |
LastName | string | |
Position | string | |
_Rank | string | |
Id | string |
Example Response
{
"Teams": [
{
"Name": "Atlanta Hawks",
"Nickname": "Hawks",
"Players": [
{
"Rank": "1",
"FirstName": "Onyeka",
"LastName": "Okongwu",
"Position": "C",
"_Rank": "1",
"Id": "5118"
}
],
"Id": "8",
"Code": "ATL"
}
]
}