The fire risk endpoint aggregates NASA FIRMS hotspot data from the last five days within a configurable radius around a coordinate and distills it into a single 0–100 risk score. The score is then mapped to a human-readable label —Documentation Index
Fetch the complete documentation index at: https://docs.climatifai.com/llms.txt
Use this file to discover all available pages before exploring further.
Alto, Medio, or Bajo — so you can quickly triage field locations without parsing raw hotspot arrays. Use this endpoint when you need a single signal to drive alerting logic or to populate a risk dashboard.
Endpoint
Parameters
Center latitude of the location to assess in decimal degrees, WGS 84.
Center longitude of the location to assess in decimal degrees, WGS 84.
Search radius around the center point in kilometres. All hotspots detected within this radius are included in the risk calculation.
Response
Center latitude echoed from the request.
Center longitude echoed from the request.
Search radius echoed from the request.
Aggregated fire risk score on a 0–100 scale. Higher values indicate greater fire activity within the search radius. Computed from the number and intensity of active hotspots detected by VIIRS_SNPP_NRT over the last five days.
Human-readable risk tier derived from
risk_score:"Alto"— score ≥ 60"Medio"— score 30–59"Bajo"— score < 30
Number of active fire hotspots detected within the search radius over the last five days.
Cache metadata for the underlying NASA FIRMS data.
Error codes
| Code | Description |
|---|---|
502 | Upstream error from NASA FIRMS. The detail field contains the original error message. |