bref_injuries: *Basketball-Reference NBA Injury Report*

View source: R/bref_injuries.R

bref_injuriesR Documentation

Basketball-Reference NBA Injury Report

Description

Get the current NBA injury report from Basketball-Reference.

One row per injured player with team, the date the status was last updated and the injury note (status + description). No API key is required.

Note on RotoWorld: RotoWorld was a long-standing NBA injuries source, but NBC shut it down (it now redirects to nbcsports.com/fantasy and the injuries tool is gone). This function uses Basketball-Reference's live injury report instead, which is maintained and carries the same player / team / status / note fields.

Usage

bref_injuries()

Value

A hoopR_data tibble with one row per injured player:

col_name types description
player character Player name.
team_name character Team name.
date_update character Date the status was last updated.
note character Injury status and description.

See Also

Other Basketball-Reference Functions: bref_awards(), bref_draft(), bref_player_bios(), bref_player_game_log(), bref_players_stats(), bref_standings(), bref_team_roster(), bref_teams_stats()

Examples


  try(bref_injuries())


hoopR documentation built on Aug. 25, 2026, 9:07 a.m.