python-mlb-statsapi
python-mlb-statsapi copied to clipboard
Update get_player_stats with new data types
MLB has added variables to the /stats API endpoint which is causing requests using get_player_stats to throw errors. I have updated the data split types with the new variables to correct the errors
I tested all of the updates manually on 2025 regular season data and all unit tests are passing.