ESPN-Fantasy-Football-API
ESPN-Fantasy-Football-API copied to clipboard
Has anyone been able to pull live projected points out of the response?
I have been able to successfully edit this API for my needs by adding new things to pull out of the response. However, I can not seem to get schedule[i].away/home.totalProjectedPointsLive out of the response even though it is there. I'm curious if there is some issue with this particular field.
You need to include the mScoreboard view along with the mMatchupScore view to make the totalProjectedPointsLive data available.
You need to include the mScoreboard view along with the mMatchupScore view to make the totalProjectedPointsLive data available.
can this be added to the current client? @mkreiser - projected scores are pretty useful for most use cases. Pretty quick update. Adding team name and other stuff besides just team ID would be useful too.