Retrieve detailed data for a player in the current FPL season, obtained via the element summary endpoint.

fpl_get_player_detailed(player_id, convert_prices = TRUE)

Arguments

player_id

player's ID (id field from fpl_get_player_all output).

convert_prices

Convert player price-related metrics to familiar denominations (TRUE by default)

Value

a list

Examples

fpl_get_player_detailed(player_id = 3)
#> $fixtures #> code team_h team_h_score team_a team_a_score event finished minutes #> 1 1059725 10 NA 1 NA 3 FALSE 0 #> 2 1059732 1 NA 17 NA 4 FALSE 0 #> 3 1059750 18 NA 1 NA 5 FALSE 0 #> 4 1059752 1 NA 2 NA 6 FALSE 0 #> 5 1059768 12 NA 1 NA 7 FALSE 0 #> 6 1059772 1 NA 3 NA 8 FALSE 0 #> 7 1059789 15 NA 1 NA 9 FALSE 0 #> 8 1059792 1 NA 7 NA 10 FALSE 0 #> 9 1059803 1 NA 20 NA 11 FALSE 0 #> 10 1059814 9 NA 1 NA 12 FALSE 0 #> 11 1059823 1 NA 16 NA 13 FALSE 0 #> 12 1059838 14 NA 1 NA 14 FALSE 0 #> 13 1059842 1 NA 4 NA 15 FALSE 0 #> 14 1059861 19 NA 1 NA 16 FALSE 0 #> 15 1059862 1 NA 11 NA 17 FALSE 0 #> 16 1059875 8 NA 1 NA 18 FALSE 0 #> 17 1059882 3 NA 1 NA 19 FALSE 0 #> 18 1059892 1 NA 6 NA 20 FALSE 0 #> 19 1059902 1 NA 12 NA 21 FALSE 0 #> 20 1059915 7 NA 1 NA 22 FALSE 0 #> 21 1059922 1 NA 15 NA 23 FALSE 0 #> 22 1059939 6 NA 1 NA 24 FALSE 0 #> 23 1059943 5 NA 1 NA 25 FALSE 0 #> 24 1059952 1 NA 13 NA 26 FALSE 0 #> 25 1059962 1 NA 8 NA 27 FALSE 0 #> 26 1059976 11 NA 1 NA 28 FALSE 0 #> 27 1059982 1 NA 19 NA 29 FALSE 0 #> 28 1059994 4 NA 1 NA 30 FALSE 0 #> 29 1060009 16 NA 1 NA 31 FALSE 0 #> 30 1060013 1 NA 14 NA 32 FALSE 0 #> 31 1060031 20 NA 1 NA 33 FALSE 0 #> 32 1060033 1 NA 9 NA 34 FALSE 0 #> 33 1060049 17 NA 1 NA 35 FALSE 0 #> 34 1060052 1 NA 10 NA 36 FALSE 0 #> 35 1060063 2 NA 1 NA 37 FALSE 0 #> 36 1060072 1 NA 18 NA 38 FALSE 0 #> provisional_start_time kickoff_time event_name is_home difficulty #> 1 FALSE 2019-08-24T16:30:00Z Gameweek 3 FALSE 5 #> 2 FALSE 2019-09-01T15:30:00Z Gameweek 4 TRUE 4 #> 3 FALSE 2019-09-15T15:30:00Z Gameweek 5 FALSE 3 #> 4 FALSE 2019-09-22T15:30:00Z Gameweek 6 TRUE 2 #> 5 FALSE 2019-09-30T19:00:00Z Gameweek 7 FALSE 4 #> 6 FALSE 2019-10-06T15:30:00Z Gameweek 8 TRUE 2 #> 7 FALSE 2019-10-21T19:00:00Z Gameweek 9 FALSE 2 #> 8 FALSE 2019-10-27T16:30:00Z Gameweek 10 TRUE 3 #> 9 FALSE 2019-11-02T15:00:00Z Gameweek 11 TRUE 3 #> 10 FALSE 2019-11-10T15:00:00Z Gameweek 12 FALSE 3 #> 11 FALSE 2019-11-23T15:00:00Z Gameweek 13 TRUE 2 #> 12 FALSE 2019-12-01T15:00:00Z Gameweek 14 FALSE 2 #> 13 FALSE 2019-12-03T19:45:00Z Gameweek 15 TRUE 2 #> 14 FALSE 2019-12-07T15:00:00Z Gameweek 16 FALSE 3 #> 15 FALSE 2019-12-14T15:00:00Z Gameweek 17 TRUE 4 #> 16 FALSE 2019-12-21T15:00:00Z Gameweek 18 FALSE 4 #> 17 FALSE 2019-12-26T15:00:00Z Gameweek 19 FALSE 3 #> 18 FALSE 2019-12-28T15:00:00Z Gameweek 20 TRUE 4 #> 19 FALSE 2020-01-01T15:00:00Z Gameweek 21 TRUE 4 #> 20 FALSE 2020-01-11T15:00:00Z Gameweek 22 FALSE 2 #> 21 FALSE 2020-01-18T15:00:00Z Gameweek 23 TRUE 2 #> 22 FALSE 2020-01-22T19:45:00Z Gameweek 24 FALSE 4 #> 23 FALSE 2020-02-01T15:00:00Z Gameweek 25 FALSE 2 #> 24 FALSE 2020-02-08T15:00:00Z Gameweek 26 TRUE 2 #> 25 FALSE 2020-02-22T15:00:00Z Gameweek 27 TRUE 2 #> 26 FALSE 2020-02-29T15:00:00Z Gameweek 28 FALSE 5 #> 27 FALSE 2020-03-07T15:00:00Z Gameweek 29 TRUE 2 #> 28 FALSE 2020-03-14T15:00:00Z Gameweek 30 FALSE 2 #> 29 FALSE 2020-03-21T15:00:00Z Gameweek 31 FALSE 2 #> 30 FALSE 2020-04-04T14:00:00Z Gameweek 32 TRUE 2 #> 31 FALSE 2020-04-11T14:00:00Z Gameweek 33 FALSE 3 #> 32 FALSE 2020-04-18T14:00:00Z Gameweek 34 TRUE 3 #> 33 FALSE 2020-04-25T14:00:00Z Gameweek 35 FALSE 4 #> 34 FALSE 2020-05-02T14:00:00Z Gameweek 36 TRUE 4 #> 35 FALSE 2020-05-09T14:00:00Z Gameweek 37 FALSE 2 #> 36 FALSE 2020-05-17T14:00:00Z Gameweek 38 TRUE 3 #> #> $history #> element fixture opponent_team total_points was_home kickoff_time #> 1 3 10 13 0 FALSE 2019-08-11T13:00:00Z #> 2 3 11 5 1 TRUE 2019-08-17T11:30:00Z #> team_h_score team_a_score round minutes goals_scored assists clean_sheets #> 1 0 1 1 0 0 0 0 #> 2 2 1 2 19 0 0 0 #> goals_conceded own_goals penalties_saved penalties_missed yellow_cards #> 1 0 0 0 0 0 #> 2 0 0 0 0 0 #> red_cards saves bonus bps influence creativity threat ict_index value #> 1 0 0 0 0 0.0 0.0 0 0.0 5.5 #> 2 0 0 0 2 2.2 0.3 0 0.3 5.5 #> transfers_balance selected transfers_in transfers_out #> 1 0 93903 0 0 #> 2 -32126 61787 416 32542 #> #> $history_past #> season_name element_code start_cost end_cost total_points minutes #> 1 2017/18 111457 6 5.8 108 2146 #> 2 2018/19 111457 5 4.9 81 1886 #> goals_scored assists clean_sheets goals_conceded own_goals penalties_saved #> 1 2 4 10 30 0 0 #> 2 0 7 5 29 1 0 #> penalties_missed yellow_cards red_cards saves bonus bps influence creativity #> 1 0 3 0 0 6 510 443.2 334.9 #> 2 0 5 0 0 10 382 323.2 445.9 #> threat ict_index #> 1 404.0 118.3 #> 2 242.0 101.0 #>