← Back to catalog
earthquake.feed
mock data$0.001 / callEarthquake Real-Time Feed
Get real-time earthquake feed by magnitude threshold (significant/4.5+/2.5+/1.0+/all) and time window (hour/day/week/month) — updated every minute (USGS)
Input schema
magnitude
stringMagnitude threshold: "significant", "4.5", "2.5", "1.0", or "all" (default: "4.5")
timeframe
stringTime window: "hour", "day" (default), "week", or "month"
Call via REST
curl -X POST https://unifyapi.pro/api/call/earthquake.feed \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"magnitude":"<magnitude>","timeframe":"<timeframe>"}'