Retrieve player data for the current FPL season, obtained via the bootstrap-static API endpoint.

fpl_get_player_all()

Value

a tibble

Examples

fpl_get_player_all()
#> # A tibble: 529 x 53 #> chance_of_playi… chance_of_playi… code cost_change_eve… cost_change_eve… #> <int> <int> <int> <dbl> <int> #> 1 NA NA 69140 -0.1 1 #> 2 0 0 98745 0 0 #> 3 100 75 111457 0 0 #> 4 NA NA 154043 0 0 #> 5 NA NA 39476 0 0 #> 6 NA NA 38411 0 0 #> 7 0 0 51507 0 0 #> 8 0 0 233963 -0.1 1 #> 9 0 0 80254 0 0 #> 10 0 0 156074 0 0 #> # … with 519 more rows, and 48 more variables: cost_change_start <dbl>, #> # cost_change_start_fall <int>, dreamteam_count <int>, element_type <int>, #> # ep_next <dbl>, ep_this <dbl>, event_points <int>, first_name <chr>, #> # form <dbl>, id <int>, in_dreamteam <lgl>, news <chr>, news_added <chr>, #> # now_cost <dbl>, photo <chr>, points_per_game <dbl>, second_name <chr>, #> # selected_by_percent <dbl>, special <lgl>, squad_number <lgl>, status <chr>, #> # team <int>, team_code <int>, total_points <int>, transfers_in <int>, #> # transfers_in_event <int>, transfers_out <int>, transfers_out_event <int>, #> # value_form <dbl>, value_season <dbl>, web_name <chr>, minutes <int>, #> # goals_scored <int>, assists <int>, clean_sheets <int>, #> # goals_conceded <int>, own_goals <int>, penalties_saved <int>, #> # penalties_missed <int>, yellow_cards <int>, red_cards <int>, saves <int>, #> # bonus <int>, bps <int>, influence <dbl>, creativity <dbl>, threat <dbl>, #> # ict_index <dbl>