Retrieve data on teams in the current FPL season, obtained via the teams endpoint.

fpl_get_teams()

Value

a tibble

Examples

fpl_get_teams()
#> # A tibble: 20 x 20 #> code draw form id loss name played points position short_name #> <int> <int> <lgl> <int> <int> <chr> <int> <int> <int> <chr> #> 1 3 0 NA 1 0 Arse… 0 0 0 ARS #> 2 7 0 NA 2 0 Asto… 0 0 0 AVL #> 3 91 0 NA 3 0 Bour… 0 0 0 BOU #> 4 36 0 NA 4 0 Brig… 0 0 0 BHA #> 5 90 0 NA 5 0 Burn… 0 0 0 BUR #> 6 8 0 NA 6 0 Chel… 0 0 0 CHE #> 7 31 0 NA 7 0 Crys… 0 0 0 CRY #> 8 11 0 NA 8 0 Ever… 0 0 0 EVE #> 9 13 0 NA 9 0 Leic… 0 0 0 LEI #> 10 14 0 NA 10 0 Live… 0 0 0 LIV #> 11 43 0 NA 11 0 Man … 0 0 0 MCI #> 12 1 0 NA 12 0 Man … 0 0 0 MUN #> 13 4 0 NA 13 0 Newc… 0 0 0 NEW #> 14 45 0 NA 14 0 Norw… 0 0 0 NOR #> 15 49 0 NA 15 0 Shef… 0 0 0 SHU #> 16 20 0 NA 16 0 Sout… 0 0 0 SOU #> 17 6 0 NA 17 0 Spurs 0 0 0 TOT #> 18 57 0 NA 18 0 Watf… 0 0 0 WAT #> 19 21 0 NA 19 0 West… 0 0 0 WHU #> 20 39 0 NA 20 0 Wolv… 0 0 0 WOL #> # … with 10 more variables: strength <int>, team_division <lgl>, #> # unavailable <lgl>, win <int>, strength_overall_home <int>, #> # strength_overall_away <int>, strength_attack_home <int>, #> # strength_attack_away <int>, strength_defence_home <int>, #> # strength_defence_away <int>