UnifyAPI
← Back to catalog

earthquake.feed

mock data$0.001 / call

Earthquake 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)

Geo & Mapsprovider: Earthquake#earthquake#geo

Input schema

magnitude

Magnitude threshold: "significant", "4.5", "2.5", "1.0", or "all" (default: "4.5")

string
timeframe

Time window: "hour", "day" (default), "week", or "month"

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.