Schema of the parsed data - ethanluoyc/statsnba-playbyplay GitHub Wiki

Overall Schema of a Game

Some notes:

  1. _boxscore, _playbyplay include original JSON data from the API call.
  2. matchups include matchups of the game which is parsed based on the players on the court. Every element in matchups records the players in the matchup, the statistics (FGM, FGA, OREB etc) and other information such as elapsed_seconds
  3. all the id fields in a game refers to their id on stats.nba.com.