mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
304 stars 76 forks source link

Has anyone been able to pull live projected points out of the response? #174

Closed VinPropane closed 10 months ago

VinPropane commented 3 years ago

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.

image

jamesshaw1987 commented 3 years ago

You need to include the mScoreboard view along with the mMatchupScore view to make the totalProjectedPointsLive data available.

billy-ferris commented 2 years ago

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.