BurntSushi / nflgame

An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
http://pdoc.burntsushi.net/nflgame
The Unlicense
1.27k stars 412 forks source link

College Version? #210

Closed pdbethke closed 8 years ago

pdbethke commented 8 years ago

This may have been covered before, but is there any possiblity of a college (NCAA Div I for example) version? I'm assuming the root issue is finding a feed that approximates the one used for the NFL version and adapting that? I'm working on a fantasy football app that covers the collegiate schedule and this would be immensely helpful in automatically scoring the results.

BurntSushi commented 8 years ago

No, sorry, precisely for the reasons you stated.

pdbethke commented 8 years ago

Understood - Although I did discover the feeds provided by Sportradar, eg. http://developer.sportradar.us/docs/NCAA_Football_API. They offer a 3-month developer trial and the data is very useful, though after the trail you need to pay for it, obviously.