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=14
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=15", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=13", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/5681/?format=api", "id": 5681, "code": "KGM-Q-20464", "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.808774381863078, 52.48111284638616, 0.0 ] }, "last_modified": "2023-07-13T13:17:17.988973Z", "created": "2014-10-22T09:02:51.269538Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/00560e81-c39c-47d8-a4ff-1dc95d467173/?format=api", "https://demo.lizard.net/api/v4/timeseries/a26fc525-1ad5-4c75-be10-6b9e338a5712/?format=api", "https://demo.lizard.net/api/v4/timeseries/50bf9aa7-7943-4531-ac43-509beb01056a/?format=api" ], "pumps": [], "type": "polder", "name": "'t Leven 2", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 620.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/5682/?format=api", "id": 5682, "code": "KGM-Q-20466", "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.754302732243553, 52.44632588570027, 0.0 ] }, "last_modified": "2023-07-13T13:18:21.984295Z", "created": "2014-10-22T09:02:51.279806Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/b026c825-e8c8-49ec-a39e-9c674687edc0/?format=api", "https://demo.lizard.net/api/v4/timeseries/1a65d629-f5ab-4659-8546-cbb93fdda0e0/?format=api", "https://demo.lizard.net/api/v4/timeseries/7ba3c2de-0076-41c1-a77e-fa42a8a0e8fb/?format=api", "https://demo.lizard.net/api/v4/timeseries/077678b6-6002-4240-bdde-5b249a21170d/?format=api", "https://demo.lizard.net/api/v4/timeseries/da8e94e5-a210-4632-bc75-eddb398ee374/?format=api", "https://demo.lizard.net/api/v4/timeseries/41b64e20-5d79-4af1-8cd3-2375aa0299d8/?format=api", "https://demo.lizard.net/api/v4/timeseries/dbe875b7-a6a2-4eb6-ae56-9919d3efb77b/?format=api", "https://demo.lizard.net/api/v4/timeseries/15c9662b-8af3-4f12-93a2-b3cdcf54bfe5/?format=api" ], "pumps": [], "type": "polder", "name": "Veenpolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 717.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/5683/?format=api", "id": 5683, "code": "KGM-Q-20218", "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.73973509567853, 52.44731578058479, 0.0 ] }, "last_modified": "2023-07-13T13:18:16.044241Z", "created": "2014-10-22T09:02:51.291324Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/98f2e37d-4444-471b-8c8b-7efb425a2af4/?format=api", "https://demo.lizard.net/api/v4/timeseries/92ad6a78-4711-4982-a04d-c1170ca176d6/?format=api", "https://demo.lizard.net/api/v4/timeseries/5513c3f5-d6d6-4a28-b6a9-5fc3dc1489f3/?format=api", "https://demo.lizard.net/api/v4/timeseries/a6af1692-c14b-4e5a-b79f-99e18035e40f/?format=api", "https://demo.lizard.net/api/v4/timeseries/7285f1a2-7f3d-41c6-a098-95445230d2e5/?format=api" ], "pumps": [], "type": "polder", "name": "Zaandammerweg", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 367.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/5684/?format=api", "id": 5684, "code": "KGM-Q-20220", "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.780989210517054, 52.43480636518633, 0.0 ] }, "last_modified": "2023-07-13T13:18:17.997719Z", "created": "2014-10-22T09:02:51.302802Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1fbcd6a7-a9fb-4cb9-bbee-935a7e87ac32/?format=api", "https://demo.lizard.net/api/v4/timeseries/79a3cf82-90a0-4a36-95c4-87dabaca6291/?format=api", "https://demo.lizard.net/api/v4/timeseries/a38b1405-f086-400f-8840-a5e2888d192b/?format=api" ], "pumps": [], "type": "polder", "name": "Oosterwillis Zuid", "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/5685/?format=api", "id": 5685, "code": "KGM-Q-20224", "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.957424947100455, 52.40116389293161, 0.0 ] }, "last_modified": "2023-03-21T07:10:26.734125Z", "created": "2014-10-22T09:02:51.312864Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/789959e7-0444-4fd4-90a2-2ec82655c569/?format=api", "https://demo.lizard.net/api/v4/timeseries/a930d53e-797f-4ae9-9186-effacdedcbe5/?format=api", "https://demo.lizard.net/api/v4/timeseries/2eb7034f-8cf1-4d14-826b-492e2c28e655/?format=api", "https://demo.lizard.net/api/v4/timeseries/162715df-364b-4df4-8f0b-34318896ecc4/?format=api", "https://demo.lizard.net/api/v4/timeseries/bc7de18f-4f0d-40bd-a002-b1bdd89bece1/?format=api" ], "pumps": [], "type": "polder", "name": "Nieuwendam", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 300.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/5686/?format=api", "id": 5686, "code": "KGM-Q-20225", "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.031846418491133, 52.57363218981844, 0.0 ] }, "last_modified": "2023-07-13T13:29:11.315341Z", "created": "2014-10-22T09:02:51.322652Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/49284067-8a7b-4a50-a42d-67d966690929/?format=api", "https://demo.lizard.net/api/v4/timeseries/fceb5720-2434-4008-90c7-5467d1834193/?format=api", "https://demo.lizard.net/api/v4/timeseries/f1b7b862-8487-420e-857d-2e9559ba6ff0/?format=api", "https://demo.lizard.net/api/v4/timeseries/c9566b59-891d-4a9d-b768-3b4a75f75d46/?format=api", "https://demo.lizard.net/api/v4/timeseries/3d2262c4-9762-4633-b3bc-b10bb4773195/?format=api", "https://demo.lizard.net/api/v4/timeseries/1f08da7e-f861-4354-aaef-42e04e2ee468/?format=api" ], "pumps": [], "type": "polder", "name": "Warder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1800.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/5687/?format=api", "id": 5687, "code": "KGM-Q-20227", "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.792977454395713, 52.50887302572161, 0.0 ] }, "last_modified": "2023-07-13T13:18:12.644067Z", "created": "2014-10-22T09:02:51.332617Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/bad4efd5-7e7f-4dc4-8585-477afee39250/?format=api", "https://demo.lizard.net/api/v4/timeseries/12b1dcfe-462f-4581-96d1-3f838fd58ab9/?format=api", "https://demo.lizard.net/api/v4/timeseries/787619f3-52be-40a3-87b4-96855adc8710/?format=api", "https://demo.lizard.net/api/v4/timeseries/3a51b3b9-cfad-434c-841c-5c70eafd19af/?format=api", "https://demo.lizard.net/api/v4/timeseries/2434708c-b140-4791-bb5f-0cd9d98faa84/?format=api" ], "pumps": [], "type": "polder", "name": "Schaalsmeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 170.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/5688/?format=api", "id": 5688, "code": "KGM-Q-20229", "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.838112995808363, 52.476063741520896, 0.0 ] }, "last_modified": "2022-01-17T08:16:05.606642Z", "created": "2014-10-22T09:02:51.342698Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/75979fe3-4bc0-4578-9248-793e42245180/?format=api", "https://demo.lizard.net/api/v4/timeseries/c3f65536-4219-4595-8d53-81372b6963f0/?format=api" ], "pumps": [], "type": "polder", "name": "Kalverpolder (Herculesmolen)", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 70.6, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5689/?format=api", "id": 5689, "code": "KGM-Q-20232", "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.834850252119774, 52.53872554549307, 0.0 ] }, "last_modified": "2023-07-13T13:21:02.328917Z", "created": "2014-10-22T09:02:51.352915Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3eea9210-fcc2-4513-b1a3-255cb669e551/?format=api" ], "pumps": [], "type": "polder", "name": "Verloren Einde", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1.786199, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/5690/?format=api", "id": 5690, "code": "KGM-Q-20242", "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.826570055661504, 52.78669737166194, 0.0 ] }, "last_modified": "2023-07-13T13:38:42.011084Z", "created": "2014-10-22T09:02:51.362948Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f198a8bf-21ac-42b0-a7a9-01c66abc4c6d/?format=api", "https://demo.lizard.net/api/v4/timeseries/1056a517-3804-41b2-83eb-63c9d29f2cbd/?format=api", "https://demo.lizard.net/api/v4/timeseries/93257ca4-63a4-4637-9d15-b89c6ccfac98/?format=api", "https://demo.lizard.net/api/v4/timeseries/089ed4d1-ccfa-4484-a7d8-231237bb55ee/?format=api", "https://demo.lizard.net/api/v4/timeseries/0f7a2761-f9b7-4ec1-83d1-54f4fe205763/?format=api" ], "pumps": [], "type": "polder", "name": "Snevert", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 2124.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "