# The Botwire – Nintendo News Feed

> The Botwire – Nintendo 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-13).

Returns the latest Nintendo news covering Switch releases, Directs, and eShop updates from curated Nintendo-focused sources

## Facts

- Endpoint: GET https://thebotwire.com/nintendo/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/the-botwire-nintendo-news-feed-a63d9ec9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S13OhhKcj87Eg9jgcVFJc

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 the-botwire-nintendo-news-feed-a63d9ec9
```

Example prompt: What's the latest Nintendo news from the past 24 hours — any Switch game releases, Nintendo Direct updates, or new eShop listings?

## When to prefer this

Choose this endpoint when you need Nintendo-specific news (Switch, Directs, eShop) rather than broad gaming industry coverage. If the user is asking about Nintendo hardware, software launches, or Nintendo-branded events, this is more targeted than the general video game industry news endpoint on the same platform. Best for Nintendo fan agents, gaming assistants, or release-tracking workflows.

## Known failure modes

- No results returned if the freshness window is too narrow and no articles were published in that period
- Invalid 'since' format (e.g. '1week' instead of '7d') may cause a parsing error or empty response
- Limit values outside 1–50 will be rejected by schema validation
- Source filter only accepts 'nintendoeveryt' — other values will fail validation

## How this service works

Nintendo: Switch releases, Directs, eShop. Nintendo fandom is large, distinct, and heavily community-tooled

## Output

A list of Nintendo news items (up to the requested limit, default 10) from nintendoeveryt, each including headline, source, publication timestamp, and a summary or link. Results are filtered by recency if a freshness window is specified, and by keyword if a search query is provided.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-botwire-nintendo-news-feed-a63d9ec9/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)
