Data APIs

Players Table: Player, Player ID, Team, TeamID, Start Year, End Year

Fill 0-3 fields then submit to the /Players endpoint!

Format limitation: If a player plays for a team, joins a new team, then returns to their original team, the format of start year-end year will include the absent period.

(e.g., It will show LeBron James played for CLE from 2004-2018 when he had actually spent 2011-2014 on the Miami Heat)

Teams Table: Team, TeamID, Start Year, End Year

Fill 0-1 of the fields then submit to the /Teams endpoint!

Precedence is given to year (e.g., if both a Team and Year are selected, the endpoint will retrieve all Teams for that year)

Playoffs Table: Team, Season, (Optional: Player)

Fill 0-1 of the fields then submit to the /Playoffs endpoint!

Precedence is in the following order: Year > Team > Player

Players are not included in the table, however the /Playoffs endpoint can retrieve playoff data for players.