jbkuczma / NBAreact

🏀 iOS and Android NBA app created with React Native
MIT License
105 stars 46 forks source link

Look at differences between /games endpoint #74

Open jbkuczma opened 6 years ago

jbkuczma commented 6 years ago

Currently the ScoresScreen is populated with data from data.nba.net. There is another endpoint from stats.nba.com that provides game info as well, sometimes with more information. This ticket is a place to gather info for if I want to change the source or even extend to include data from both sources.

Example endpoints:

Source URL Notable Data
data.nba.net https://data.nba.net/prod/v2/20180507/scoreboard.json - Faster data updates (not verified, based on observation)
- All data for a game is contained in one object
- Playoff matchup information
stats.nba.com http://stats.nba.com/stats/scoreboardV2/?gamedate=2018-05-07&leagueid=00&dayoffset=0 - TeamLeaders for game
- Playoff matchup information
- Last Meeting
- Win Probability (empty)
jbkuczma commented 6 years ago

Playoff data