toddrob99 / MLB-StatsAPI

Python wrapper for MLB Stats API
GNU General Public License v3.0
533 stars 100 forks source link

[Request] Add national broadcast information to `schedule` data #71

Closed WardBrian closed 2 years ago

WardBrian commented 2 years ago

It's possible to get information about where a game is being broadcast from the schedule endpoint:

https://statsapi.mlb.com/api/v1/schedule?sportId=1&date=2022-04-10&hydrate=broadcasts

Especially with all the new services, it would be great to include national broadcasts in the schedule() method's return data. I don't think non-national would be that valuable, since it will usually be the same network

toddrob99 commented 2 years ago

v1.5 is published to pypi now