# TheBotWire Boxing News Feed

> TheBotWire Boxing News 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-16).

Returns latest boxing fight announcements, upcoming cards, and fight results from curated combat-sports sources

## Facts

- Endpoint: GET https://thebotwire.com/boxing/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-boxing-news-feed-7f2e1880
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IRGAFACzPWOx3u8Ubc0_s

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-boxing-news-feed-7f2e1880
```

Example prompt: Pull the latest boxing fight announcements and upcoming cards from BoxingScene and Bad Left Hook — give me the 20 most recent items from the past 24 hours.

## When to prefer this

Use this endpoint when you need structured, curated boxing-specific news from trusted combat-sports publishers (BoxingScene, Bad Left Hook, BoxingNews24). Prefer it over generic news search endpoints when the domain is specifically boxing or combat sports, especially for fight card aggregation, betting intelligence, or athlete monitoring. The source filter and freshness window make it superior to general search for time-sensitive fight-night use cases.

## Known failure modes

- No results found for the given query or time window — returns empty list
- Invalid 'since' format (e.g. '2weeks' instead of '14d') causes a 400 or empty response
- Invalid 'src' enum value causes validation error
- Upstream boxing news sources temporarily unavailable — may return stale or partial results
- Exceeding limit maximum of 50 causes validation rejection

## How this service works

Boxing: fight announcements, cards and results. Combat-sports betting agents and fight-card aggregators

## Output

A list of boxing news items including fight announcements, upcoming card details, and fight results, each with a headline, source attribution (boxingscene, boxingnews24, badlefthook, or sports), publication timestamp, and article URL or summary. Results respect the requested limit, source filter, and freshness window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-boxing-news-feed-7f2e1880/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)
