Skip to main content

Get Fire Grid (JSON)

GET 

/fires/h3/json/

Aggregates fire events within the requested bounding box onto an H3 hexagonal grid and returns one entry per cell as a plain JSON array (without geometry). Use this endpoint when you render the cells yourself (e.g. from the h3_cell index) or only need the per-cell metrics. Use /fires/h3/geojson/ instead when you want ready-to-draw cell polygons. 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 JSON array of H3 cells, each holding the aggregated properties of the fire events it contains