mysportsfeeds_injuries
Check the current injury report for any league (NFL, NBA, MLB, NHL). Obtain player injury descriptions and playing probability to assess their availability.
Instructions
Current injury list for a league.
Returns: {players:[{id, firstName, lastName, position, currentTeam:{abbreviation}, currentInjury:{description, playingProbability}}]} — SHAPE FROM VENDOR DOCS. Note there is NO season segment on this path — injuries are always 'now'.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: NBA injuries {"league": "nba"}
Auth: needs your own key in MYSPORTSFEEDS_API_KEY.
Also answers this: espn_site_call, espnfantasy_player_info, sportsdataio_nfl_injuries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team abbreviations. | |
| league | Yes | League. One of: nfl, nba, mlb, nhl. Required — part of the URL path. | |
| player | No | Player ids or slugs. |