nflgame icon indicating copy to clipboard operation
nflgame copied to clipboard

End Yardline

Open NextPlayPredictions opened this issue 8 years ago • 0 comments

I'm trying to access a given play's end yardline number. Each Play object contains an instance variable "yardline" that returns a given play's line of scrimmage to start the play. I need the yardline that the play ends at.

Does anyone know of a solution to this? If not, can functionality be added? NFL.com's API notes that it contains both a starting yardline and ending yardline for its Play class structure.

https://api.nfl.com/docs/league/models/play/index.html

Thanks

NextPlayPredictions avatar Jul 21 '17 01:07 NextPlayPredictions