Skip to main content
The WildfireService provides real-time active fire detection data from NASA’s Fire Information for Resource Management System (FIRMS), using VIIRS and MODIS satellite sensors.

Base Path

Endpoints

ListFireDetections

Retrieves satellite-detected active fires from NASA FIRMS with confidence scores and brightness values. HTTP Method: GET Path: /api/wildfire/v1/list-fire-detections

Request Parameters

number
default:"24"
Time window in hours for fire detections (1-48)
number
default:"50"
Minimum confidence threshold (0-100). VIIRS uses nominal/low/high, MODIS uses percentage.
string
Optional geographic filter: global, americas, europe, asia, africa, oceania

Response Fields

array
Array of fire detection events
number
Total number of fire detections in response
string
Data source: NASA_FIRMS_VIIRS or NASA_FIRMS_MODIS

Example Request

Example Response

Data Sources

  • NASA FIRMS: Fire Information for Resource Management System
  • VIIRS: Visible Infrared Imaging Radiometer Suite (375m resolution)
  • MODIS: Moderate Resolution Imaging Spectroradiometer (1km resolution)

Use Cases

Monitor active wildfires globally with near-real-time satellite detections for emergency response and evacuation planning.
Track controlled burns and agricultural fires that may impact air quality or signal land-use changes.
Identify fires near critical infrastructure (power lines, pipelines, datacenters) for risk assessment.
Aggregate fire activity over time to track deforestation, peatland fires, and climate-related fire season changes.

Notes

VIIRS has higher spatial resolution (375m) than MODIS (1km), making it better for detecting smaller fires.
Fire detections are near-real-time but not instant. Satellite overpass schedules mean fires may be detected 3-6 hours after ignition.
High brightness values (>400K) often indicate very intense fires or industrial heat sources (gas flares, steel mills).