LogoLogo
HomeProductSolutionsAbout usContactLog in
  • Overview
    • Welcome to answr
    • Our Features
    • Data Layer Availability
  • Start Here
    • How to make your first API call
  • Coding Examples
    • Code Samples
    • Simple climatic variables plotting
    • Climatic variables spatial plotting
    • Reporting tool
  • Integrations
    • Connect answr with Zapier
    • Connect answr with Make
  • Data Sources
    • Sentinel-1 imagery
    • Sentinel-2 imagery
    • Sentinel-3 imagery
    • Landsat 8 imagery
    • Landsat 9 imagery
    • MODIS
    • Global Surface Water
    • Flood Hazard Maps at European and Global Scale
    • AgERA5
    • Soil moisture
  • API Data Layers
    • Climate Analytics
      • Climatic Variables
      • Köppen–Geiger Zones
      • Universal Thermal Climate Index
    • Natural Disasters
      • Cold Wave Probability
      • Drought Probability
      • Flood Severity
      • Heat Wave Probability
      • Windstorm Probability
      • Wildfire Frequency Occurrence
      • Extreme Heat Probability
      • Extreme Cold Probability
  • API Reference
    • Authentication
    • Climatic Variables
    • Natural Disasters
  • Surveys
    • Feedback
Powered by GitBook
On this page
  1. API Reference

Natural Disasters

API endpoints specifications

PreviousClimatic Variables

Last updated 2 years ago

This endpoint includes the probabilities of three levels of cold wave duration per month.

get

This endpoint includes the probabilities of three levels of cold wave duration per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
Responseobject
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/cold_wave_risk HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{}

This endpoint includes the probability of three levels of drought severity per season. It is calculated using the duration of consecutive dry days

get

This endpoint includes the probability of three levels of drought severity per season. It is calculated using the duration of consecutive dry days Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
Responseobject
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/drought_probability HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{}

The endpoint includes the flooding severity for any area on the globe with different return periods. When the API does not return NULL, flood probability is 1 and its severity is displayed, expected depth in meters

get

The endpoint includes the flooding severity for any area on the globe with different return periods. When the API does not return NULL, flood probability is 1 and its severity is displayed, expected depth in meters Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/flood_severity HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "Flood_Y10": 1,
  "Flood_Y20": 1,
  "Flood_Y50": 1,
  "Flood_Y100": 1,
  "Flood_Y200": 1,
  "Flood_Y500": 1
}

This endpoint includes the probabilities of three levels of heat wave duration per month. Heat wave (expressed as a % of the duration of the month) is the number of days per time period where in intervals of at least 6 consecutive days the daily maximum temperature is more than 5 degrees above a reference value. The reference value is calculated as the mean of maximum temperatures of a five day

get

This endpoint includes the probabilities of three levels of heat wave duration per month. Heat wave (expressed as a % of the duration of the month) is the number of days per time period where in intervals of at least 6 consecutive days the daily maximum temperature is more than 5 degrees above a reference value. The reference value is calculated as the mean of maximum temperatures of a five day Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
Responseobject
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/heat_wave_probability HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{}

This endpoint includes the probabilities of three windstorm levels per month.

get

This endpoint includes the probabilities of three windstorm levels per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/windstorm_probability HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "WSR_H_M12": 1,
  "WSR_H_M11": 1,
  "WSR_H_M10": 1,
  "WSR_H_M9": 1,
  "WSR_H_M8": 1,
  "WSR_H_M7": 1,
  "WSR_H_M6": 1,
  "WSR_H_M5": 1,
  "WSR_H_M4": 1,
  "WSR_H_M3": 1,
  "WSR_H_M2": 1,
  "WSR_H_M1": 1,
  "WSR_M_M12": 1,
  "WSR_M_M11": 1,
  "WSR_M_M10": 1,
  "WSR_M_M9": 1,
  "WSR_M_M8": 1,
  "WSR_M_M7": 1,
  "WSR_M_M6": 1,
  "WSR_M_M5": 1,
  "WSR_M_M4": 1,
  "WSR_M_M3": 1,
  "WSR_M_M2": 1,
  "WSR_M_M1": 1,
  "WSR_L_M12": 1,
  "WSR_L_M11": 1,
  "WSR_L_M10": 1,
  "WSR_L_M9": 1,
  "WSR_L_M8": 1,
  "WSR_L_M7": 1,
  "WSR_L_M6": 1,
  "WSR_L_M5": 1,
  "WSR_L_M4": 1,
  "WSR_L_M3": 1,
  "WSR_L_M2": 1,
  "WSR_L_M1": 1
}

This endpoint includes the occurrence of wildfires expressed in per mill.

get

This endpoint includes the occurrence of wildfires expressed in per mill. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/wildfire_frequency HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "frequency": 1
}

This endpoint includes the probabilities of four levels of extreme cold per month.

get

This endpoint includes the probabilities of four levels of extreme cold per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
Responseobject
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/extreme_cold_probability HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{}

This endpoint includes the probabilities of four levels of extreme heat per month.

get

This endpoint includes the probabilities of four levels of extreme heat per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
Responseobject
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:natural-disasters/extreme_heat_probability HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{}
  • GETThis endpoint includes the probabilities of three levels of cold wave duration per month.
  • GETThis endpoint includes the probability of three levels of drought severity per season. It is calculated using the duration of consecutive dry days
  • GETThe endpoint includes the flooding severity for any area on the globe with different return periods. When the API does not return NULL, flood probability is 1 and its severity is displayed, expected depth in meters
  • GETThis endpoint includes the probabilities of three levels of heat wave duration per month. Heat wave (expressed as a % of the duration of the month) is the number of days per time period where in intervals of at least 6 consecutive days the daily maximum temperature is more than 5 degrees above a reference value. The reference value is calculated as the mean of maximum temperatures of a five day
  • GETThis endpoint includes the probabilities of three windstorm levels per month.
  • GETThis endpoint includes the occurrence of wildfires expressed in per mill.
  • GETThis endpoint includes the probabilities of four levels of extreme cold per month.
  • GETThis endpoint includes the probabilities of four levels of extreme heat per month.