whatadewitt / yahoo-fantasy-sports-api

NodeJS wrapper for the Yahoo! Fantasy Sports API
https://yahoo-fantasy-node-docs.vercel.app/
MIT License
192 stars 52 forks source link

Opponent Names for Football #18

Closed mehtaculous closed 7 years ago

mehtaculous commented 7 years ago

Which resource would I have to use to find out opponent names for weekly nfl player stats?

charlietfl commented 7 years ago

I couldn't find anything in Yahoo API that provides the nfl game info. I found this resource http://www.nfl.com/ajax/scorestrip?season=2016&seasonType=REG&week=5.

Haven't found any docs for that API either. It returns xml and I haven't figured out how to set it to return json but it is also CORS enabled. I ended up looping through every week and storing the data myself then matching it to players as needed

whatadewitt commented 7 years ago

I think this data comes from Sports, not Fantasy Sports, which isn't open, unfortunately...