Fire
Fire API allow retrieving information about active and past fires, such as their location, estimated perimeter, and other relevant data. Results may include false detections and other thermal anomalies (such as industry heat signatures). Usage of the feature requires a valid subscription.
📄️ Get fire clusters
Retrieve fire event clusters for a geographic region, possibly filtered by time, satellites and algorithms. This endpoint returns the full shape of each cluster for the given filters.
📄️ Get supported cluster causes
Retrieve id,name mapping for supported cluster causes. The returned IDs are enum values used for filtering clusters by cause.
📄️ Get fire cluster centroids
Retrieve fire event clusters for a geographic region, possibly filtered by time, satellites and algorithms. This endpoint returns only the cluster centroids and not their full shapes.
📄️ Get supported cluster types
Retrieve id,name mapping for supported cluster types. The returned IDs are enum values used for filtering clusters by type.
📄️ Get cluster info
Get detailed information pertaining to a cluster id. Events are always returned. Other fields are optional and may be requested using the 'select' parameter.
📄️ Get cluster history
Get time-based information pertaining to a cluster id. Returns a shape and additional information for each satellite product containing hotspot detections affecting this cluster.
📄️ Get hotspots
Retrieve hotspots (thermal anomalies) for a geographic region, possibly filtered by time, satellites and algorithms
📄️ Get hotspot properties
Get all available properties for a hotspot
📄️ Get clusters in all monitored areas of the user
Retrieves all clusters that are contained or intersect the monitored areas of a user (including the ones inherited from an organization), according to the passed filters.
📄️ Get clusters in a monitored area
Retrieves all clusters that are contained or intersect the monitored area, according to the passed filters.