Global Adaptation Layers Risk API
The risk data API endpoint allows you to retrieve detailed climate risk data under the Global Adaptation Layers data product for any location globally.
Endpoint
GET https://app.alphageo.ai/api/public/v1/risk_dataParameters
asset_id
string (UUID)
The unique identifier of an asset uploaded to your institution's account.
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.
Query Validation Priority
When calling these endpoints, you must provide at least one way to identify the location. If multiple parameters are supplied, the API resolves the query using the following precedence:
asset_id: If provided, the API looks up the asset under your institution's profile.latitude&longitude: Ifasset_idis not provided, the API looks up data by coordinates.address: If neither of the above are provided, the API performs geocoding to resolve coordinates.
If none of these parameters are supplied, the API returns a 400 Bad Request with an error message.
Example requests
cURL
Python
Example response
A successful response containing physical climate risk data of the given location.
Last updated
Was this helpful?