I found two interfaces for data.ncaa.com that look more accurate and reliable than ncaa-data-api.appspot.com and contain more data. The following are two examples. Replace basketball with your favorite sport, and change the date, game information, and the name "callback" ... which is actually a shortcut to the data feed.
Individual game detail: http://data.ncaa.com/jsonp/game/basketball-men/d1/2015/04/06/wisconsin-duke/boxscore.json?callback=ncaaGameTabs.drawTab
A daily list of games, including scheduled, unfinished, and completed games: http://data.ncaa.com/jsonp/scoreboard/basketball-men/d1/2016/01/23/scoreboard.html
When I tried to use ncaa-data-api.appspot.com, I ran into problems of missing teams, the leaving flag was used in both teams if the site was neutral, creating a problem with duplicate data that needs to be filtered, and duplicate data in one channel when multiple calls to the same api function. Each call resulted in the data feed adding a different data set.
source share