The fire hotspots endpoint queries NASA FIRMS (Fire Information for Resource Management System) for active fire detections within a circular area around a point of interest. Each hotspot record includes the satellite brightness, fire radiative power (FRP), acquisition time, and confidence level. You can use this endpoint to assess current fire activity near a field before planting or as an input to a broader risk assessment workflow.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.
Endpoint
Parameters
Center latitude of the search area in decimal degrees, WGS 84.
Center longitude of the search area in decimal degrees, WGS 84.
Search radius around the center point in kilometres. All hotspots detected within this radius are included in the response.
Number of days to look back from the current date. Must be between
1 and 5. This constraint is imposed by the FIRMS Area API.NASA FIRMS data source to query. Accepted values:
| Value | Description |
|---|---|
VIIRS_SNPP_NRT | VIIRS sensor on Suomi NPP satellite (near-real-time) |
MODIS_NRT | MODIS sensor (near-real-time, lower resolution) |
VIIRS_NOAA20_NRT | VIIRS sensor on NOAA-20 satellite (near-real-time) |
Response
Center latitude echoed from the request.
Center longitude echoed from the request.
Search radius echoed from the request.
Look-back period in days echoed from the request.
Total number of hotspots detected within the search area.
Array of individual fire hotspot detections. Empty when no fires are detected.
Cache metadata for the FIRMS data used in this response.
Error codes
| Code | Description |
|---|---|
502 | Upstream error from NASA FIRMS. The detail field contains the original error message. |