Pump Station List
List assets of type PumpStation
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/pumpstations/?format=api&page=15
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=16", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=14", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/5691/?format=api", "id": 5691, "code": "KGM-Q-20244", "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.868353421170054, 52.78586322298654, 0.0 ] }, "last_modified": "2023-07-13T13:22:46.234078Z", "created": "2014-10-22T09:02:51.372860Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/0f98ee4b-dbb7-4451-9ab6-140ddc1b6793/?format=api", "https://demo.lizard.net/api/v4/timeseries/d60c1936-cfad-40ff-b5be-d17bab2cf35d/?format=api", "https://demo.lizard.net/api/v4/timeseries/b29fd501-ab44-4c9c-8cd2-ba85385bfd04/?format=api", "https://demo.lizard.net/api/v4/timeseries/92c3b1d5-e78a-48c1-a337-07478b1d529b/?format=api" ], "pumps": [], "type": "polder", "name": "Hooglandspolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 900.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5692/?format=api", "id": 5692, "code": "KGM-Q-20245", "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.841702991901199, 52.76170914311083, 0.0 ] }, "last_modified": "2023-07-13T13:22:47.483779Z", "created": "2014-10-22T09:02:51.383176Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e1f20618-82cd-4b85-b4d2-5876c52ce4e8/?format=api", "https://demo.lizard.net/api/v4/timeseries/36b29b66-3a2f-4447-821a-56d1bb71677e/?format=api", "https://demo.lizard.net/api/v4/timeseries/652ba0fe-6146-478b-8096-5f235223d5da/?format=api", "https://demo.lizard.net/api/v4/timeseries/a1ca4240-7576-42b7-85ee-934fd408e2fb/?format=api", "https://demo.lizard.net/api/v4/timeseries/546ae343-ce25-44e0-9c25-41b04d68184e/?format=api" ], "pumps": [], "type": "polder", "name": "Slikven", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 567.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5693/?format=api", "id": 5693, "code": "KGM-Q-20246", "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.886406291452279, 52.78758928030565, 0.0 ] }, "last_modified": "2023-07-13T13:38:46.260484Z", "created": "2014-10-22T09:02:51.392980Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/266f1cbf-ac9f-4d69-8804-1cc126500e9e/?format=api", "https://demo.lizard.net/api/v4/timeseries/37fd0265-daf7-40a4-ad88-194e0622166c/?format=api", "https://demo.lizard.net/api/v4/timeseries/671a8393-318b-4ea6-8274-fc4cf0cf5efc/?format=api", "https://demo.lizard.net/api/v4/timeseries/21fbabff-26b3-4756-b479-eda7475d00c7/?format=api" ], "pumps": [], "type": "polder", "name": "Weerepolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 664.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5696/?format=api", "id": 5696, "code": "KGM-Q-20253", "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.795285831310493, 52.74094486823261, 0.0 ] }, "last_modified": "2023-07-13T13:22:34.190698Z", "created": "2014-10-22T09:02:51.424726Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/08cd4509-a3e4-471e-901c-618313879830/?format=api", "https://demo.lizard.net/api/v4/timeseries/1f301942-9f3c-448b-a9ab-44cb091c501a/?format=api", "https://demo.lizard.net/api/v4/timeseries/779874d3-d58d-4065-8a11-f038875aa7ab/?format=api" ], "pumps": [], "type": "polder", "name": "Woudmeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 550.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5697/?format=api", "id": 5697, "code": "KGM-Q-20254", "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.813153536537938, 52.71734886126812, 0.0 ] }, "last_modified": "2023-07-13T13:20:09.232627Z", "created": "2014-10-22T09:02:51.435591Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/22288869-5a99-4025-a34f-a1bc6e90a2d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/e355dc97-880c-40a8-aee3-ee1dde18c664/?format=api", "https://demo.lizard.net/api/v4/timeseries/b120ab7e-1066-45f7-bbe9-e50433b80342/?format=api", "https://demo.lizard.net/api/v4/timeseries/c1e6db59-b850-4a51-a649-83b72096bdad/?format=api" ], "pumps": [], "type": "polder", "name": "Speketer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 752.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5698/?format=api", "id": 5698, "code": "KGM-Q-20255", "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.828901521702606, 52.74445022476969, 0.0 ] }, "last_modified": "2023-07-13T13:18:09.660414Z", "created": "2014-10-22T09:02:51.446390Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/20c2bff7-dca5-4657-99ea-d80b7ca08c69/?format=api", "https://demo.lizard.net/api/v4/timeseries/cf7dd864-5adb-47fa-ba49-35ac30d1b0eb/?format=api", "https://demo.lizard.net/api/v4/timeseries/abf19fc7-24f3-40a9-bc27-2ac7c28dfc37/?format=api", "https://demo.lizard.net/api/v4/timeseries/546b32a5-279f-4445-9baa-ecb3f39ac970/?format=api", "https://demo.lizard.net/api/v4/timeseries/83136427-ee47-4d30-bc0e-461f771f0d41/?format=api" ], "pumps": [], "type": "polder", "name": "Slootgaard", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1266.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5699/?format=api", "id": 5699, "code": "KGM-Q-20258", "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.889518832468693, 52.69053497383511, 0.0 ] }, "last_modified": "2023-07-13T13:18:23.172291Z", "created": "2014-10-22T09:02:51.457344Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/40be353b-e08b-4d12-8aea-ef436f6d6f1c/?format=api", "https://demo.lizard.net/api/v4/timeseries/98ac2bfa-7163-43b7-958c-ac003305931f/?format=api", "https://demo.lizard.net/api/v4/timeseries/f5584aa5-3c1f-4e38-965e-2154bc82c383/?format=api", "https://demo.lizard.net/api/v4/timeseries/1aade1eb-dd76-4d71-8b93-fe739957d4a1/?format=api", "https://demo.lizard.net/api/v4/timeseries/6a570610-87e4-4d4c-ac98-6ecce62cc213/?format=api", "https://demo.lizard.net/api/v4/timeseries/d07b179d-13e6-4985-a85b-714b3f211544/?format=api", "https://demo.lizard.net/api/v4/timeseries/e71eab57-4f69-4cef-bed7-c68ae4ecd10b/?format=api", "https://demo.lizard.net/api/v4/timeseries/773b461a-b300-4edd-83af-306b9167b0d0/?format=api" ], "pumps": [], "type": "polder", "name": "Berkmeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 500.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5700/?format=api", "id": 5700, "code": "KGM-Q-20259", "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.801796828679844, 52.63663364321825, 0.0 ] }, "last_modified": "2024-06-21T07:54:59.604352Z", "created": "2014-10-22T09:02:51.467812Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/207493e9-1fe8-4e4d-9128-7d9de8f9ccc9/?format=api", "https://demo.lizard.net/api/v4/timeseries/6a31e8db-d15f-4eec-9e90-09d2ef0d100b/?format=api", "https://demo.lizard.net/api/v4/timeseries/6bed790c-627e-479c-9cab-e9e288f42445/?format=api", "https://demo.lizard.net/api/v4/timeseries/a1c27ef5-aa4e-4369-9e60-a0432b2e51e1/?format=api", "https://demo.lizard.net/api/v4/timeseries/4f35cb08-0f74-471c-9e97-b48736fd90f3/?format=api", "https://demo.lizard.net/api/v4/timeseries/458a9276-e93c-4219-8b79-92230bdde28a/?format=api", "https://demo.lizard.net/api/v4/timeseries/9624a81b-1334-4d5c-a794-09f373640490/?format=api" ], "pumps": [], "type": "polder", "name": "Huygendijk", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 7650.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5705/?format=api", "id": 5705, "code": "KGM-Q-20271", "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.878035031781573, 52.72818018001897, 0.0 ] }, "last_modified": "2023-07-13T13:18:22.406659Z", "created": "2014-10-22T09:02:51.521426Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f1cac2c2-1f25-42ca-abc4-033c5188ee3b/?format=api", "https://demo.lizard.net/api/v4/timeseries/1445542a-58eb-4ef6-a1b5-ae2b5b1326b5/?format=api", "https://demo.lizard.net/api/v4/timeseries/b51d5a7e-b38f-4603-8f10-8f69b009957c/?format=api", "https://demo.lizard.net/api/v4/timeseries/b224ffdc-3829-4b6d-86a4-99672a79f0b4/?format=api" ], "pumps": [], "type": "polder", "name": "De Leijen, Leyenpolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1834.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5708/?format=api", "id": 5708, "code": "KGM-Q-20274", "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.696801115380259, 52.72778290475568, 0.0 ] }, "last_modified": "2023-03-21T07:10:15.007312Z", "created": "2014-10-22T09:02:51.553108Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/da10349f-d5f1-4f1e-88b6-74390f38403b/?format=api", "https://demo.lizard.net/api/v4/timeseries/e815e068-809f-47c3-b51b-d80349d20a64/?format=api", "https://demo.lizard.net/api/v4/timeseries/4322efd0-caee-426b-b0e6-3d0d55f8ff4f/?format=api", "https://demo.lizard.net/api/v4/timeseries/727a4355-3c80-4910-acd6-0813cb9b7c7d/?format=api", "https://demo.lizard.net/api/v4/timeseries/f960d688-df8c-4a06-8483-717f34c7a458/?format=api", "https://demo.lizard.net/api/v4/timeseries/17e11dec-3a92-40d6-b26d-4b92c07fe84a/?format=api", "https://demo.lizard.net/api/v4/timeseries/ca2c77ca-65b6-4a03-99f3-169f082f76ad/?format=api", "https://demo.lizard.net/api/v4/timeseries/96860a66-a497-418f-93f3-b151e5000fa7/?format=api" ], "pumps": [], "type": "polder", "name": "Hempolder Warmenhuizen", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 117.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "