[Football] Get player bye week? #380
Answered
by
cwendt94
Kjeldgaard
asked this question in
ESPN API
-
Hi, With bye weeks just around the corner, has anybody figured out how to determine if a player is on bye? |
Beta Was this translation helpful? Give feedback.
Answered by
cwendt94
Oct 13, 2022
Replies: 1 comment 3 replies
-
I can add a field to the box_player class for bye week. To figure out if a player is on bye, you also have to get the pro schedule of the team the player is on a check if that team is on a bye. So right now I can only add it to the box_score functionality because that currently is the only place I am getting pro schedule data. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
cwendt94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can add a field to the box_player class for bye week. To figure out if a player is on bye, you also have to get the pro schedule of the team the player is on a check if that team is on a bye. So right now I can only add it to the box_score functionality because that currently is the only place I am getting pro schedule data.