To get points per quarter with Livestream API, follow the instructions from the documentation and use types=bxa or types=bxt:
- bxa - boxscore - statistics for teams and players for the match as well as statistics for players and teams broken down by quarter.
- bxt - boxscore - statistics for teams and players for the match as well as statistics for teams broken down by quarter.
API call example: https://live.test.wh.geniussports.com/v2/basketball/read/matchid?ak=your_api_key&types=bxa
1️⃣ Change matchid with your matchid.
2️⃣ Change your_api _key with your api key.