Try any of 919 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
NASA EONET natural-event catalog (eonet.gsfc.nasa.gov, NASA open data via Webshare): wildfires, severe storms, volcanoes, floods, icebergs, dust/haze… as a SECOND hazard source beside GDACS, with category/status/days filters and an honest 503-fallback; also lists the EONET category taxonomy
NASA EONET natural-event category filter.
EONET event status: open (ongoing), closed, or all.
Number of days (1..365). (1–365)
Bounding-box filter 'min_lon,min_lat,max_lon,max_lat' applied to event coordinates.
Maximum records to return (1..200). (1–200)
Return the EONET category taxonomy instead of events.
curl -X POST https://api.reefapi.com/weather-intel/v1/natural_events \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"status":"open","limit":"20"}'Hit Send to run this endpoint live.