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=17
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=18", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=16", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/5723/?format=api", "id": 5723, "code": "KGM-Q-20296", "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.822692561311869, 52.69624726612624, 0.0 ] }, "last_modified": "2023-07-13T13:18:43.308013Z", "created": "2014-10-22T09:02:51.721858Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3fb50da3-1153-4dfc-ac8d-6823f2be48c3/?format=api", "https://demo.lizard.net/api/v4/timeseries/62baa099-cc85-4ac0-aa2f-15aba0f856dd/?format=api", "https://demo.lizard.net/api/v4/timeseries/fbbbeb33-100d-4be5-a464-b63e1f2aa0b2/?format=api", "https://demo.lizard.net/api/v4/timeseries/7196984d-9fbc-46f8-86fd-d8ff6542652c/?format=api", "https://demo.lizard.net/api/v4/timeseries/24584dd0-6a75-4ea6-b922-13f339161950/?format=api", "https://demo.lizard.net/api/v4/timeseries/25d5f2cb-3e3c-4fa0-ac7d-754c893a14a4/?format=api" ], "pumps": [], "type": "polder", "name": "Langebalk", "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/6026/?format=api", "id": 6026, "code": "KGM-Q-25331", "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.726653863473492, 52.83985569034564, 0.0 ] }, "last_modified": "2023-03-21T07:10:23.236565Z", "created": "2014-10-22T09:02:55.131698Z", "image_url": "", "timeseries": [], "pumps": [], "type": "polder", "name": "Zijperzeedijk [waterberging]", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 8.21646716, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/6074/?format=api", "id": 6074, "code": "KGM-Q-25397", "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.814464209484331, 52.87180428891271, 0.0 ] }, "last_modified": "2024-09-09T10:27:47.842337Z", "created": "2014-10-22T09:02:55.627336Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/58ec5bc3-406b-487f-9db5-6af1162dba4c/?format=api", "https://demo.lizard.net/api/v4/timeseries/f6fbe052-bbab-4def-8abc-e6f91552d7bd/?format=api", "https://demo.lizard.net/api/v4/timeseries/4dcdc119-a74c-48ba-80b7-9e4263bdc2a4/?format=api", "https://demo.lizard.net/api/v4/timeseries/6909acfb-80b4-4fa1-af3e-a31fa2726ddd/?format=api", "https://demo.lizard.net/api/v4/timeseries/a2b62e4a-2204-4754-93ac-a336b69e4cfe/?format=api", "https://demo.lizard.net/api/v4/timeseries/86edba31-004c-4f0a-a628-dbabb0bfe49d/?format=api" ], "pumps": [], "type": "polder", "name": "Volkstuinen Anna Paulowna", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 50.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/6076/?format=api", "id": 6076, "code": "KGM-Q-29101", "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.707044626353467, 52.7546172219478, 0.0 ] }, "last_modified": "2023-07-13T13:21:22.339491Z", "created": "2014-10-22T09:02:55.648833Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/c07a62ed-fbcf-48c4-b2b5-3fce70f275fb/?format=api", "https://demo.lizard.net/api/v4/timeseries/3819dace-b5fb-4433-ab47-0dac2bb04ab4/?format=api", "https://demo.lizard.net/api/v4/timeseries/51e27f8d-8bd2-4ddc-8297-37ee7577cbdc/?format=api", "https://demo.lizard.net/api/v4/timeseries/6a170de9-1d0c-46be-b1ce-4faac99c1eac/?format=api" ], "pumps": [], "type": "polder", "name": "ZG", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 583.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/6077/?format=api", "id": 6077, "code": "KGM-Q-29102", "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.71659870748532, 52.76578561721331, 0.0 ] }, "last_modified": "2024-06-21T07:55:17.776408Z", "created": "2014-10-22T09:02:55.658995Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e7da903e-d68c-444c-abda-1a4084712172/?format=api", "https://demo.lizard.net/api/v4/timeseries/6e5d1106-551c-431f-94f4-0647984b5a60/?format=api", "https://demo.lizard.net/api/v4/timeseries/5e636c80-5a05-4fc7-a491-31a5f533383e/?format=api", "https://demo.lizard.net/api/v4/timeseries/0da1781d-cc4a-4a8a-9027-f7504b5d77c9/?format=api", "https://demo.lizard.net/api/v4/timeseries/ca6c517a-1447-4184-b52e-c9c7315ac05b/?format=api", "https://demo.lizard.net/api/v4/timeseries/6fef97e2-238f-4ae1-b8f6-5ba8e3b49cb3/?format=api", "https://demo.lizard.net/api/v4/timeseries/9a646463-5432-49e0-88a9-d4cbf183fa91/?format=api" ], "pumps": [], "type": "polder", "name": "AB", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1084.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/6078/?format=api", "id": 6078, "code": "KGM-Q-29103", "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.722057755825207, 52.77347428278078, 0.0 ] }, "last_modified": "2023-07-13T13:24:12.739396Z", "created": "2014-10-22T09:02:55.669025Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/6c0e0ef4-7114-4bed-bc1d-97c5b11a5f91/?format=api", "https://demo.lizard.net/api/v4/timeseries/604b3401-ef6b-439e-87c8-053c809dc862/?format=api", "https://demo.lizard.net/api/v4/timeseries/a94339fa-e3cc-4cc4-97c7-94f49f655125/?format=api", "https://demo.lizard.net/api/v4/timeseries/e62d8eb7-b0e7-4637-911d-705ab68fec77/?format=api", "https://demo.lizard.net/api/v4/timeseries/0f189533-10fc-4ae7-a491-9fceaa333580/?format=api" ], "pumps": [], "type": "polder", "name": "NG", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 87.4, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null }, { "url": "https://demo.lizard.net/api/v4/pumpstations/6079/?format=api", "id": 6079, "code": "KGM-Q-29104", "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.746533753884568, 52.78935196565197, 0.0 ] }, "last_modified": "2023-07-13T13:24:35.628049Z", "created": "2014-10-22T09:02:55.679674Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/c72ffbc8-ceaf-48bf-b806-59315333ad2b/?format=api", "https://demo.lizard.net/api/v4/timeseries/26f34f79-dcb2-400a-baf6-4474ea07c15f/?format=api", "https://demo.lizard.net/api/v4/timeseries/84bb008e-755a-44c8-bb74-1fc21d6c4ed7/?format=api", "https://demo.lizard.net/api/v4/timeseries/5f7df336-8486-4f18-a4e0-c3823ef45963/?format=api", "https://demo.lizard.net/api/v4/timeseries/ed94c4db-323e-4502-bfab-75d1d69db136/?format=api", "https://demo.lizard.net/api/v4/timeseries/2d9e21a6-538c-4cc5-9c7c-080d399629c5/?format=api" ], "pumps": [], "type": "polder", "name": "C", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 513.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/6080/?format=api", "id": 6080, "code": "KGM-Q-29106", "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.764713738864386, 52.80447330408439, 0.0 ] }, "last_modified": "2023-07-13T13:22:44.960656Z", "created": "2014-10-22T09:02:55.689439Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/cdba4865-aef2-4a3e-9301-abbd6caa1660/?format=api", "https://demo.lizard.net/api/v4/timeseries/cadf6540-2244-42a6-a854-0517f904cfd9/?format=api", "https://demo.lizard.net/api/v4/timeseries/38f7f55c-5261-4986-9d52-64613f0795d6/?format=api", "https://demo.lizard.net/api/v4/timeseries/6381fcdc-125d-4faa-b72b-6fd35fd62f4c/?format=api", "https://demo.lizard.net/api/v4/timeseries/b3891a28-8de2-4f53-ab94-185e41767fbb/?format=api", "https://demo.lizard.net/api/v4/timeseries/613f959d-3721-46c1-bcab-d17bf0fb2d15/?format=api" ], "pumps": [], "type": "polder", "name": "D", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 317.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/6081/?format=api", "id": 6081, "code": "KGM-Q-29107", "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.764526628450328, 52.80491117811022, 0.0 ] }, "last_modified": "2023-07-13T13:22:43.308965Z", "created": "2014-10-22T09:02:55.699536Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/bdc1b1c0-ab32-4146-bcd8-84ee450839e1/?format=api", "https://demo.lizard.net/api/v4/timeseries/9761bd0f-505c-4c2e-909a-a7baca874a80/?format=api", "https://demo.lizard.net/api/v4/timeseries/3ec232f7-3d41-4256-8b14-2e7dbfb5a613/?format=api", "https://demo.lizard.net/api/v4/timeseries/77873790-f8ad-4d84-968c-c5bc92ac0005/?format=api", "https://demo.lizard.net/api/v4/timeseries/196ae7a2-897f-4fd3-900a-b32a7a61b788/?format=api" ], "pumps": [], "type": "polder", "name": "I Zuid", "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/6082/?format=api", "id": 6082, "code": "KGM-Q-29108", "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.735099984969468, 52.81078623627958, 0.0 ] }, "last_modified": "2023-03-21T07:10:33.941355Z", "created": "2014-10-22T09:02:55.710514Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/fa09cc81-7a4f-4ba3-8180-49486a432642/?format=api", "https://demo.lizard.net/api/v4/timeseries/75772174-ad6c-4a18-83b9-b7b24430851b/?format=api", "https://demo.lizard.net/api/v4/timeseries/9df20846-f1fa-4120-a563-25e3f237bad5/?format=api", "https://demo.lizard.net/api/v4/timeseries/89b8e137-ea9b-4163-b2c6-6bcf5f0ab875/?format=api", "https://demo.lizard.net/api/v4/timeseries/abce67cd-a8c8-4bd3-afb5-7cb51bc58cd4/?format=api" ], "pumps": [], "type": "polder", "name": "Z In", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 650.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "