Retrieve comprehensive data for a user in the current FPL season, obtained via the user entry history endpoint.

fpl_get_user(user_id)

Arguments

user_id

user ID (found in a user's team page URL on the main FPL site).

Value

a list

Examples

fpl_get_user(user_id = 3808385)
#> $current #> event points total_points rank rank_sort overall_rank bank value #> 1 1 44 44 4934526 4976588 4934675 0 1000 #> 2 2 49 93 1280953 1326319 3941781 0 1000 #> event_transfers event_transfers_cost points_on_bench #> 1 0 0 14 #> 2 0 0 11 #> #> $past #> season_name total_points rank #> 1 2018/19 1804 4031890 #> #> $chips #> list() #>