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=22
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=23", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=21", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/6133/?format=api", "id": 6133, "code": "KGM-Q-29177", "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.718283713375939, 52.69672343578077, 0.0 ] }, "last_modified": "2023-07-13T13:17:29.347933Z", "created": "2014-10-22T09:02:56.245514Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8f46f0ae-1db6-41bd-8402-e00eaa766943/?format=api", "https://demo.lizard.net/api/v4/timeseries/3c8ce216-8940-4a8b-87c6-c046b9d68958/?format=api", "https://demo.lizard.net/api/v4/timeseries/48cfd1b1-49a4-448f-85b6-28c0cf060f9f/?format=api", "https://demo.lizard.net/api/v4/timeseries/a36262b7-eaa8-45fa-a766-1288673de752/?format=api", "https://demo.lizard.net/api/v4/timeseries/6db9b30c-32ac-47fd-a019-774b5fa686bd/?format=api" ], "pumps": [], "type": "polder", "name": "Aagtdorperpolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 417.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/6134/?format=api", "id": 6134, "code": "KGM-Q-29178", "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.735860423058555, 52.67972929588144, 0.0 ] }, "last_modified": "2024-06-21T07:54:59.602903Z", "created": "2014-10-22T09:02:56.258689Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/5740aa01-3e18-4494-be28-72f37170e1ed/?format=api", "https://demo.lizard.net/api/v4/timeseries/9ec81ad8-8c8a-49da-b51b-e6e17afea08a/?format=api", "https://demo.lizard.net/api/v4/timeseries/0f35e951-804b-45df-aeb4-1e246d3ee477/?format=api", "https://demo.lizard.net/api/v4/timeseries/230e6acd-6b75-41ed-befb-c1dab5672b0f/?format=api", "https://demo.lizard.net/api/v4/timeseries/a49d215f-527a-4dca-a902-3a1981a19bcb/?format=api", "https://demo.lizard.net/api/v4/timeseries/c0643e9a-a75d-4631-a40d-ac6c04597abd/?format=api", "https://demo.lizard.net/api/v4/timeseries/cd509509-5954-493a-ba89-6dc2f3a7977d/?format=api", "https://demo.lizard.net/api/v4/timeseries/35ed6abe-881f-4e8f-8a38-c67a874c1b80/?format=api", "https://demo.lizard.net/api/v4/timeseries/49ef4700-eded-4731-a44d-7c6643f12ff2/?format=api", "https://demo.lizard.net/api/v4/timeseries/a6fec6ee-0026-459f-b70e-f231b1f54c08/?format=api" ], "pumps": [], "type": "polder", "name": "De Rekere", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1466.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/6135/?format=api", "id": 6135, "code": "KGM-Q-29179", "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.680949610033005, 52.65098877963806, 0.0 ] }, "last_modified": "2023-07-13T13:23:24.878269Z", "created": "2014-10-22T09:02:56.275627Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e509f195-1518-47ef-a182-59bddb285ef8/?format=api", "https://demo.lizard.net/api/v4/timeseries/3a0d7956-5fcf-41af-81c8-e6229e44c6f9/?format=api", "https://demo.lizard.net/api/v4/timeseries/cdadd984-ab6f-4757-a637-fa78ee3562d5/?format=api", "https://demo.lizard.net/api/v4/timeseries/f18534bb-d8ea-4490-b22e-a4ba8daead61/?format=api", "https://demo.lizard.net/api/v4/timeseries/d236edb0-f5cf-4088-ae5d-599fa51a7ecd/?format=api", "https://demo.lizard.net/api/v4/timeseries/7012e7a2-54e4-43c7-80f7-3b659f74c70a/?format=api", "https://demo.lizard.net/api/v4/timeseries/b95a6f10-3d30-4923-99bd-19d0db62a1be/?format=api", "https://demo.lizard.net/api/v4/timeseries/18d84a23-79b1-4d52-8425-81657a775114/?format=api" ], "pumps": [], "type": "polder", "name": "Philisteinsche molen", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 333.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/6136/?format=api", "id": 6136, "code": "KGM-Q-29181", "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.700286607029658, 52.64167134627015, 0.0 ] }, "last_modified": "2024-06-21T07:54:59.600967Z", "created": "2014-10-22T09:02:56.291410Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a9dcc77d-2088-4693-9434-fc7df1b2f8b3/?format=api", "https://demo.lizard.net/api/v4/timeseries/3bff773d-9560-4d45-888f-2e058857a131/?format=api", "https://demo.lizard.net/api/v4/timeseries/2052c007-7270-4bee-a79a-da2b09ddfbc8/?format=api", "https://demo.lizard.net/api/v4/timeseries/8863abb0-f635-4bcb-89a9-cf37b2d152ad/?format=api", "https://demo.lizard.net/api/v4/timeseries/42f2473e-ca41-4e36-a0c1-d7787f0ee0d0/?format=api", "https://demo.lizard.net/api/v4/timeseries/f1ed6039-3200-4e85-8597-2ecbd86591e4/?format=api" ], "pumps": [], "type": "polder", "name": "Egmondermeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 667.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/6137/?format=api", "id": 6137, "code": "KGM-Q-29182", "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.734128914714545, 52.64848912244096, 0.0 ] }, "last_modified": "2023-07-13T13:22:42.710514Z", "created": "2014-10-22T09:02:56.305338Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a52a2766-5e51-4b3b-952f-e72fe12955be/?format=api", "https://demo.lizard.net/api/v4/timeseries/3eaad8d2-253e-4c0b-8c21-3a63c417e9b0/?format=api", "https://demo.lizard.net/api/v4/timeseries/d70667e9-6d37-4591-b6bc-f6e37d1a96e9/?format=api", "https://demo.lizard.net/api/v4/timeseries/6a413d3f-a5c1-4097-bf86-9bd03e9c4c60/?format=api", "https://demo.lizard.net/api/v4/timeseries/058404ba-6338-48e5-8cce-1607727243f8/?format=api" ], "pumps": [], "type": "polder", "name": "Bergermeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1434.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/6138/?format=api", "id": 6138, "code": "KGM-Q-29185", "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.696821692322444, 52.61378766439329, 0.0 ] }, "last_modified": "2023-07-13T13:17:56.539040Z", "created": "2014-10-22T09:02:56.320744Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8ab31751-2dfc-4598-971b-9b2bc19c1dfa/?format=api", "https://demo.lizard.net/api/v4/timeseries/6eb56b02-b78c-42a4-b72b-a89f4b766a06/?format=api", "https://demo.lizard.net/api/v4/timeseries/703726e5-6da5-4b2a-944b-79e0eebc2308/?format=api", "https://demo.lizard.net/api/v4/timeseries/83005f96-1f57-465b-a9a2-2fc9ea3cbe20/?format=api", "https://demo.lizard.net/api/v4/timeseries/368f4a6d-7e0f-40f4-8652-03b79f91b910/?format=api" ], "pumps": [], "type": "polder", "name": "Baafjespolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 833.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/6139/?format=api", "id": 6139, "code": "KGM-Q-29187", "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.670124468413049, 52.59555642184569, 0.0 ] }, "last_modified": "2023-07-13T13:20:49.939206Z", "created": "2014-10-22T09:02:56.338582Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/683e7022-0b97-4a49-9b94-4505c7ad7a62/?format=api", "https://demo.lizard.net/api/v4/timeseries/d80ecfbc-37c7-4f3f-a0c8-fd320c13a52f/?format=api", "https://demo.lizard.net/api/v4/timeseries/8c2521d3-35a3-4c44-8c68-807f093e559c/?format=api", "https://demo.lizard.net/api/v4/timeseries/31d3419b-a8c7-45bd-baf1-3046d06243b4/?format=api", "https://demo.lizard.net/api/v4/timeseries/6943c22e-4162-4a2d-87a2-3fd76f173c3a/?format=api", "https://demo.lizard.net/api/v4/timeseries/a358da0d-7b41-4675-9434-3cb1ff03ec4c/?format=api", "https://demo.lizard.net/api/v4/timeseries/9296f022-8e14-4712-8873-61f678015f02/?format=api", "https://demo.lizard.net/api/v4/timeseries/6d26949f-eb9e-48cb-9f17-d85eeeb5acaf/?format=api" ], "pumps": [], "type": "polder", "name": "Vennewaterspolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 533.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/6140/?format=api", "id": 6140, "code": "KGM-Q-29188", "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.664192951672212, 52.56226418516637, 0.0 ] }, "last_modified": "2023-03-21T07:10:17.636481Z", "created": "2014-10-22T09:02:56.348774Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/874fca13-3a5a-43ae-a592-38ab1819ffd3/?format=api", "https://demo.lizard.net/api/v4/timeseries/1cbf8107-5eb0-414e-90a7-5dec0d3dc7a9/?format=api", "https://demo.lizard.net/api/v4/timeseries/487137b7-d484-472a-925c-40bb376ea2cd/?format=api", "https://demo.lizard.net/api/v4/timeseries/199fa136-f8ad-4a31-94c1-abe1de2198f3/?format=api", "https://demo.lizard.net/api/v4/timeseries/7b227ca3-55ad-4544-846c-2bb319dfd2a4/?format=api" ], "pumps": [], "type": "polder", "name": "Zeeweg", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 83.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/6142/?format=api", "id": 6142, "code": "KGM-Q-29190", "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.677606475045622, 52.5614952634224, 0.0 ] }, "last_modified": "2023-07-13T13:24:36.712693Z", "created": "2014-10-22T09:02:56.368712Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f0211ad3-0a2c-41aa-9047-f534e32db0d5/?format=api", "https://demo.lizard.net/api/v4/timeseries/f84b1540-8d76-443b-ba20-25baedf6fb1e/?format=api", "https://demo.lizard.net/api/v4/timeseries/030307e9-78e9-43ab-b4cd-954849397318/?format=api", "https://demo.lizard.net/api/v4/timeseries/80cc1039-17f2-4ac7-8af0-28159c435154/?format=api" ], "pumps": [], "type": "polder", "name": "Hyacintenveld", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 133.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/6143/?format=api", "id": 6143, "code": "KGM-Q-29191", "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.70227350491356, 52.5554960390554, 0.0 ] }, "last_modified": "2023-03-21T07:10:18.513395Z", "created": "2014-10-22T09:02:56.381613Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ad63123c-4083-46dd-9a56-1322997faa49/?format=api", "https://demo.lizard.net/api/v4/timeseries/a0babc46-491e-4f2d-9d5d-c7b74c1f05b8/?format=api", "https://demo.lizard.net/api/v4/timeseries/39e51d38-f0c5-46de-8f3e-24228db8ebe2/?format=api", "https://demo.lizard.net/api/v4/timeseries/b8fa345a-067f-469b-a2ea-327ea70bd324/?format=api", "https://demo.lizard.net/api/v4/timeseries/83a639d6-eed8-4b2a-a382-183f2e5922d3/?format=api" ], "pumps": [], "type": "polder", "name": "Schulpvaart", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 400.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "