# thebotwire.com Public Health Announcements

> thebotwire.com Public Health Announcements 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 WHO and CDC outbreak notices and public health guidance, with optional filtering by source, keyword, and freshness window.

## Facts

- Endpoint: GET https://thebotwire.com/publichealth/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-public-health-announcements-3fb474c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_drNIEXls1I521LjDK-pm1

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-public-health-announcements-3fb474c6
```

Example prompt: Pull the latest public health outbreak notices from both WHO and CDC — give me up to 20 results from the past 24 hours, and flag anything related to respiratory illness.

## When to prefer this

Choose this endpoint when you need structured, curated public health outbreak alerts and guidance specifically from WHO and/or CDC, with filtering by recency and keyword. Prefer it over general news search when the task requires authoritative health agency sources rather than media coverage, or when building health risk monitoring, travel health, or epidemic surveillance workflows.

## Known failure modes

- No results returned when the freshness window is too narrow and no new notices have been published
- Invalid 'src' enum value returns a validation error
- 'since' parameter with unrecognized format (e.g. '1week' instead of '7d') may be rejected or ignored
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or timeout if upstream WHO/CDC feeds are slow or unavailable

## How this service works

Public health announcements for health and risk agents: World Health Organization and CDC outbreak notices and guidance.

## Output

A list of public health announcements from WHO and/or CDC, each including the notice title, source, publication date, summary or full text, and a link to the original announcement. Results can be filtered by source (who/cdc), keyword query, and a freshness window (e.g. 30m, 2h, 24h, 3d), with a configurable result limit up to 50.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-com-public-health-announcements-3fb474c6/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)
