# TheBotWire Sports Injuries & Player Status Feed

> TheBotWire Sports Injuries & Player Status Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns latest injury reports, availability updates, and player-status news across US sports from curated sources like RotoBaller and PFF

## Facts

- Endpoint: GET https://thebotwire.com/injuries/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-sports-injuries-player-status-feed-97f1c368
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MgS4MLg1n8Lzc7dn8J-1Q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability thebotwire-sports-injuries-player-status-feed-97f1c368
```

Example prompt: Pull the latest player injury and availability news from RotoBaller for the last 2 hours — I need to check for any late scratches before I finalize my player props.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time US sports player injury and availability data specifically from RotoBaller and PFF. It is ideal for betting agents pricing player props, sportsbook risk desks watching for late scratches, and fantasy sports agents setting lineups. Prefer it over generic news endpoints when you need structured player-status data rather than narrative sports news.

## Known failure modes

- No results returned when freshness window is too narrow and no recent updates exist
- Invalid 'src' enum value returns a validation error
- 'limit' out of range (below 1 or above 50) returns a validation error
- 'since' parameter with unrecognized duration format may return an error or be ignored
- Service may return stale data if upstream sources (RotoBaller, PFF) are delayed

## How this service works

Injury, availability and player-status news across US sports. Betting agents pricing player props and sportsbook risk desks watching for late scratches

## Output

A list of player injury and availability news items, each with player name, status, team, sport, source (RotoBaller or PFF), headline, summary, and timestamp. Results are ordered by recency and can be filtered by source, freshness window, or keyword search.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-sports-injuries-player-status-feed-97f1c368/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
