Retrieve data on fixtures for the current FPL season, obtained via the fixtures endpoint.

fpl_get_fixtures()

Value

a tibble

Examples

fpl_get_fixtures()
#> # A tibble: 380 x 16 #> code event finished finished_provis… id kickoff_time minutes #> <int> <int> <lgl> <lgl> <int> <dttm> <int> #> 1 1.06e6 1 TRUE TRUE 1 2019-08-09 00:00:00 90 #> 2 1.06e6 1 TRUE TRUE 8 2019-08-10 00:00:00 90 #> 3 1.06e6 1 TRUE TRUE 2 2019-08-10 00:00:00 90 #> 4 1.06e6 1 TRUE TRUE 3 2019-08-10 00:00:00 90 #> 5 1.06e6 1 TRUE TRUE 4 2019-08-10 00:00:00 90 #> 6 1.06e6 1 TRUE TRUE 7 2019-08-10 00:00:00 90 #> 7 1.06e6 1 TRUE TRUE 6 2019-08-10 00:00:00 90 #> 8 1.06e6 1 TRUE TRUE 5 2019-08-11 00:00:00 90 #> 9 1.06e6 1 TRUE TRUE 10 2019-08-11 00:00:00 90 #> 10 1.06e6 1 TRUE TRUE 9 2019-08-11 00:00:00 90 #> # … with 370 more rows, and 9 more variables: provisional_start_time <lgl>, #> # started <lgl>, team_a <int>, team_a_score <int>, team_h <int>, #> # team_h_score <int>, stats <list>, team_h_difficulty <int>, #> # team_a_difficulty <int>