This function fetches historical statistics for a Fantasy Premier League entry given the entry ID(s).

get_entry_hist(entryid = NULL)

Arguments

entryid

The entry ID(s). Can be found on the FPL website under 'Gameweek history' in the URL - https://fantasy.premierleague.com/entry/XXXXXX/history. You can list multiple, e.g. with c().

Examples

get_entry_hist(1076)
#> season_name total_points rank name #> 1 2017/18 1696 3596162 Marijn Sanders #> 2 2019/20 2242 155459 Marijn Sanders #> 3 2020/21 2384 115175 Marijn Sanders