Recent earthquakes near a point: count, strongest, closest, and whether anything was signi
Recent earthquakes near a point: count, strongest, closest, and whether anything was significant enough to matter.
20000 (raw units)
price
10
calls / 30d
2
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"days": 30,
"lat": 34.05,
"lon": -118.24,
"radiusKm": 200
},
"type": "http"
},
"output": {
"example": {
"closest": {
"at": "2026-09-06T07:13:11.150Z",
"depthKm": 15.81,
"distanceKm": 21,
"feltReports": 1123,
"magnitude": 3.07,
"place": "4 km SSE of Compton, CA",
"significance": 465,
"tsunamiFlag": false,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41542024"
},
"counts": {
"magnitude4Plus": 0,
"magnitude5Plus": 0,
"total": 10
},
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Seismic data is preliminary and revised over time. Not a substitute for professional seismic hazard assessment. Not affiliat…",
"events": [
{
"at": "2026-08-19T07:31:35.950Z",
"depthKm": 4.73,
"distanceKm": 163,
"feltReports": 165,
"magnitude": 3.64,
"place": "14 km N of Warner Springs, CA",
"significance": 260,
"tsunamiFlag": false,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41529896"
},
{
"at": "2026-09-02T12:37:12.690Z",
"depthKm": 6.14,
"distanceKm": 60,
"feltReports": 730,
"magnitude": 3.2,
"place": "6 km SE of Ontario, CA",
"significance": 398,
"tsunamiFlag": false,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41540608"
}
],
"query": {
"days": 30,
"lat": 34.05,
"lon": -118.24,
"minMagnitude": 2.5,
"radiusKm": 200
},
"reasons": [
"10 event(s), strongest magnitude 3.64. Routine background seismicity."
],
"retrievedAt": "2026-09-09T00:56:51.407Z",
"source": "USGS Earthquake Hazards Program (FDSN event service)",
"strongest": {
"at": "2026-08-19T07:31:35.950Z",
"depthKm": 4.73,
"distanceKm": 163,
"feltReports": 165,
"magnitude": 3.64,
"place": "14 km N of Warner Springs, CA",
"significance": 260,
"tsunamiFlag": false,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41529896"
},
"verdict": "QUIET"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"days": {
"description": "Lookback window in days, default 30",
"type": "integer"
},
"lat": {
"description": "Latitude, decimal degrees",
"type": "number"
},
"lon": {
"description": "Longitude, decimal degrees",
"type": "number"
},
"minMagnitude": {
"description": "Minimum magnitude, default 2.5",
"type": "number"
},
"radiusKm": {
"description": "Search radius in km, default 200",
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"closest": {
"properties": {
"at": {
"type": "string"
},
"depthKm": {
"type": "number"
},
"distanceKm": {
"type": "integer"
},
"feltReports": {
"type": "integer"
},
"magnitude": {
"type": "number"
},
"place": {
"type": "string"
},
"significance": {
"type": "integer"
},
"tsunamiFlag": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"counts": {
"properties": {
"magnitude4Plus": {
"type": "integer"
},
"magnitude5Plus": {
"type": "integer"
},
"total": {
"type": "integer"
}
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"events": {
"items": {
"properties": {
"at": {
"type": "string"
},
"depthKm": {
"type": "number"
},
"distanceKm": {
"type": "integer"
},
"feltReports": {
"type": "integer"
},
"magnitude": {
"type": "number"
},
"place": {
"type": "string"
},
"significance": {
"type": "integer"
},
"tsunamiFlag": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"query": {
"properties": {
"days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"minMagnitude": {
"type": "number"
},
"radiusKm": {
"type": "integer"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"strongest": {
"properties": {
"at": {
"type": "string"
},
"depthKm": {
"type": "number"
},
"distanceKm": {
"type": "integer"
},
"feltReports": {
"type": "integer"
},
"magnitude": {
"type": "number"
},
"place": {
"type": "string"
},
"significance": {
"type": "integer"
},
"tsunamiFlag": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/quakes" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/quakes");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/quakes")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7816.json, and this resource appears in /discovery/resources and /discovery/search.