Skip to contents

Get Fox Sports Basketball Standings

Get Fox Sports Basketball Standings

Usage

fox_nba_standings(team_id)

fox_mbb_standings(team_id)

Arguments

team_id

Fox Bifrost team id (standings of that team's conference/division).

Value

A hoopR_data tibble of standings rows (team_id, section, the standings columns, entity_id).

Author

Saiem Gilani

Examples

# \donttest{
  try(fox_nba_standings("1"))
#> ── Fox Sports NBA standings ───────────────────────────────────── hoopR 3.1.0 ──
#>  Data updated: 2026-08-27 17:47:50 UTC
#> # A tibble: 90 × 23
#>    team_id section  eastern_conference v2    w_l   pct   gb    pf    pa    home 
#>    <chr>   <chr>    <chr>              <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#>  1 1       CONFERE… -                  Celt… 0-0   -     -     0.0   0.0   0-0  
#>  2 1       CONFERE… -                  Heat  0-0   -     -     0.0   0.0   0-0  
#>  3 1       CONFERE… -                  Nets  0-0   -     -     0.0   0.0   0-0  
#>  4 1       CONFERE… -                  Knic… 0-0   -     -     0.0   0.0   0-0  
#>  5 1       CONFERE… -                  Magic 0-0   -     -     0.0   0.0   0-0  
#>  6 1       CONFERE… -                  76ers 0-0   -     -     0.0   0.0   0-0  
#>  7 1       CONFERE… -                  Wiza… 0-0   -     -     0.0   0.0   0-0  
#>  8 1       CONFERE… -                  Hawks 0-0   -     -     0.0   0.0   0-0  
#>  9 1       CONFERE… -                  Bulls 0-0   -     -     0.0   0.0   0-0  
#> 10 1       CONFERE… -                  Cava… 0-0   -     -     0.0   0.0   0-0  
#> # ℹ 80 more rows
#> # ℹ 13 more variables: away <chr>, conf <chr>, div <chr>, l10 <chr>,
#> #   strk <chr>, entity_id <chr>, western_conference <chr>, atlantic <chr>,
#> #   central <chr>, southeast <chr>, northwest <chr>, pacific <chr>,
#> #   southwest <chr>
# }