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=31
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=32", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=30", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/6731/?format=api", "id": 6731, "code": "KGM-Q-31670", "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.080378347362095, 52.7656660454103, 0.0 ] }, "last_modified": "2023-03-21T07:10:07.063929Z", "created": "2014-10-22T09:03:02.238901Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/fe8eab5e-eae2-4e6b-8491-9dedaef74c0f/?format=api", "https://demo.lizard.net/api/v4/timeseries/54baf74e-e249-4ae6-803a-e09518d7e4ce/?format=api", "https://demo.lizard.net/api/v4/timeseries/2c1790ac-eaf7-4d29-9c21-925644b28cfa/?format=api", "https://demo.lizard.net/api/v4/timeseries/97976125-6e17-457b-bf75-883dbd534f44/?format=api", "https://demo.lizard.net/api/v4/timeseries/42eb5af7-5522-4c8c-96f1-2eed549a4967/?format=api" ], "pumps": [], "type": "polder", "name": "Gavesloot", "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/6732/?format=api", "id": 6732, "code": "KGM-Q-31678", "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.949948547561306, 52.7492532819205, 0.0 ] }, "last_modified": "2023-03-21T07:10:19.432332Z", "created": "2014-10-22T09:03:02.245051Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1ce37cbd-091d-4485-b1a5-afefa868bf68/?format=api", "https://demo.lizard.net/api/v4/timeseries/7e69d678-ef15-4c73-ab84-fca9e5c15184/?format=api", "https://demo.lizard.net/api/v4/timeseries/7d5f4f15-6572-4028-811d-34410d9c1c44/?format=api", "https://demo.lizard.net/api/v4/timeseries/00f72b91-e7ab-4a2b-9339-b9b8131b009d/?format=api", "https://demo.lizard.net/api/v4/timeseries/594ab7f4-fc24-44df-bc69-213a98598ab4/?format=api", "https://demo.lizard.net/api/v4/timeseries/eb7e3267-f4ae-4f43-9524-324a7d53513f/?format=api", "https://demo.lizard.net/api/v4/timeseries/b4f6ca8c-3f5c-4800-94a9-5f0ea8bf02ab/?format=api", "https://demo.lizard.net/api/v4/timeseries/fb374da7-0c2c-4e17-bc19-b20e7beba326/?format=api" ], "pumps": [], "type": "polder", "name": "Weelpolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 36.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/6734/?format=api", "id": 6734, "code": "KGM-Q-31691", "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.939245383879262, 52.75032351621538, 0.0 ] }, "last_modified": "2023-07-13T13:22:58.223029Z", "created": "2014-10-22T09:03:02.261957Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/5319af89-bc06-4568-a49b-8ffad3b7a5a6/?format=api", "https://demo.lizard.net/api/v4/timeseries/3c835889-25bf-40eb-8558-164d62dedb93/?format=api", "https://demo.lizard.net/api/v4/timeseries/932fe1f1-8653-40ea-bf59-9cb75fe67788/?format=api", "https://demo.lizard.net/api/v4/timeseries/cff5233f-3224-4ba7-b994-794c92002eb1/?format=api", "https://demo.lizard.net/api/v4/timeseries/61b8e6b2-cccb-426a-b70b-c0bec52d8e06/?format=api", "https://demo.lizard.net/api/v4/timeseries/6a96d374-cf99-4fbc-a4ba-8eea63d42cfe/?format=api", "https://demo.lizard.net/api/v4/timeseries/8f504cfc-c207-4b96-bf1d-3c858a4fbce0/?format=api", "https://demo.lizard.net/api/v4/timeseries/d99ea497-812b-4711-a2ac-5341c132e3e0/?format=api" ], "pumps": [], "type": "polder", "name": "Bedijkte Boezem", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 37.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/6754/?format=api", "id": 6754, "code": "KGM-Q-20362", "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.975868163901578, 52.5613373752937, 0.0 ] }, "last_modified": "2023-07-13T13:18:41.664295Z", "created": "2014-10-22T09:03:02.400001Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/0f85b2bb-76d5-4e62-9492-d61c037d15bd/?format=api", "https://demo.lizard.net/api/v4/timeseries/f4d4624d-399e-49cc-88dd-51d04c9f0f72/?format=api", "https://demo.lizard.net/api/v4/timeseries/b8fe7040-789c-4583-bf53-14190cfe6fba/?format=api", "https://demo.lizard.net/api/v4/timeseries/9ccfcafc-6b0e-46bd-ad7d-e5798f3d9969/?format=api", "https://demo.lizard.net/api/v4/timeseries/b08ee6e8-bef0-4486-84b9-0a9e320de1d4/?format=api", "https://demo.lizard.net/api/v4/timeseries/55432f93-4d74-4277-91fd-f36868554f15/?format=api", "https://demo.lizard.net/api/v4/timeseries/c54a9bb1-9307-4bd0-b75e-fa9bef6cc675/?format=api" ], "pumps": [], "type": "polder", "name": "Jacobus Bouman", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 6840.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/6755/?format=api", "id": 6755, "code": "KGM-Q-20371", "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.017755319698347, 52.59459799514313, 0.0 ] }, "last_modified": "2023-07-13T13:29:12.134805Z", "created": "2014-10-22T09:03:02.407008Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/82a8cf6c-88df-4abc-bd59-c9c54f019e90/?format=api", "https://demo.lizard.net/api/v4/timeseries/ca77231d-5a23-428b-bd34-77d9f91d0c74/?format=api", "https://demo.lizard.net/api/v4/timeseries/534023e2-1865-4fbf-b251-48540b93042b/?format=api", "https://demo.lizard.net/api/v4/timeseries/0aaab3c9-7bce-40f9-8968-4af33fbc7a97/?format=api", "https://demo.lizard.net/api/v4/timeseries/6a80f200-9066-4c7e-a7ef-f2618a9fa7d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/afd3d030-ace9-458c-9165-69982505c399/?format=api" ], "pumps": [], "type": "polder", "name": "Burgerwoud", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 22.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/6756/?format=api", "id": 6756, "code": "KGM-Q-20380", "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.919730258105742, 52.51190603932172, 0.0 ] }, "last_modified": "2023-03-21T07:10:28.330656Z", "created": "2014-10-22T09:03:02.413334Z", "image_url": "", "timeseries": [], "pumps": [], "type": "polder", "name": "Neckermolen", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 977.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/6757/?format=api", "id": 6757, "code": "KGM-Q-20388", "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.954265010622768, 52.48629917033212, 0.0 ] }, "last_modified": "2023-03-21T07:10:28.045357Z", "created": "2014-10-22T09:03:02.419783Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/66af88ec-5914-4219-82ff-a3bbab8deefb/?format=api", "https://demo.lizard.net/api/v4/timeseries/f99646bf-4f4b-4905-9629-2b33b12d19e9/?format=api", "https://demo.lizard.net/api/v4/timeseries/5f901bcc-cf41-4dcc-8e99-7b769775341c/?format=api" ], "pumps": [], "type": "polder", "name": "Vurige Staart", "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/6758/?format=api", "id": 6758, "code": "KGM-Q-20399", "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.983615974041991, 52.41843472528125, 0.0 ] }, "last_modified": "2023-07-13T13:18:17.574101Z", "created": "2014-10-22T09:03:02.426006Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/63b4bc68-3a1a-4572-9330-a0772b07fed3/?format=api", "https://demo.lizard.net/api/v4/timeseries/1ea5897a-db1d-434d-910b-df4a2e867ead/?format=api", "https://demo.lizard.net/api/v4/timeseries/9725b8a0-2e4c-4f6a-927b-6fbc4d731255/?format=api", "https://demo.lizard.net/api/v4/timeseries/20f2e70f-a6ae-487a-8aee-cc47f8820bf4/?format=api", "https://demo.lizard.net/api/v4/timeseries/f6746fb2-eaf9-48e3-8bdf-ac7d38e39824/?format=api", "https://demo.lizard.net/api/v4/timeseries/17c253bf-979a-4866-9282-ff8e40891165/?format=api" ], "pumps": [], "type": "polder", "name": "Zunderdorp", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 649.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/6759/?format=api", "id": 6759, "code": "KGM-Q-20414", "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.002181019983475, 52.39689549836941, 0.0 ] }, "last_modified": "2023-07-13T13:17:53.982714Z", "created": "2014-10-22T09:03:02.432260Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e364a435-0d85-43b1-a3be-d4b3006e396d/?format=api", "https://demo.lizard.net/api/v4/timeseries/46329e24-dad9-44ae-8c86-3506af62fb58/?format=api", "https://demo.lizard.net/api/v4/timeseries/ecd3566e-5bab-47ba-a8cf-f29b816887d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/adb7c17b-7775-4e49-a548-89b8c224eb20/?format=api", "https://demo.lizard.net/api/v4/timeseries/f9a46aa4-e2b6-414e-936d-fecc7e6c2364/?format=api", "https://demo.lizard.net/api/v4/timeseries/6999edb3-e84e-4363-a177-1955139c3f86/?format=api", "https://demo.lizard.net/api/v4/timeseries/41ae9a13-0fd0-4849-a05e-21dda0ba92b5/?format=api", "https://demo.lizard.net/api/v4/timeseries/a2c880e6-9e7b-4c9e-af80-f58e83300f17/?format=api", "https://demo.lizard.net/api/v4/timeseries/1a4192c0-43db-4f05-b752-a4742a370eae/?format=api", "https://demo.lizard.net/api/v4/timeseries/a0b98518-2f0a-4e7f-bd34-6f186a5e17be/?format=api", "https://demo.lizard.net/api/v4/timeseries/c8a7be1f-340f-43aa-8e70-761378e63adf/?format=api" ], "pumps": [], "type": "polder", "name": "Bloemendalergouw", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 142.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/6760/?format=api", "id": 6760, "code": "KGM-Q-20430", "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.837996154308873, 52.47611202431445, 0.0 ] }, "last_modified": "2023-03-21T07:10:16.249874Z", "created": "2014-10-22T09:03:02.438435Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/87f1db7a-f933-4c7c-bfa2-a31ef7be53a8/?format=api", "https://demo.lizard.net/api/v4/timeseries/05170161-3015-41fa-bda4-9b4a1e6c7c7c/?format=api", "https://demo.lizard.net/api/v4/timeseries/dc726f23-fe40-4da1-95da-882d5e6bce15/?format=api", "https://demo.lizard.net/api/v4/timeseries/743ee812-aa20-445e-8a7c-91a0e1862e4f/?format=api", "https://demo.lizard.net/api/v4/timeseries/62a551a7-e8f3-4d69-9114-a77788b4fafb/?format=api" ], "pumps": [], "type": "polder", "name": "Kalverpolder", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 283.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "