Skip to contents

Get Fox Sports Basketball Team Directory

Get Fox Sports Basketball Team Directory

Usage

fox_nba_teams(team_id = "1")

fox_mbb_teams(team_id = "1")

Arguments

team_id

Fox Bifrost seed team id used to fetch league standings (default "1"); the standings response enumerates every team in the seed's league sections.

Value

A hoopR_data tibble, one row per team: fox_team_id, fox_team_name, fox_section.

Examples

# \donttest{
  try(fox_nba_teams())
#> ── Fox Sports NBA teams ───────────────────────────────────────── hoopR 3.1.0 ──
#>  Data updated: 2026-06-13 07:19:31 UTC
#> # A tibble: 30 × 3
#>    fox_team_id fox_team_name       fox_section   
#>    <chr>       <chr>               <chr>         
#>  1 12          Detroit Pistons     Boston Celtics
#>  2 1           Boston Celtics      Boston Celtics
#>  3 4           New York Knicks     Boston Celtics
#>  4 11          Cleveland Cavaliers Boston Celtics
#>  5 30          Toronto Raptors     Boston Celtics
#>  6 8           Atlanta Hawks       Boston Celtics
#>  7 6           Philadelphia 76ers  Boston Celtics
#>  8 5           Orlando Magic       Boston Celtics
#>  9 32          Charlotte Hornets   Boston Celtics
#> 10 2           Miami Heat          Boston Celtics
#> # ℹ 20 more rows
# }