Skip to contents

Get Fox Sports MLB standings

Usage

fox_mlb_standings(team_id)

Arguments

team_id

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

Value

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

Examples

 try(fox_mlb_standings("1")) 
#> ── Fox Sports MLB standings ───────────────────────── baseballr 2.0.0 ──
#>  Data updated: 2026-08-27 10:42:02 UTC
#> # A tibble: 90 × 24
#>    team_id section  al_east v2       w_l   pct   gb    home  away  rs   
#>    <chr>   <chr>    <chr>   <chr>    <chr> <chr> <chr> <chr> <chr> <chr>
#>  1 1       DIVISION 1       Rays     79-54 .594  -     43-23 36-31 595  
#>  2 1       DIVISION 2       Yankees  75-57 .568  3.5   34-29 41-28 595  
#>  3 1       DIVISION 3       Red Sox  73-60 .549  6.0   34-32 39-28 600  
#>  4 1       DIVISION 4       Orioles  65-68 .489  14.0  34-34 31-34 604  
#>  5 1       DIVISION 5       Blue Ja… 65-69 .485  14.5  34-34 31-35 527  
#>  6 1       DIVISION NA      White S… 70-63 .526  -     41-27 29-36 641  
#>  7 1       DIVISION NA      Guardia… 68-66 .507  2.5   31-34 37-32 543  
#>  8 1       DIVISION NA      Twins    64-70 .478  6.5   35-31 29-39 615  
#>  9 1       DIVISION NA      Tigers   62-71 .466  8.0   33-33 29-38 592  
#> 10 1       DIVISION NA      Royals   59-75 .440  11.5  36-30 23-45 565  
#> # ℹ 80 more rows
#> # ℹ 14 more variables: ra <chr>, diff <chr>, l10 <chr>, strk <chr>,
#> #   entity_id <chr>, al_central <chr>, al_west <chr>, nl_east <chr>,
#> #   nl_central <chr>, nl_west <chr>, division_leaders <chr>,
#> #   wild_card <chr>, grapefruit_league <chr>, cactus_league <chr>