Environment
Fire hotspots by area
Detect fire/thermal anomalies in a bounding box from satellite data (VIIRS, MODIS, LANDSAT). Observations within ~3 hours of satellite overpass. 1-5 day range.
get/api/v1/fires/area
Query parameters
westnumber required
West longitude of bounding box.
West longitude of bounding box.
southnumber required
South latitude of bounding box.
South latitude of bounding box.
eastnumber required
East longitude of bounding box.
East longitude of bounding box.
northnumber required
North latitude of bounding box.
North latitude of bounding box.
daysinteger
Number of days (lookback or forecast horizon).
Number of days (lookback or forecast horizon).
sourcestring
Satellite source: VIIRS_NOAA20_NRT, VIIRS_NOAA21_NRT, VIIRS_SNPP_NRT, MODIS_NRT, LANDSAT_NRT
Satellite source: VIIRS_NOAA20_NRT, VIIRS_NOAA21_NRT, VIIRS_SNPP_NRT, MODIS_NRT, LANDSAT_NRT
Response
Fire detection records inside the requested bounding box.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}