NBA API Version
v1
Issue
According to documentation, the commonallplayers endpoint typically includes POSITION information. But right now, all I can see is:
NBA API Column Headers: [
'PERSON_ID',
'DISPLAY_LAST_COMMA_FIRST',
'DISPLAY_FIRST_LAST',
'ROSTERSTATUS',
'FROM_YEAR',
'TO_YEAR',
'PLAYERCODE',
'PLAYER_SLUG',
'TEAM_ID',
'TEAM_CITY',
'TEAM_NAME',
'TEAM_ABBREVIATION',
'TEAM_SLUG',
'TEAM_CODE',
'GAMES_PLAYED_FLAG',
'OTHERLEAGUE_EXPERIENCE_CH'
]
Code
No response