Endpoint for retrieving the value present in the closest hazard data point to a specific point (lat, lon):

GET /v1/val/hazard
hazard:
Selects which hazard to get data for.
profile:
Selects which model to get data from
  • AUTO
  • (Other models)
Location (lat, lon):
Selects the location (in latitude and longitude) from which to get data.
type
Type of data to retrieve (either projection [default], or historical).

Request example:

/v1/val/hazard?hazard=flood&profile=AUTO&lat=-38.356731&lon=144.924568

Endpoint for retrieving the value present on the raster and vector context layers:

GET /v1/val/context
name:
Selects which context layer to get data for.
organisation:
Data collection from which to get context layer data.
Location (lat, lon):
Selects the location (in latitude and longitude) from which to get data.

Request example:

/v1/val/context?name=soil_clay&organisation=public&lat=-38.356731&lon=144.924568

Endpoint for retrieving the maximum value present in all relevant context layers in the area around a specific point (lat, lon):

GET /v1/exposure
Location (lat, lon):
Selects the location (in latitude and longitude) from which to get data.
radius:
Set the size of the box within which to get context data (in meters).
flood_org
Select which org to get flood data from.

Request example:

/v1/exposure?radius=500&lat=-38.356731&lon=144.924568