jasonroman / nba-api

PHP Library to access NBA API endpoints
MIT License
96 stars 14 forks source link

Play by play for OT in game 0022100005 not working #17

Open ramirobentes opened 3 years ago

ramirobentes commented 3 years ago

I am trying to grab the play-by-play for both overtimes in the game with id 0022100005 and it gives me a status 200 but the content is empty. Here is the url http://data.nba.net/prod/v1/20211020/0022100005_pbp_5.json and http://data.nba.net/prod/v1/20211020/0022100005_pbp_6.json. Every other game that went to overtime works fine. Can anyone help me? Thanks in advance!