---
seo:
  description: >-
    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…
sidebar:
  label: Overview
title: 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:4326 (lon, lat).

<ApiOverview source="reference" />

## Hotspots

Near-real-time satellite fire detections (Point, EPSG:4326). Current and historical; filter `active = true` for the live set.

<ApiTagOperations source="reference" tag="hotspots" />

## Clusters

Hotspot-cluster centroids — candidate fires (Point, EPSG:4326).

<ApiTagOperations source="reference" tag="clusters" />

## Satellite perimeters

Satellite-derived fire perimeter snapshots (MultiPolygon, EPSG:4326). Estimates, not official surveyed boundaries.

<ApiTagOperations source="reference" tag="satellite-perimeters" />
