# TheBotWire Earthquake Feed

> TheBotWire Earthquake 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-14).

Returns the latest worldwide earthquake events from USGS, filterable by magnitude category, result count, and time window.

## Facts

- Endpoint: GET https://thebotwire.com/quake/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-earthquake-feed-075a9afd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WOfAzCWwLVVnc5PyhgjLo

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-earthquake-feed-075a9afd
```

Example prompt: Show me the latest magnitude 4.5+ earthquakes from the past 24 hours — up to 20 results — from the USGS feed.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time earthquake data globally from a trusted authoritative source (USGS), especially when you need to filter by magnitude category or recency window. Prefer it over generic web search for structured, machine-readable seismic event data. It is particularly suited for hazard monitoring agents, disaster response workflows, and applications that need to poll for new seismic activity at regular intervals.

## Known failure modes

- Invalid magnitude enum value returns an error — must be one of: significant, m4.5, m2.5
- Limit out of range (below 1 or above 50) causes a validation error
- Malformed 'since' window string may return an error or default behavior
- USGS upstream unavailability may cause empty results or timeout
- Missing required 'type' or 'method' fields in input object causes schema validation failure

## How this service works

Latest earthquakes worldwide from USGS: significant events, magnitude 4.5+ and 2.5+ with location and timing.

## Output

A list of earthquake events sourced from USGS, each including magnitude, location name, geographic coordinates, and timestamp. Results can be scoped to significant events or magnitude thresholds (4.5+, 2.5+), limited by count (up to 50), and filtered by a freshness window (e.g. 30m, 2h, 24h, 3d).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-earthquake-feed-075a9afd/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)
