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=12
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=13", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=11", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/5661/?format=api", "id": 5661, "code": "KGM-Q-20421", "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.899358079469365, 52.42440462442654, 0.0 ] }, "last_modified": "2023-03-21T07:10:15.771644Z", "created": "2014-10-22T09:02:51.067417Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/6b156f41-4be4-47c3-9424-d2197a539942/?format=api", "https://demo.lizard.net/api/v4/timeseries/f8f04bb5-acd3-498f-8773-8209bab226ea/?format=api", "https://demo.lizard.net/api/v4/timeseries/3b8f7e28-fe0b-42d3-8aa4-1caf93bc41b5/?format=api", "https://demo.lizard.net/api/v4/timeseries/8a01ef12-40c5-4946-ac0e-bdf65e2e73bb/?format=api", "https://demo.lizard.net/api/v4/timeseries/6c293d92-c978-4719-9cc4-10324bdb5b94/?format=api" ], "pumps": [], "type": "polder", "name": "Twiske Oost", "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/5662/?format=api", "id": 5662, "code": "KGM-JH-5087", "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.983436511141314, 52.43971187261945, 0.0 ] }, "last_modified": "2023-07-13T13:18:19.697983Z", "created": "2014-10-22T09:02:51.077341Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f4ae88a7-f768-4732-b47e-834a0565adf6/?format=api", "https://demo.lizard.net/api/v4/timeseries/a7e3a910-afe6-4f41-b2a6-f3e05592bb01/?format=api", "https://demo.lizard.net/api/v4/timeseries/58131568-6253-4e30-b739-011c716c90b4/?format=api", "https://demo.lizard.net/api/v4/timeseries/edc7d4ff-01cf-44e8-81ec-cd8e1916f202/?format=api", "https://demo.lizard.net/api/v4/timeseries/f049bf8d-5d32-4eba-bc65-4b27ca483cc8/?format=api", "https://demo.lizard.net/api/v4/timeseries/ae8d4c85-e629-4e99-b815-b7d235523cd1/?format=api", "https://demo.lizard.net/api/v4/timeseries/9083f09d-bdca-4827-9375-87993f0ff60a/?format=api", "https://demo.lizard.net/api/v4/timeseries/74b939c3-3211-416f-a402-5f826a557b18/?format=api" ], "pumps": [], "type": "polder", "name": "Woudweeren", "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 }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5663/?format=api", "id": 5663, "code": "KGM-Q-20425", "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.009259598798222, 52.41404284711944, 0.0 ] }, "last_modified": "2023-07-13T13:21:19.646587Z", "created": "2014-10-22T09:02:51.087493Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/484a676e-ee43-4ec3-b32b-a985b49acfa2/?format=api", "https://demo.lizard.net/api/v4/timeseries/90b8743b-7073-4339-ac7c-bddd0842865f/?format=api", "https://demo.lizard.net/api/v4/timeseries/c374cf18-4aaa-46d8-bbba-2725d88464e9/?format=api", "https://demo.lizard.net/api/v4/timeseries/1c7a567c-b803-4cff-8b08-56577ca78816/?format=api", "https://demo.lizard.net/api/v4/timeseries/91bb78d1-8364-4243-a6aa-946dd90301c9/?format=api", "https://demo.lizard.net/api/v4/timeseries/a196569f-ba1c-4da4-a0bd-3e09878a9d1c/?format=api", "https://demo.lizard.net/api/v4/timeseries/efe39a49-79d1-45a9-9cf7-6704422b3d4d/?format=api", "https://demo.lizard.net/api/v4/timeseries/db60fb08-8000-4705-a1c8-3ab1caed6461/?format=api", "https://demo.lizard.net/api/v4/timeseries/3781e808-ff76-4151-b65d-f1afc684223a/?format=api", "https://demo.lizard.net/api/v4/timeseries/7d9ff14e-a257-4e00-9094-3e5aa102519b/?format=api" ], "pumps": [], "type": "polder", "name": "Poppendammergouw", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 247.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/5664/?format=api", "id": 5664, "code": "KGM-Q-20426", "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.906796581031723, 52.41506463465858, 0.0 ] }, "last_modified": "2023-07-13T13:18:08.226334Z", "created": "2014-10-22T09:02:51.097379Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e8440b2c-37c8-4091-98ad-2dde45ceff74/?format=api", "https://demo.lizard.net/api/v4/timeseries/2593f511-338e-467b-880c-c5da9b869602/?format=api", "https://demo.lizard.net/api/v4/timeseries/193bd075-dc73-4a71-a2dc-539c84dd67ef/?format=api", "https://demo.lizard.net/api/v4/timeseries/99374444-491b-442d-9ed3-bca0cde0dfb3/?format=api" ], "pumps": [], "type": "polder", "name": "Wilmkebreek", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 66.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/5665/?format=api", "id": 5665, "code": "KGM-Q-20428", "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.918684346174002, 52.47518452890299, 0.0 ] }, "last_modified": "2023-03-21T07:10:15.654376Z", "created": "2014-10-22T09:02:51.107423Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/7355a631-870c-4a4a-81c9-47d5dd5725ce/?format=api", "https://demo.lizard.net/api/v4/timeseries/6146a484-d32d-455f-acac-0c5c362b8461/?format=api", "https://demo.lizard.net/api/v4/timeseries/33fb7591-8b20-463f-b4a1-13f413b34147/?format=api", "https://demo.lizard.net/api/v4/timeseries/9d658289-9f4a-4bbe-ad89-d8882a2b0b24/?format=api", "https://demo.lizard.net/api/v4/timeseries/b243c8f1-e75c-4b08-9274-0798b6e06de2/?format=api" ], "pumps": [], "type": "polder", "name": "Purmerland West", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 100.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/5666/?format=api", "id": 5666, "code": "KGM-Q-20432", "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.887428563857424, 52.5076192319444, 0.0 ] }, "last_modified": "2023-07-13T13:18:17.792283Z", "created": "2014-10-22T09:02:51.118524Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8bb34e5c-e6fa-48e0-bc57-b84203a42b27/?format=api", "https://demo.lizard.net/api/v4/timeseries/7d16405b-a7f3-4c7d-b6c0-6dc7d4207a0b/?format=api", "https://demo.lizard.net/api/v4/timeseries/1a4e7e64-4cb7-4f3d-8334-057ad34022b8/?format=api", "https://demo.lizard.net/api/v4/timeseries/533de219-3d79-4be5-9d04-11dc037bcda3/?format=api" ], "pumps": [], "type": "polder", "name": "Wijde Wormer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 3250.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/5667/?format=api", "id": 5667, "code": "KGM-Q-20433", "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.111423065766535, 52.45436828312671, 0.0 ] }, "last_modified": "2023-07-13T13:29:12.935513Z", "created": "2014-10-22T09:02:51.128473Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8c1fba14-b6bd-4e1a-aae8-dd66cb209cad/?format=api", "https://demo.lizard.net/api/v4/timeseries/223ab021-a412-4816-b9f2-4a50bf0e8a74/?format=api", "https://demo.lizard.net/api/v4/timeseries/231ee7a3-2711-4d30-9315-2d2a25c13607/?format=api", "https://demo.lizard.net/api/v4/timeseries/8c5d7e1f-2180-4d08-9cc1-5c5de83def89/?format=api", "https://demo.lizard.net/api/v4/timeseries/5ddbc7b7-7e0d-40b0-8087-ec8106c2ec08/?format=api" ], "pumps": [], "type": "polder", "name": "Marken", "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/5668/?format=api", "id": 5668, "code": "KGM-Q-20435", "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.833907341577737, 52.56818795588276, 0.0 ] }, "last_modified": "2023-07-13T13:18:16.239521Z", "created": "2014-10-22T09:02:51.138285Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1a4bd164-f4f6-41e9-8f82-c4ad73c4b964/?format=api", "https://demo.lizard.net/api/v4/timeseries/3642b0e6-cfaa-4c54-a937-fab4edea231d/?format=api", "https://demo.lizard.net/api/v4/timeseries/33c1f137-b317-42ce-a939-b8f52efd4451/?format=api", "https://demo.lizard.net/api/v4/timeseries/278eb08d-b34b-4db9-aac5-c085c699e12f/?format=api", "https://demo.lizard.net/api/v4/timeseries/405c2895-d874-4ad7-a43f-fe1aa30cd1be/?format=api" ], "pumps": [], "type": "polder", "name": "Sapmeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 67.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/5669/?format=api", "id": 5669, "code": "KGM-Q-20438", "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.883476247635772, 52.60692595091857, 0.0 ] }, "last_modified": "2024-06-21T07:54:43.831154Z", "created": "2014-10-22T09:02:51.148415Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e648be3d-dca0-4f4e-bf33-65fbdd8b5d9b/?format=api", "https://demo.lizard.net/api/v4/timeseries/471214f0-9e31-4fad-bea1-ce2bb7caeee0/?format=api", "https://demo.lizard.net/api/v4/timeseries/349db9f3-a5d5-4e60-bd25-545f6b2f70ea/?format=api", "https://demo.lizard.net/api/v4/timeseries/ab8b6ad7-437a-4fad-bb39-25591a51572a/?format=api", "https://demo.lizard.net/api/v4/timeseries/02460b18-d7f4-4f4e-8a5b-ecda372da354/?format=api", "https://demo.lizard.net/api/v4/timeseries/a0e43735-5658-449e-9c5b-5b2a94d6f57a/?format=api" ], "pumps": [], "type": "polder", "name": "Beatrix", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 4740.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/5670/?format=api", "id": 5670, "code": "KGM-Q-20439", "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.83966909241772, 52.58743630897924, 0.0 ] }, "last_modified": "2022-01-18T08:09:52.505903Z", "created": "2014-10-22T09:02:51.158957Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/56bcc403-1456-44e8-90aa-d2fb15c120a5/?format=api", "https://demo.lizard.net/api/v4/timeseries/3026c343-658d-45ca-8226-8af53d19083e/?format=api", "https://demo.lizard.net/api/v4/timeseries/cb13521d-68aa-44c2-9a0a-593600971ec8/?format=api" ], "pumps": [], "type": "polder", "name": "Menningweermolen", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 739.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "