Overflow List
List assets of type Overflow
Query parameters:
organisation
Filter by organisation. Supports lookups on uuid
and name
.
code
Exact filter on the code
field. The (case-sensitive) startswith
lookup is also supported.
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
geometry
The following lookups are available: isnull
, contained
, contains
,
contains_properly
, covered_by
, covers
, crosses
, disjoint
,
equals
, intersects
, overlaps
, and within
.
Query geometries can be supplied as WKT, EWKT or HEXEWKB.
boundary__id:
Filter on geometry of the region/boundary with the id boundary__id
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__code:
Filter on geometry of the region/boundary with the id boundary__code
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__type:
Spatial filter on geometry
, whereby geometry is specified by a
region/boundary object (see below) and filter operator is
ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD,
MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA,
PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT,
NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM
boundary__name:
Filter on name of the region/boundary with the name
boundary__name
. Requires boundary__type
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.
page_size
The number of results on a single page. Defaults to 10, maximum is 100.
Note that pagination is disabled for the root endpoint: the response
will be truncated to page_size
.
Custom route: search
Full-text search in 'code' and 'name' fields. Results are ranked.
Examples:
?code=ABC_2123
?code__startswith=ABC
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
?organisation__name__startswith=Nelen
?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb
?organisation__name__icontains=Schuur
?geometry__intersects=POINT (5 52)
?boundary__id=198
?boundary__code=NL_GM0344
?boundary__type=PROVINCE&boundary__name=Utrecht
/search/abc/
GET /api/v4/overflows/?format=api&page=27
https://demo.lizard.net/api/v4/overflows/?format=api&page=28", "previous": "https://demo.lizard.net/api/v4/overflows/?format=api&page=26", "results": [ { "url": "https://demo.lizard.net/api/v4/overflows/5629/?format=api", "id": 5629, "code": "BB-02", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.704019339708065, 52.74758763666277, 0.0 ] }, "last_modified": "2022-01-18T07:36:06.387526Z", "created": "2015-04-08T08:46:16.476948Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/103e692b-8b0b-47d9-807e-46b1dbcd2016/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": -1.538, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5630/?format=api", "id": 5630, "code": "CO-01", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.697086987080238, 52.8363065566391, 0.0 ] }, "last_modified": "2022-01-18T07:38:48.565784Z", "created": "2015-04-08T08:46:16.486975Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/98effc60-743d-4026-815d-3240acda5122/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": 0.895, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5631/?format=api", "id": 5631, "code": "CO-02", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.697086987080238, 52.8363065566391, 0.0 ] }, "last_modified": "2022-01-18T07:35:37.499714Z", "created": "2015-04-08T08:46:16.496452Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/06ce9b34-3714-4501-aedd-f80f1e94c956/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": 0.895, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5632/?format=api", "id": 5632, "code": "DH-02", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.736522588767547, 52.93935760474423, 0.0 ] }, "last_modified": "2022-01-18T07:37:09.316371Z", "created": "2015-04-08T08:46:16.506323Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/94c5bbca-6904-46c8-a7e3-23120988d279/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": 0.056, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5633/?format=api", "id": 5633, "code": "DH-03", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.73940353227259, 52.94569080934302, 0.0 ] }, "last_modified": "2022-01-18T07:38:18.004015Z", "created": "2015-04-08T08:46:16.515491Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/7f1b1e5a-bf11-49fd-8acb-528cc8a45045/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": 0.23, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5634/?format=api", "id": 5634, "code": "DH-05", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.770103029524371, 52.94093764833239, 0.0 ] }, "last_modified": "2022-01-18T07:39:33.244447Z", "created": "2015-04-08T08:46:16.524627Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/13a224c2-080d-4233-97c1-2e7c8569deb6/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": 0.327, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5635/?format=api", "id": 5635, "code": "DH-07", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 4.77635801492342, 52.95316449341077, 0.0 ] }, "last_modified": "2022-01-18T07:36:13.854716Z", "created": "2015-04-08T08:46:16.533997Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4acf4db0-194c-43f7-81e2-414182536dc1/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": -0.439, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5636/?format=api", "id": 5636, "code": "DO-01", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 5.022629070519943, 52.93200892712591, 0.0 ] }, "last_modified": "2022-01-18T07:36:29.225614Z", "created": "2015-04-08T08:46:16.543056Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/308bc408-227b-4bdd-91e6-ab1fa03603bb/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": -0.064, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5637/?format=api", "id": 5637, "code": "DO-02", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 5.022629070519943, 52.93200892712591, 0.0 ] }, "last_modified": "2022-01-18T07:36:19.117183Z", "created": "2015-04-08T08:46:16.552771Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/d3b12d58-f9aa-4d1d-931b-d38bc8db8ef0/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": -0.064, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null }, { "url": "https://demo.lizard.net/api/v4/overflows/5638/?format=api", "id": 5638, "code": "DO-04", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "Point", "coordinates": [ 5.025174521675072, 52.92994080423568, 0.0 ] }, "last_modified": "2022-01-18T07:38:00.478270Z", "created": "2015-04-08T08:46:16.562378Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4b5fbdbb-a984-4110-a3b2-486720b8e5a9/?format=api" ], "name": "", "start_point": null, "end_point": null, "connection_serial": null, "angle": null, "crest_width": null, "crest_level": -0.044, "sensor_level": null, "surface_level": null, "open_water_level_average": null, "open_water_level_summer": null, "open_water_level_winter": null, "allowed_flow_direction": null } ] }{ "count": 550, "next": "