Resilience-adjusted Risk API
The Resilience-adjusted Risk API allows you to retrieve detailed resilience-adjusted climate risk data for any location globally.
Endpoint
Parameters
Parameters | Required | Type | Description |
---|---|---|---|
address | string | Full address of the location | |
period | string | Time period. Available values : 2025, 2035, 2050, 2100 | |
scenario | string | Identifier for CMIP6 Emission Scenarios. Available values : SSP245, SSP370, SSP585 | |
longitude | number | Longitude of the location that being queried. | |
latitude | number | Latitude of the location that being queried. |
Example Request
cURL
Python
Example Response
A successful response containing resilience-adjusted climate risk data of the given location.
Last updated