← Back to catalog
firms.fires
mock data$0.002 / callDetect Fires by Satellite
Active fire hotspots detected by NASA satellites (VIIRS, MODIS) — latitude, longitude, brightness, confidence, fire radiative power. Filter by bounding box and days. Near real-time updates (NASA FIRMS)
Input schema
days
integerNumber of days of data (1-5, default 1)
eastrequired
numberEastern longitude of bounding box (e.g. -114)
westrequired
numberWestern longitude of bounding box (e.g. -125 for California)
northrequired
numberNorthern latitude of bounding box (e.g. 42)
southrequired
numberSouthern latitude of bounding box (e.g. 32)
source
stringSatellite sensor: VIIRS_SNPP_NRT (default, highest resolution), MODIS_NRT (legacy)
Call via REST
curl -X POST https://unifyapi.pro/api/call/firms.fires \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"days":0,"east":0,"west":0,"north":0,"south":0,"source":"<source>"}'