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=38
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3136,
    "next": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=39",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=37",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7085/?format=api",
            "id": 7085,
            "code": "KGM-A-915",
            "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.162058935454217,
                    52.68627432666941,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:32:57.768413Z",
            "created": "2014-10-22T09:03:05.192360Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5f9cdd45-cb5e-47cc-8d02-c0d6c03478b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c725c6b-77ba-44a8-b3bb-6663fcb89ba6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9de86464-b4ec-4d31-b551-9310c938ce40/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e490c0b-fea5-407e-b7d9-f16c866969f8/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Binnenwijzend",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 210.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/7086/?format=api",
            "id": 7086,
            "code": "KGM-Q-20407",
            "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.048380480721946,
                    52.44338287392198,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:07.293174Z",
            "created": "2014-10-22T09:03:05.202270Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/23eb1e6f-e51c-4af6-975f-776d6adb6e17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5974206e-40b3-4e25-a0b6-3c6eaa735831/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32e2c25e-3437-47bd-8d3a-d3d67eea3d2f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f10be2eb-d7a1-4fd6-947e-a43a680e2d28/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3be9c993-1889-4751-9f4d-6079784ea165/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/529bd337-92f4-4ef3-b51d-69d57da8b637/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/df26a967-a78a-43e4-9e53-2d01fd0c87a3/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Poel",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 8666.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/7087/?format=api",
            "id": 7087,
            "code": "KGM-Q-20429",
            "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.839263340248042,
                    52.4844506103996,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:26.689273Z",
            "created": "2014-10-22T09:03:05.212292Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b16b01e7-2750-4064-af0b-51c318042411/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7e16e6a-b1e8-4f15-a772-eb97bc1d2dfa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2ade6fae-a6dd-4659-b16f-5aa1344cd4fd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/85b88fb9-b071-4a86-a79e-54bc2abfc5c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/393892a5-c546-4ef7-9436-0e14c314eec6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/24ae5fb9-3a33-4f96-9704-f4ea29390393/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Enge Wormer",
            "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/7088/?format=api",
            "id": 7088,
            "code": "KGM-Q-20452",
            "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.803996331881296,
                    52.44483216229077,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:17.392698Z",
            "created": "2014-10-22T09:03:05.222204Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2f7d99f4-f966-4788-a660-2596664f223f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4dcf22c9-d43f-4a00-b174-a9ee1263b640/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20dd8c75-252b-4003-9052-6f478f4356e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f403e1ab-24b6-4d4b-bcac-acb836a7d458/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e00b74e-4543-43ea-ab58-031cc99b19d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/edc7c630-13f3-40a8-ab20-57bf85930e0b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerwatering",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 220.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/7089/?format=api",
            "id": 7089,
            "code": "KGM-Q-20231",
            "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.063327662385868,
                    52.43328179248871,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:27.274474Z",
            "created": "2014-10-22T09:03:05.232067Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2e631353-741f-4bbc-9a74-a83542392070/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e306e293-d761-4b5e-aa73-1d1d3bbc47a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/63adb745-32ab-4853-8a38-7475754a4bc5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f9e305dd-de2e-4fc4-aa57-8d8e055a88ca/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Oosterpoel",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 100.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/7090/?format=api",
            "id": 7090,
            "code": "KGM-Q-20267",
            "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.923137542886492,
                    52.75613513203428,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:46.980710Z",
            "created": "2014-10-22T09:03:05.241946Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7d0d6478-2d32-45ac-99d5-ec080d0d7a76/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e919c15-2712-458f-b3af-0409c85616c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66d3b1e8-d265-4882-8314-34d73f6066b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f8b3ef7a-b9d2-4614-939e-2df796ab0277/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bff32ad3-81ee-49b4-bc4c-4ca7debe1c23/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30b9cfe3-eeed-47af-a0d8-a3a447432823/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e212081b-2bfa-4841-bcb3-02090faafba0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/05047ff8-4eca-4478-8e83-4ec08326a834/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Nederlandspolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 250.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/7102/?format=api",
            "id": 7102,
            "code": "KGM-Q-20367",
            "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.019354695608149,
                    52.58298845953294,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:18.916919Z",
            "created": "2014-10-22T09:03:05.366841Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/31bfa2aa-44e5-4182-b3a6-85ceb462dd0d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9463935a-bd17-4c6d-981b-f0bbf613a3e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32f7e4d1-35ee-4669-ab1f-3a4ab31f418f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/03a6adb9-b9b1-4d3b-b93b-93343ecd70b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/40e8eaa6-74fc-4cef-85cd-6cf794809c5f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Etersheimerbraak",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 70.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/7104/?format=api",
            "id": 7104,
            "code": "KGM-Q-20408",
            "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.046987819322903,
                    52.44015567963294,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:38:41.541126Z",
            "created": "2014-10-22T09:03:05.387245Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d3413ba1-0f64-42c5-8a06-010142bc74fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e885914-6b69-4870-9d63-92f54aab255c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ca3195b-f01c-4c1c-a050-b4313e8660e9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/95462abf-a66e-4283-9030-066c399760ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/62b4ba9a-0084-43ad-897e-3a04a114efc1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e90bfdf4-977b-442c-9bbe-8b31d790282b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a389696-e1c7-4862-92ee-11c493bd07c8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6e206ac-1c6e-49ef-975e-d8f785587701/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ff9fd64-3311-40f2-b194-2c9013d38e5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de69f281-c6ce-40e4-a106-f3ebf7c31843/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zuiderwoudergouw",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 275.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/7105/?format=api",
            "id": 7105,
            "code": "KGM-Q-20436",
            "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.806436818932291,
                    52.55502951420413,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:37.820184Z",
            "created": "2014-10-22T09:03:05.397306Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b63a0130-738f-486a-b4b2-6813651c4d79/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9074b666-382f-4374-b1af-2e9155ca1634/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e2354f8-5ea6-40d3-9546-eb5a4eb4d277/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2cf9feee-44ca-4abc-a13b-039904929e36/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac835154-ed91-4a84-9659-d7d6b9ebe14c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Graftermeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 642.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/7106/?format=api",
            "id": 7106,
            "code": "KGM-Q-20461",
            "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.70441259270615,
                    52.45935200082521,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:27.859903Z",
            "created": "2014-10-22T09:03:05.407795Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6e7ae1b3-ddcf-4c21-845b-650d75d12f64/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9e9eb9c-47a2-4439-a47c-2c05f0207ca5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a854fb09-9999-4d10-8b84-7816b6eea2ce/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de0dec59-e967-4f8b-af13-c11c48fb75f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/59da0d82-dc90-4f64-a3ff-b680ad72b8f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5eb2e9e8-7edf-46fd-8fa0-2231fd96006a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/36db32b9-9ce5-4c48-8b54-72d767511625/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ec46a55-e8af-4d71-8f05-257657e43b9b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Rustdam",
            "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
        }
    ]
}