mysportsfeeds_injuries
Retrieve current injury lists for NFL, NBA, MLB, or NHL leagues. Filter by team or player to get injury descriptions and playing probabilities.
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.
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. |