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=10
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=11", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=9", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/5641/?format=api", "id": 5641, "code": "KGM-Q-20385", "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.069219853641685, 52.49642826573029, 0.0 ] }, "last_modified": "2023-07-13T13:17:28.251361Z", "created": "2014-10-22T09:02:50.857582Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/6a19224f-f8c2-41f2-b443-455e07d86394/?format=api", "https://demo.lizard.net/api/v4/timeseries/a78159cf-7558-4bc7-8c1d-861a4304396b/?format=api", "https://demo.lizard.net/api/v4/timeseries/7181ee56-2adb-4fb7-9294-4d78d97f3dfc/?format=api", "https://demo.lizard.net/api/v4/timeseries/fdbde1d7-d41f-4b44-9af9-4ed9b0bce5e3/?format=api", "https://demo.lizard.net/api/v4/timeseries/927c28cb-f6ad-4bb1-a7a8-c4b0663d7008/?format=api", "https://demo.lizard.net/api/v4/timeseries/2f951844-fda6-4e3c-8814-103f8bc20847/?format=api", "https://demo.lizard.net/api/v4/timeseries/7e4a2c7b-5b1e-4686-a23f-84015c7b1589/?format=api", "https://demo.lizard.net/api/v4/timeseries/158e16ff-a7e6-4da9-98ba-98b0965ec217/?format=api" ], "pumps": [], "type": "polder", "name": "Volendammermeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 58.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/5642/?format=api", "id": 5642, "code": "KGM-Q-20386", "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.05711683344529, 52.49037143024559, 0.0 ] }, "last_modified": "2024-06-21T07:55:10.159467Z", "created": "2014-10-22T09:02:50.867908Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e1e77a9c-cee7-471b-9a88-5e1e9a3543cf/?format=api", "https://demo.lizard.net/api/v4/timeseries/6bd3066c-3061-46c2-85d1-ed6133a719dd/?format=api", "https://demo.lizard.net/api/v4/timeseries/1c15a45f-2f46-4627-8a4a-c9888a81f9c4/?format=api", "https://demo.lizard.net/api/v4/timeseries/480e9c72-6e88-4e60-9b7e-c7cb77bdb9dd/?format=api", "https://demo.lizard.net/api/v4/timeseries/7dd60b31-ad15-4c52-9696-0a6e1438230c/?format=api", "https://demo.lizard.net/api/v4/timeseries/db1696bb-47aa-4274-88dc-6f569063e7d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/2eb388de-c782-42b2-bafe-18d1f6933a96/?format=api", "https://demo.lizard.net/api/v4/timeseries/e3a7ef53-bd41-4327-bf42-408b8cfa5dbc/?format=api", "https://demo.lizard.net/api/v4/timeseries/8c093908-da1c-45c2-8875-8dae00c8e2a2/?format=api", "https://demo.lizard.net/api/v4/timeseries/0c02c32e-9e51-4b6c-9bb5-8e917cd53a33/?format=api" ], "pumps": [], "type": "polder", "name": "De Kathammer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 1133.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/5643/?format=api", "id": 5643, "code": "KGM-Q-20387", "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.042269440733203, 52.48942383934694, 0.0 ] }, "last_modified": "2023-07-13T13:18:08.029014Z", "created": "2014-10-22T09:02:50.878134Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a4f304a3-bd89-4c52-b4bb-6bf403cf748c/?format=api", "https://demo.lizard.net/api/v4/timeseries/4e44c5f9-c382-48ed-9d24-61e82d92d4cb/?format=api", "https://demo.lizard.net/api/v4/timeseries/0727aeef-6b75-451a-8bd9-6ee52c0d3f03/?format=api", "https://demo.lizard.net/api/v4/timeseries/e48e0a3a-4e0e-4924-9932-9cee7e839b00/?format=api", "https://demo.lizard.net/api/v4/timeseries/d70af61f-5bac-41e3-b1b8-77b5c9f3de88/?format=api" ], "pumps": [], "type": "polder", "name": "Blokgouw", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 207.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/5644/?format=api", "id": 5644, "code": "KGM-Q-20389", "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.027556560374744, 52.46974553041385, 0.0 ] }, "last_modified": "2023-07-13T13:17:28.055096Z", "created": "2014-10-22T09:02:50.888306Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/07fb0748-c7a2-4b34-b220-719a719163b9/?format=api", "https://demo.lizard.net/api/v4/timeseries/7c7d8f02-cbd2-4e27-887c-cffa585231cc/?format=api", "https://demo.lizard.net/api/v4/timeseries/5e65a35e-0f9d-4440-b023-16b3b8154bbe/?format=api", "https://demo.lizard.net/api/v4/timeseries/5cd31b69-8c42-46a6-9bf9-36ffb1b30406/?format=api", "https://demo.lizard.net/api/v4/timeseries/bce931d6-6b4b-4f5c-8c96-494b8ce19614/?format=api" ], "pumps": [], "type": "polder", "name": "Katwoude Lagedijk", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 233.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/5645/?format=api", "id": 5645, "code": "KGM-Q-20390", "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.00208119874394, 52.46773752648642, 0.0 ] }, "last_modified": "2024-06-21T07:55:10.145729Z", "created": "2014-10-22T09:02:50.898232Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/c6407e18-2a61-4a00-82f5-6a2cba18304d/?format=api", "https://demo.lizard.net/api/v4/timeseries/9b8adc05-30e5-43c7-92ba-bdd6a8f945ec/?format=api", "https://demo.lizard.net/api/v4/timeseries/99e180c8-2fec-47f6-93b1-8f5f18ded4a7/?format=api", "https://demo.lizard.net/api/v4/timeseries/a5e6fc0e-c6cd-45ec-adf7-94e99d29f1b3/?format=api", "https://demo.lizard.net/api/v4/timeseries/330a8377-9ce9-4649-80d3-4fcb22e9aabb/?format=api" ], "pumps": [], "type": "polder", "name": "Purmer Zuid", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 2250.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/5646/?format=api", "id": 5646, "code": "KGM-Q-20391", "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.009234458111409, 52.45704596309309, 0.0 ] }, "last_modified": "2023-07-13T13:18:20.310208Z", "created": "2014-10-22T09:02:50.911947Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/aa98152e-caea-4304-9369-b14c07d91a80/?format=api", "https://demo.lizard.net/api/v4/timeseries/e0d616ed-f32e-46b8-9199-95449273f6dd/?format=api", "https://demo.lizard.net/api/v4/timeseries/7d021698-574f-4068-973e-827731bee629/?format=api", "https://demo.lizard.net/api/v4/timeseries/cd8cd3b1-30a1-4203-b300-f44ec449b88c/?format=api", "https://demo.lizard.net/api/v4/timeseries/df49d7fa-fd79-44b7-99c2-6ae5e080fce1/?format=api", "https://demo.lizard.net/api/v4/timeseries/ae9c366c-4c70-4bb1-b601-d8ae788f5754/?format=api", "https://demo.lizard.net/api/v4/timeseries/1d367b46-ff8e-4649-ae4b-43b174bd218e/?format=api", "https://demo.lizard.net/api/v4/timeseries/226abfc0-b7f0-41f7-8902-bf5fdf542dd1/?format=api" ], "pumps": [], "type": "polder", "name": "Overleek", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 730.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/5647/?format=api", "id": 5647, "code": "KGM-Q-20392", "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.023854372602102, 52.44961886055249, 0.0 ] }, "last_modified": "2023-07-13T13:18:12.445720Z", "created": "2014-10-22T09:02:50.922830Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/657abbf2-bd73-4814-9a72-958eb4be3c58/?format=api", "https://demo.lizard.net/api/v4/timeseries/a891f6fd-67bd-4b31-b944-e71947068a93/?format=api", "https://demo.lizard.net/api/v4/timeseries/b2878a98-5271-40c1-a0dd-d6b70cae8b6f/?format=api", "https://demo.lizard.net/api/v4/timeseries/aa49b37f-df15-4b1c-bd74-e000fce9168c/?format=api", "https://demo.lizard.net/api/v4/timeseries/6632e9ef-b3da-4082-8487-0455cdce6005/?format=api" ], "pumps": [], "type": "polder", "name": "Monnickenmeer", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 266.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/5648/?format=api", "id": 5648, "code": "KGM-Q-20393", "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.010845785962715, 52.43920999881468, 0.0 ] }, "last_modified": "2023-07-13T13:18:13.273092Z", "created": "2014-10-22T09:02:50.934068Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ac6041fc-7c27-4084-b835-6c18b310f598/?format=api", "https://demo.lizard.net/api/v4/timeseries/6e7cb0db-245d-4312-86a9-2e375f48b9cd/?format=api", "https://demo.lizard.net/api/v4/timeseries/076be9ee-96d8-4db9-99db-f076178c082a/?format=api", "https://demo.lizard.net/api/v4/timeseries/ee0e4279-6555-48a8-a411-800c39a18232/?format=api", "https://demo.lizard.net/api/v4/timeseries/12c9e31e-5c37-4e0f-96f9-ba9541767f0d/?format=api" ], "pumps": [], "type": "polder", "name": "Overlekergouw", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 350.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/5649/?format=api", "id": 5649, "code": "KGM-Q-20394", "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.020452532203466, 52.43387777453371, 0.0 ] }, "last_modified": "2024-02-15T07:10:06.085012Z", "created": "2014-10-22T09:02:50.943897Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1463de45-c959-4b0c-a2be-8d1812f7da12/?format=api", "https://demo.lizard.net/api/v4/timeseries/25801919-f065-4082-b53c-aae788bbba57/?format=api", "https://demo.lizard.net/api/v4/timeseries/955a2054-62a1-4214-8e6f-2c0a67d11e98/?format=api", "https://demo.lizard.net/api/v4/timeseries/f24f1ae6-82c1-478b-b1f8-c9e87efdc18f/?format=api", "https://demo.lizard.net/api/v4/timeseries/9f1ac71c-e6fd-4685-adaf-ce0ce9d12768/?format=api", "https://demo.lizard.net/api/v4/timeseries/3b064384-4732-431a-962b-8afdd73c47cf/?format=api", "https://demo.lizard.net/api/v4/timeseries/b893dabf-be10-4f99-882c-e8e100b38cca/?format=api", "https://demo.lizard.net/api/v4/timeseries/6bcc75ff-5bfe-4198-b237-cedd828c2047/?format=api" ], "pumps": [], "type": "polder", "name": "Atjehgouw", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 258.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/5650/?format=api", "id": 5650, "code": "KGM-Q-20397", "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.947111716615073, 52.42168870319564, 0.0 ] }, "last_modified": "2024-10-05T07:10:00.482654Z", "created": "2014-10-22T09:02:50.954304Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8166be71-a906-4c35-aac0-5f70401ebdc9/?format=api", "https://demo.lizard.net/api/v4/timeseries/04a6ad92-8155-46f6-b4b3-a32203ac828b/?format=api", "https://demo.lizard.net/api/v4/timeseries/6df307a4-145e-414f-b7d5-1fcd3d5e959e/?format=api", "https://demo.lizard.net/api/v4/timeseries/a8d30e8a-e5dc-44d3-91e9-fce9fffa65f4/?format=api", "https://demo.lizard.net/api/v4/timeseries/ab27505c-71db-41d9-9802-1651a73e0699/?format=api" ], "pumps": [], "type": "polder", "name": "Van Beekstraat", "start_point": null, "end_point": null, "connection_serial": null, "allowed_flow_direction": null, "capacity": 450.0, "start_level": null, "stop_level": null, "start_level_delivery_side": null, "stop_level_delivery_side": null } ] }{ "count": 3136, "next": "