This function fetches basic summary information on FPL Gameweeks.

get_round_info(round = NULL, season = NULL)

Arguments

round

The FPL Gameweek number for which basic summary information is requested, e.g. 20. You can list multiple rounds, e.g. with c(). If blank, the function fetches all Gameweeks.

season

To retrieve prior season data, enter a 2-digit year corresponding to the start of the historical FPL season of interest (e.g. '18' for the 2018/2019 season).

Examples

get_round_info(2:4)
#> id name deadline_time average_entry_score finished data_checked #> 1 2 Gameweek 2 2021-08-21T10:00:00Z 0 FALSE FALSE #> 2 3 Gameweek 3 2021-08-28T10:00:00Z 0 FALSE FALSE #> 3 4 Gameweek 4 2021-09-11T10:00:00Z 0 FALSE FALSE #> highest_scoring_entry deadline_time_epoch deadline_time_game_offset #> 1 NA 1629540000 0 #> 2 NA 1630144800 0 #> 3 NA 1631354400 0 #> highest_score is_previous is_current is_next chip_plays most_selected #> 1 NA FALSE FALSE TRUE NULL NA #> 2 NA FALSE FALSE FALSE NULL NA #> 3 NA FALSE FALSE FALSE NULL NA #> most_transferred_in top_element top_element_info.id top_element_info.points #> 1 NA NA NA NA #> 2 NA NA NA NA #> 3 NA NA NA NA #> transfers_made most_captained most_vice_captained #> 1 0 NA NA #> 2 0 NA NA #> 3 0 NA NA