Get every team's injuries for a league (baseball)
Sportquanta
Get every team's injuries for a league (baseball)
Returns every team’s injured-list document for a baseball league (MLB/KBO/NPB) in
one call, as an items array. NFL/NHL expose their own /v1/nfl/injuries /
/v1/nhl/injuries equivalents; other leagues return 404 endpoint_not_for_sport.
GET
Get every team's injuries for a league (baseball)
Authorizations
Send a workspace API token in the Authorization: Bearer <token> header.
Path Parameters
League identifier from the /v1/leagues catalog (e.g. mlb, nba,
epl, nfl, nhl). Unknown values return 404 unsupported_league.
Response
League-wide injuries payload (items array of team injury docs).