Endpoint for retrieving available hazard and context layer names

GET /v1/available_data

This endpoint has no arguments.

Request example:

/v1/available_data

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

GET /v1/available_data/hazard
hazard:
Selects which hazard to get data for.
profile:
Selects which model to get data from
  • AUTO
  • (Other models)
domain:
Selects which domain to check for hazard data availability.
Location (lat, lon) (optional):
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/available_data/hazard?hazard=flood&lat=-38.356731&lon=144.924568

Endpoint for retrieving available context layers in a givern domain or at a specific point (lat, lon):

GET /v1/available_data/context
context:
Selects which context to get data for.
organisation:
Selects which organisation to search for layers (default: public)
Location (lat, lon) (optional):
Selects the location (in latitude and longitude) from which to get data.

Request example:

/v1/available_data/context?context=fire_veg&lat=-38.356731&lon=144.924568