Basketball Data
A simple api for getting per game box scores for players and teams - /games/list returns a list of games for a full season or for a single team - /games can be called with a team and a date for specific game data If you need some custom endpoint you can reach out, I will probably be able to add it for paid subscriptions.
Basketball Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Games /games |
Full teams and players boxscore for a single game |
| GET |
Games List /games/list |
Get a list of games for a team / season |