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/earthquakes1 credit

USGS earthquake catalog (earthquake.usgs.gov, public domain): filter by magnitude, radius, time window, depth, and PAGER alert — includes small and medium-magnitude events that disaster aggregators like GDACS omit. Results are distance-sorted around a coordinate. Pass event_id for a single-event detail.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/weather-intel/v1/earthquakes \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"min_magnitude":"5","days":"30","limit":"20"}'

Hit Send to run this endpoint live.