UnifyAPI
← Back to catalog

firms.fires

mock data$0.002 / call

Detect 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)

Space & Astronomyprovider: Firms#firms#space

Input schema

days

Number of days of data (1-5, default 1)

integer
eastrequired

Eastern longitude of bounding box (e.g. -114)

number
westrequired

Western longitude of bounding box (e.g. -125 for California)

number
northrequired

Northern latitude of bounding box (e.g. 42)

number
southrequired

Southern latitude of bounding box (e.g. 32)

number
source

Satellite sensor: VIIRS_SNPP_NRT (default, highest resolution), MODIS_NRT (legacy)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.