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=13
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=14", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=12", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/5671/?format=api", "id": 5671, "code": "KGM-Q-20441", "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.810574081385527, 52.54507656370014, 0.0 ] }, "last_modified": "2023-07-13T13:18:20.732841Z", "created": "2014-10-22T09:02:51.168840Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/77e8d494-dd79-4ceb-bf31-807e3a2dee34/?format=api", "https://demo.lizard.net/api/v4/timeseries/6d7d3f3c-c16a-441d-b9cf-6776e8bab6e9/?format=api", "https://demo.lizard.net/api/v4/timeseries/bd4a08a0-c966-4089-9d4e-cedd87f1e5e5/?format=api", "https://demo.lizard.net/api/v4/timeseries/beaef13c-5649-42f4-aacf-7c2702508709/?format=api", "https://demo.lizard.net/api/v4/timeseries/36843ada-75c5-48ae-8a9b-0b4a20f465bf/?format=api" ], "pumps": [], "type": "polder", "name": "Starnmeer", "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/5672/?format=api", "id": 5672, "code": "KGM-Q-20444", "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.931592241856926, 52.61704223862069, 0.0 ] }, "last_modified": "2023-07-13T13:22:47.692258Z", "created": "2014-10-22T09:02:51.178787Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8a7cdad0-0cd2-4186-827d-2b266685e6c6/?format=api", "https://demo.lizard.net/api/v4/timeseries/ecd594ea-7391-4fc9-bc5c-8214b80135b5/?format=api", "https://demo.lizard.net/api/v4/timeseries/289664f3-92ae-4eaa-8ab4-1c30b0986bec/?format=api", "https://demo.lizard.net/api/v4/timeseries/2c4c4709-a08b-4fad-8597-5db84b04ce6a/?format=api" ], "pumps": [], "type": "polder", "name": "Mijzen", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1000.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/5673/?format=api", "id": 5673, "code": "KGM-Q-20446", "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.778549901298949, 52.51453808552995, 0.0 ] }, "last_modified": "2023-03-21T07:10:33.760451Z", "created": "2014-10-22T09:02:51.188917Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/407cdd3c-9909-42ed-ac4c-323828a152f2/?format=api", "https://demo.lizard.net/api/v4/timeseries/3b08fa12-115c-42fa-a429-817f0517c8a8/?format=api", "https://demo.lizard.net/api/v4/timeseries/3fafeda1-db15-44df-90a4-69802e2b1846/?format=api", "https://demo.lizard.net/api/v4/timeseries/db73efb3-f813-4a55-9b67-b1a1d02250a5/?format=api", "https://demo.lizard.net/api/v4/timeseries/3d1a0b85-c720-4866-adec-ec9689abddc3/?format=api", "https://demo.lizard.net/api/v4/timeseries/ccded9b8-f472-4c2f-9e8b-78b3e10c4ee6/?format=api" ], "pumps": [], "type": "polder", "name": "Molletjesveer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 104.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/5674/?format=api", "id": 5674, "code": "KGM-Q-20448", "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.77552629223137, 52.50327777691194, 0.0 ] }, "last_modified": "2023-07-13T13:17:21.320866Z", "created": "2014-10-22T09:02:51.198814Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4145674a-cb3e-4b79-ad13-53c02c4f0cbe/?format=api", "https://demo.lizard.net/api/v4/timeseries/88a3c3c8-d7e5-4eb1-b6a0-2639d59fd54b/?format=api", "https://demo.lizard.net/api/v4/timeseries/c3dfac5b-d70b-4cf6-ab3f-6536cdfd814e/?format=api", "https://demo.lizard.net/api/v4/timeseries/b1a1ba51-2909-4d54-b503-782d498208e0/?format=api", "https://demo.lizard.net/api/v4/timeseries/b44c21dd-9533-4755-838e-2e775ec17f8a/?format=api", "https://demo.lizard.net/api/v4/timeseries/95b2c1b8-fd56-4804-b7d6-8b86e34a1906/?format=api", "https://demo.lizard.net/api/v4/timeseries/df4cd3f6-44d3-45ac-9d5e-066b9f00ad3f/?format=api", "https://demo.lizard.net/api/v4/timeseries/5d337fbe-f09b-4f3e-bd1a-ef29f462a1ef/?format=api" ], "pumps": [], "type": "polder", "name": "De Zwerver", "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/5675/?format=api", "id": 5675, "code": "KGM-Q-20451", "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.79609327205035, 52.45440445632063, 0.0 ] }, "last_modified": "2023-03-21T07:10:25.656977Z", "created": "2014-10-22T09:02:51.209575Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/876a40b0-9e93-4de3-b9e4-76569bc16f1b/?format=api", "https://demo.lizard.net/api/v4/timeseries/d592ba96-51d4-49b3-8c1c-76613d0bb17b/?format=api", "https://demo.lizard.net/api/v4/timeseries/c19c6d86-29a0-4266-92ea-cc556aa78b05/?format=api", "https://demo.lizard.net/api/v4/timeseries/a23a40bd-224a-4ce3-8ee8-52c6667fda73/?format=api" ], "pumps": [], "type": "polder", "name": "Westerkoog", "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/5676/?format=api", "id": 5676, "code": "KGM-Q-20453", "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.827677304374903, 52.42281085671532, 0.0 ] }, "last_modified": "2023-07-13T13:29:13.130004Z", "created": "2014-10-22T09:02:51.219966Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/702c9556-adb5-4ed8-afee-7aff96a5c6fa/?format=api", "https://demo.lizard.net/api/v4/timeseries/cfe291d4-6af0-4a32-9a9d-844fb2fb64f4/?format=api", "https://demo.lizard.net/api/v4/timeseries/23d223ab-c979-44bd-9240-3a6f56a1cd88/?format=api", "https://demo.lizard.net/api/v4/timeseries/9e461362-dc64-4d94-b9a2-ff05620ae02c/?format=api", "https://demo.lizard.net/api/v4/timeseries/312d4964-5919-4d06-8400-143d37ce68ee/?format=api", "https://demo.lizard.net/api/v4/timeseries/0f90dcdf-73f2-4e58-9bac-8b39cefc91ec/?format=api" ], "pumps": [], "type": "polder", "name": "Pontweg", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 120.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/5677/?format=api", "id": 5677, "code": "KGM-Q-20455", "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.784099658223467, 52.43093027741258, 0.0 ] }, "last_modified": "2023-07-13T13:29:13.530107Z", "created": "2014-10-22T09:02:51.229905Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ba7f3002-272a-4040-ac6e-920a4d2f6f76/?format=api", "https://demo.lizard.net/api/v4/timeseries/4e578e2d-6b1a-4453-980f-69ec9e7ea13a/?format=api", "https://demo.lizard.net/api/v4/timeseries/f5e9a5bf-6637-4899-aa7c-bcef4676db91/?format=api", "https://demo.lizard.net/api/v4/timeseries/6ea17afd-1490-4743-9351-d4ec306748ef/?format=api", "https://demo.lizard.net/api/v4/timeseries/8f0d4533-b2b4-46e9-9036-a00829786f30/?format=api", "https://demo.lizard.net/api/v4/timeseries/a84f30d4-b7a2-4a0c-a955-97b21badead8/?format=api" ], "pumps": [], "type": "polder", "name": "Overtoom", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 3000.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/5678/?format=api", "id": 5678, "code": "KGM-Q-20456", "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.750826732042153, 52.43457543329103, 0.0 ] }, "last_modified": "2023-07-13T13:29:03.652977Z", "created": "2014-10-22T09:02:51.239944Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/15f0adb2-1f63-47c6-be5b-aa5d195538e7/?format=api", "https://demo.lizard.net/api/v4/timeseries/d3d46e89-5db5-4751-906b-ea8797713cae/?format=api", "https://demo.lizard.net/api/v4/timeseries/6433378c-c04d-469b-b321-02116a9bdab2/?format=api", "https://demo.lizard.net/api/v4/timeseries/2647e2f0-a624-48b9-aae5-ca7d2999d9fc/?format=api", "https://demo.lizard.net/api/v4/timeseries/4323e2b3-6bc4-4a89-aa48-aed0f2cc750e/?format=api", "https://demo.lizard.net/api/v4/timeseries/fd1fe4c0-8be7-4a9b-bbc0-18d20154c7a4/?format=api" ], "pumps": [], "type": "polder", "name": "Nauernaschepolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 167.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/5679/?format=api", "id": 5679, "code": "KGM-Q-20459", "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.674613323506689, 52.45785975754724, 0.0 ] }, "last_modified": "2023-07-13T13:29:12.519271Z", "created": "2014-10-22T09:02:51.249813Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4d7eb17b-6e2f-4661-8227-0d881bdbd57b/?format=api", "https://demo.lizard.net/api/v4/timeseries/1d803d7c-841b-4a9a-a54b-657de43117fc/?format=api", "https://demo.lizard.net/api/v4/timeseries/a5d069e5-b383-4805-9cf8-30690dcfdcd6/?format=api", "https://demo.lizard.net/api/v4/timeseries/bd7e873b-1ebf-4aa5-b8f9-b02da678c53b/?format=api", "https://demo.lizard.net/api/v4/timeseries/ac91ca3c-0356-4e15-adc1-ebc195e6a3f3/?format=api" ], "pumps": [], "type": "polder", "name": "Wijkermeer", "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/5680/?format=api", "id": 5680, "code": "KGM-Q-20463", "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.728763254562482, 52.47849930879875, 0.0 ] }, "last_modified": "2023-07-13T13:18:12.240027Z", "created": "2014-10-22T09:02:51.259816Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/cc30a4a5-d9a4-40e9-9783-3d2cf220407d/?format=api", "https://demo.lizard.net/api/v4/timeseries/e31a87fa-14f0-4a4a-966e-9ed73b7a9963/?format=api", "https://demo.lizard.net/api/v4/timeseries/ff97c42a-eda1-4083-86a5-1a8a7df7420c/?format=api", "https://demo.lizard.net/api/v4/timeseries/bfa608ca-11fc-4df7-9f24-bbabdd5bf420/?format=api", "https://demo.lizard.net/api/v4/timeseries/b0bbb6ce-29f0-4e25-a688-c83028e6eab6/?format=api", "https://demo.lizard.net/api/v4/timeseries/623170bc-cdb8-47a1-82e2-9a5878e5f784/?format=api", "https://demo.lizard.net/api/v4/timeseries/c35531ab-7a1c-4422-8ffa-1f7e066749c9/?format=api", "https://demo.lizard.net/api/v4/timeseries/c288360f-3a94-454b-9241-e5d8b80b3342/?format=api" ], "pumps": [], "type": "polder", "name": "Buitenkaaik", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": null, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "