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

Live wildfire and thermal-anomaly hotspots from NASA FIRMS (firms.modaps.eosdis.nasa.gov, NASA open data): pixel-level VIIRS (375 m) and MODIS (1 km) near-real-time detections — the raw sensor data that disaster aggregators like GDACS and EONET do not include. Query by a coordinate radius or a bounding box; each hotspot includes brightness, Fire Radiative Power (FRP), confidence, day/night flag, and the exact acquisition timestamp.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/weather-intel/v1/fires \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"bbox":"-20,-35,55,20","days":"1","limit":"50"}'

Hit Send to run this endpoint live.