USGS Earthquake Hazards Program
The USGS Earthquake Hazards Program publishes real-time and historical earthquake event data through an FDSN event web service. Callers can query events by time window, magnitude range, depth, and geography — bounding box or radius around a latitude/longitude — and receive each event's magnitude, location, depth, origin time, place description, alert level, and felt reports. A single event can be fetched by its event id, event counts can be returned instead of full records, and results come back as GeoJSON, QuakeML, CSV, or text. No credentials required.
What your agent can do with USGS Earthquake Hazards Program
Triggers and actions 1 trigger · 2 actions
- TriggerNew earthquake
Polling trigger over the real-time GeoJSON feed (e.g. https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/{significant|4.5|2.5|1.0|all}_hour.geojson, configurable magnitude threshold/window) or the FDSN query endpoint ordered by time-desc. Fires once per new event id (dedup on feature.id), delivering magnitude, place, time, coordinates, depth.
- ActionFind earthquakes by magnitude
Search earthquake events via GET https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson with filters (starttime, endtime, minmagnitude, maxmagnitude, mindepth, maxdepth, latitude, longitude, maxradiuskm, alertlevel, eventtype, orderby, limit). Returns a GeoJSON FeatureCollection of matching events.
- ActionGet earthquake
Fetch a single earthquake event's detail via GET https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&eventid={eventid}. Returns the full GeoJSON Feature including magnitude, place, time, coordinates and depth.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the USGS Earthquake Hazards Program API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
arcsecond.ioarcsecond.io aggregates multiple professional astronomy data sources behind one REST interface. Callers can...
CodeCogsCodeCogs renders LaTeX mathematical expressions into images. Callers submit an equation and receive it...
GBIFGBIF (Global Biodiversity Information Facility) publishes an open index of species occurrence records...
iDigBioiDigBio is a US national aggregator of digitized biological and paleontological museum specimens, exposing a...
inspirehep.netINSPIRE-HEP is the information system for high-energy physics literature, run by CERN and partner...
ITISITIS, the Integrated Taxonomic Information System, is a United States government authority on the scientific...
Minor Planet CenterAsterank's Minor Planet Center endpoint serves orbital and physical data on asteroids and minor planets...
NewtonNewton is a symbolic and arithmetic mathematics engine exposed over HTTP. A caller passes a mathematical...