# TheBotWire Science News

> TheBotWire Science News 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 peer-reviewed science news from Nature, Science magazine, and Phys.org covering physics, biology, and medicine.

## Facts

- Endpoint: GET https://thebotwire.com/science/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-science-news-f3b019b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cxDbKaWK4EDRlslOU6Vug

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-science-news-f3b019b0
```

Example prompt: Pull the latest science news from Nature and Phys.org from the past 24 hours — I want up to 20 results on biology and medicine topics.

## When to prefer this

Choose this endpoint when you need fresh, peer-reviewed science news specifically from authoritative sources (Nature, Science, Phys.org) rather than general web news. Ideal for research agents, academic monitoring bots, or science-focused briefing pipelines where source credibility matters. Prefer over general news endpoints when the domain is strictly physics, biology, or medicine.

## Known failure modes

- No results found for narrow query/source/freshness combination — returns empty list
- Invalid 'since' format (e.g. '1week' instead of '7d') — may return error or default behavior
- Invalid 'src' enum value — schema validation error
- Limit out of range (>50 or <1) — validation error
- Upstream source temporarily unavailable — may return partial results

## How this service works

Peer-reviewed science news for research agents: Nature, Science magazine news, Phys.org across physics, biology and medicine.

## Output

Returns a list of science news articles (up to 50) with headlines, summaries, source attribution (Nature, Science, or Phys.org), and timestamps. Results can be filtered by source and freshness window.

## More

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