Apify Store
AS
Apify Store
/ichigowa/sports-injury-reports

Sports Injury Reports API (NFL, NBA, MLB, NHL)

Player injury reports for NFL, NBA, MLB and NHL as clean normalized JSON from ESPN's public API. One row per injury with athlete, team, status, injury type and analyst comments. No API key needed. Uno

liveasyncunknown~30s typical
sportsnewsinjuryreports
$0.00013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0001 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /ichigowa/sports-injury-reports for me.

Input

FieldTypeDescription
leaguesarrayLeague codes to fetch injury reports for. Supported: nfl, nba, mlb, nhl. default ["nfl","nba","mlb","nhl"]
statusFilterstring (all | active | out | day-to-day | questionable)Only return injuries with this player status (matched case-insensitively). 'all' returns everything, including any uncommon statuses. default "all"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/ichigowa/sports-injury-reports","input":{"leagues":["nfl","nba"],"statusFilter":"all"},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /ichigowa/sports-injury-reports -i '{"leagues":["nfl","nba"],"statusFilter":"all"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/ichigowa/sports-injury-reports", input: {"leagues":["nfl","nba"],"statusFilter":"all"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.