Fantasy-Premier-League
Fantasy-Premier-League copied to clipboard
Player injury info
It would be useful to have some indication of if a player was injured in a given gameweek (beyond just seeing their minutes are 0). This doesn't seem to be under https://fantasy.premierleague.com/api/element-summary/123/ but it is tracked by fpl to some degree. For example chance_of_playing_next_round, chance_of_playing_this_round and news in https://fantasy.premierleague.com/api/bootstrap-static/ . However this seems to only be current info. Might this be something worth capturing? If so are historic info for these fields stored anywhere?
Sadly, I have no way of going back and adding this data for past gws. But, this can be done for the 20-21 season onwards.
Just wondering if this ever got added? I can't seem to find anywhere.
That is why i think it would be interesting to save all JSON without any transformation so that we can go back to the historic json to extract fields. Is it possible ?
Most of the information from the JSON is usually parsed. The only thing possibly missing is the injury info and I haven't gotten around to add it.
any idea where this data can be found if not In the datasets? I'm trying to find historical data around injuries but it's evading me. :(
You can try checking out the repository at every single commit in its history and then use the version of the raw json file to extract the injury data.
@alanjeffares, did you manage to compile the historical injury and suspension data?
@alanjeffares, did you manage to compile the historical injury and suspension data?
No, this is not something I will have time to do, unfortunately.