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
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
Responseobject
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
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
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
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
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
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
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
get
GET /api:natural-disasters/extreme_heat_probability HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{}

Last updated