# TheBotWire US State Department Travel Advisories

> TheBotWire US State Department Travel Advisories 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).

Fetches US State Department country-level travel advisories, threat levels, do-not-travel warnings, security alerts, and reconsider-travel notices as they are issued.

## Facts

- Endpoint: GET https://thebotwire.com/travel/advisories
- 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/thebotwire-us-state-department-travel-advisories-08f54aa4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7oA_s2UA6U33LqOx6myeD

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-us-state-department-travel-advisories-08f54aa4
```

Example prompt: Pull the latest US State Department travel advisories from TheBotWire — show me anything issued in the last 24 hours, up to 20 results.

## When to prefer this

Choose this endpoint when you need authoritative, near-real-time US State Department travel advisories at the country level, especially when building travel risk workflows, compliance tools, or travel agent assistants. Prefer it over generic news endpoints when you specifically need structured government advisory data (threat levels, do-not-travel notices) rather than general travel news.

## Known failure modes

- No advisories matching the search query in the requested time window — returns empty result set
- Invalid 'since' format (e.g. malformed duration string) — likely returns an error or ignores the parameter
- Limit exceeds maximum of 50 — may be capped or return an error
- Upstream State Department feed unavailable — endpoint may return stale or no data
- Rate limit or payment failure — 402 payment required or quota exceeded

## How this service works

US State Department travel advisories for risk and travel agents: country-level threat levels, do-not-travel warnings, security alerts and reconsider-travel notices as the State Department issues them.

## Output

Returns a list of US State Department travel advisory items sourced from the State Department, each containing the country name, advisory level (e.g. Level 1–4), type of notice (do-not-travel, security alert, reconsider-travel), advisory text, and issue timestamp. Results are filterable by search query and freshness window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-us-state-department-travel-advisories-08f54aa4/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)
