# thebotwire.com Sports Headlines

> thebotwire.com Sports Headlines is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches the latest sports headlines and results from BBC Sport and ESPN, with optional keyword search and source filtering.

## Facts

- Endpoint: GET https://thebotwire.com/sports/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-com-sports-headlines-5aa62bc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yqcMt7zpmmIFn-8Tq9vhk

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-com-sports-headlines-5aa62bc5
```

Example prompt: Pull the latest 20 sports headlines from ESPN for the past 2 hours — I want to see what's happening in sports right now.

## When to prefer this

Choose this endpoint when you need timely sports-specific headlines or match results from two well-known authoritative sources (BBC Sport and ESPN). It is preferable to a general news endpoint when the user's query is clearly sports-focused and you want curated sports coverage rather than broad news feeds. Use the 'src' filter to target a specific editorial voice, and 'since' to control freshness for real-time monitoring tasks.

## Known failure modes

- No results returned if freshness window is too narrow and no recent articles exist
- Invalid 'since' format (e.g. '2 hours' instead of '2h') may cause query failure or be ignored
- Source filter set to an unsupported value returns validation error
- Limit exceeding 50 rejected by schema validation
- Upstream BBC Sport or ESPN feeds unavailable causing empty or stale results

## How this service works

Sports headlines and results from BBC Sport and ESPN.

## Output

A list of sports news items drawn from BBC Sport and/or ESPN, each typically including a headline, source attribution, and publication timestamp. Results can be filtered by source (bbc or espn), capped at a specified limit (up to 50), and scoped to a freshness window (e.g. 30m, 2h, 24h).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-com-sports-headlines-5aa62bc5/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)
