Deepfire OGC API — Features
Read-only access to Deepfire’s satellite wildfire data via OGC API - Features. Every request requires an OAuth 2.0 bearer token minted from a Deepfire API key at https://api.deepfire.co/v1/token — see the Authentication guide at https://docs.deepfire.co/guides/authentication. Three collections: hotspots (satellite fire detections), clusters (candidate-fire centroids), and satellite-perimeters (estimated fire perimeter polygons). All geometries are EPSG (lon, lat).
https://api.deepfire.co/ogc/features/v1Hotspots
Near-real-time satellite fire detections (Point, EPSG). Current and historical; filter active = true for the live set.
- GETGet hotspots
/collections/deepfire:hotspots/items - GETGet a hotspot by ID
/collections/deepfire:hotspots/items/{featureId} - GETCollection metadata
/collections/deepfire:hotspots - GETQueryables
/collections/deepfire:hotspots/queryables
Clusters
Hotspot-cluster centroids — candidate fires (Point, EPSG).
- GETGet clusters
/collections/deepfire:clusters/items - GETGet a cluster by ID
/collections/deepfire:clusters/items/{featureId} - GETCollection metadata
/collections/deepfire:clusters - GETQueryables
/collections/deepfire:clusters/queryables
Satellite perimeters
Satellite-derived fire perimeter snapshots (MultiPolygon, EPSG). Estimates, not official surveyed boundaries.
