Global Adaptation Layers Resilience API
The Resilience data API allows you to retrieve detailed resilience data under the Global Adaptation Layers data product for any location globally.
Endpoint
GET https://app.alphageo.ai/api/public/v1/resilience_dataParameters
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
$ curl --location 'https://app.alphageo.ai/api/public/v1/resilience_data?longitude=-97.2805288&latitude=32.7376509&period=2035&scenario=SSP245' \
--header 'Authorization: dse3X8de878c37b2fd6835c52390303fk15fc3'Python
Example response
A successful response containing resilience-adjusted climate risk data of the given location.
Last updated