Skip to main content

Get Fire Grid (GeoJSON)

GET 

/fires/h3/geojson/

Aggregates fire events within the requested bounding box onto an H3 hexagonal grid and returns them as a GeoJSON FeatureCollection. Each feature is the polygon boundary of one H3 cell, with the aggregated fire metrics as its properties. Use this endpoint when you want ready-to-draw cell polygons. Use /fires/h3/json/ instead when you render the cells yourself or only need the per-cell metrics without geometry. Refer to the "Fire Grid" guide for how to pick h3_resolution from the map zoom level and how to interpret, colour and scale the returned cells.

Request

Responses

Returns a GeoJSON FeatureCollection of H3 fire cells