The playground
Try any of 1462 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.
Playground demo key · api.reefapi.com
post/weather-intel/v1/natural_events1 credit
NASA EONET natural-event catalog (eonet.gsfc.nasa.gov, NASA open data): wildfires, severe storms, volcanoes, floods, icebergs, dust/haze — a second independent hazard source alongside GDACS. Filter by category, status, and date range; optionally list the full EONET category taxonomy.
Working example
Parameters
request preview
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.