Natural Disasters

API endpoints specifications

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
objectOptional
get
/cold_wave_risk

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
objectOptional
get
/drought_probability

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
Flood_Y10number · nullableOptional
Flood_Y20number · nullableOptional
Flood_Y50number · nullableOptional
Flood_Y100number · nullableOptional
Flood_Y200number · nullableOptional
Flood_Y500numberOptional
get
/flood_severity

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
objectOptional
get
/heat_wave_probability

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
WSR_H_M12numberOptional
WSR_H_M11numberOptional
WSR_H_M10numberOptional
WSR_H_M9numberOptional
WSR_H_M8numberOptional
WSR_H_M7numberOptional
WSR_H_M6numberOptional
WSR_H_M5numberOptional
WSR_H_M4numberOptional
WSR_H_M3numberOptional
WSR_H_M2numberOptional
WSR_H_M1numberOptional
WSR_M_M12numberOptional
WSR_M_M11numberOptional
WSR_M_M10numberOptional
WSR_M_M9numberOptional
WSR_M_M8numberOptional
WSR_M_M7numberOptional
WSR_M_M6numberOptional
WSR_M_M5numberOptional
WSR_M_M4numberOptional
WSR_M_M3numberOptional
WSR_M_M2numberOptional
WSR_M_M1numberOptional
WSR_L_M12numberOptional
WSR_L_M11numberOptional
WSR_L_M10numberOptional
WSR_L_M9numberOptional
WSR_L_M8numberOptional
WSR_L_M7numberOptional
WSR_L_M6numberOptional
WSR_L_M5numberOptional
WSR_L_M4numberOptional
WSR_L_M3numberOptional
WSR_L_M2numberOptional
WSR_L_M1numberOptional
get
/windstorm_probability

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
frequencyinteger · int64 · nullableOptional
get
/wildfire_frequency

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
objectOptional
get
/extreme_cold_probability

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
chevron-right
200

Success!

application/json
objectOptional
get
/extreme_heat_probability

Last updated