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=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=32",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6832/?format=api",
            "id": 6832,
            "code": "KGM-Q-29131",
            "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.724768160362188,
                    52.85300552311964,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:55.617536Z",
            "created": "2014-10-22T09:03:02.916792Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7ec6f030-41c7-4b79-8dfa-de877d9e3d68/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c42485b-b59e-431d-a98d-dd8e19917fcf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8eb0308f-555d-4ad5-8785-9f6fddc8c892/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Rechtendijk",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 750.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/6833/?format=api",
            "id": 6833,
            "code": "KGM-Q-29138",
            "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.789777093004245,
                    52.90385688784037,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:34.057567Z",
            "created": "2014-10-22T09:03:02.922839Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b8f00445-76d5-4b38-8739-6d449a9f5f12/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf83a242-12d1-45a9-a26a-5fe685233b3c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a2fc25a4-e4ed-489e-a53a-0242297f5596/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c89c2400-3f9f-44d3-bb2e-a855514d9057/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f8faca7a-27be-49c1-a133-d2d033a714f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d5daf7d5-cdd9-4689-8ddd-d11b3ecd5459/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kooyhoek",
            "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/6834/?format=api",
            "id": 6834,
            "code": "KGM-Q-29145",
            "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.869210125971104,
                    52.87440970337148,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:59.996163Z",
            "created": "2014-10-22T09:03:02.928666Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e552aa2e-93a3-4f16-8e58-1d0a846a46ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c65727f9-b8c4-4e81-a162-0506611588ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b2b785bb-5f8e-4447-b5d0-10f779c3ef7d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/689d73aa-5c57-4a2a-a3c6-80404b3d3246/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0561b0c3-7b71-4a2b-98e7-d98315d197e3/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Waiboer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 48.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/6835/?format=api",
            "id": 6835,
            "code": "KGM-Q-29152",
            "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.870485654805022,
                    52.88664889381323,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:37.104828Z",
            "created": "2014-10-22T09:03:02.934958Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0da94c9b-138c-4cea-afba-7a9fd26df16b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/51e01ff2-428c-44e2-9035-34b65e5bf37c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ca10a1bb-b8d1-4c02-b3fc-16c9d5381a7d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/889744fe-df4b-410d-bd2f-5bd462572730/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20b735a5-c337-453f-8a41-b07040439019/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4d226d34-8e17-4450-aace-027d9c3f1006/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c1a2324-d56c-440b-9de1-4a987511e1a9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Balgdijk",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 4000.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/6836/?format=api",
            "id": 6836,
            "code": "KGM-Q-29159",
            "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.76448881721538,
                    52.93277211176678,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:58:58.244595Z",
            "created": "2014-10-22T09:03:02.940962Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0602d622-e171-46b1-8550-14adc287f027/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b319b272-61ea-4fa9-8447-7b6259f0ea2f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c77d91e3-8644-4c5e-8587-a8fdea13bf7b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2149024d-fcfe-4a6f-9af9-9ae707995f6a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Schooten",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 67.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/6837/?format=api",
            "id": 6837,
            "code": "KGM-Q-29165",
            "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.829838648588904,
                    53.03061279762343,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T08:28:29.295792Z",
            "created": "2014-10-22T09:03:02.947069Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5cc84749-37b9-42f8-b05e-ec92a598e970/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/99cde9c4-f220-4278-a602-416c7fb91cbb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fb1d3dc7-31fb-4fbd-8a48-bf057d2ba72d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/def7952a-1db4-4dc6-ba5e-9c012d3acedf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2df0ef24-bbf4-44fe-963e-3704923d0d58/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Schans",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6838/?format=api",
            "id": 6838,
            "code": "KGM-Q-29174",
            "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.659141400802653,
                    52.74369169591843,
                    0.0
                ]
            },
            "last_modified": "2024-05-30T07:10:15.341507Z",
            "created": "2014-10-22T09:03:02.952979Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b09cffd4-eefb-4e25-b2e8-e26294b753a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dc41105f-0cc0-4524-ad3e-4011975574c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70489ef6-5082-43ff-9988-49f9fbdf65f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7bea6aff-f897-4b12-ac6b-df430d618b26/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32e2b8de-66a3-4c54-b855-056824ed8b46/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c7a56d6b-632b-4630-b37b-970eb24dafd2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6908101-2b5f-414f-9379-75881ccc47e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c710b824-d91b-4ff3-aa41-a67eafb916c0/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hargerpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 640.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/6839/?format=api",
            "id": 6839,
            "code": "KGM-Q-29183",
            "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.717303028699467,
                    52.62522207129435,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:25.679399Z",
            "created": "2014-10-22T09:03:02.958705Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d9c93f7e-1c36-4fb7-ac04-7c214b839d15/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/156dcccf-80bf-4a07-a459-03aa3318218b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b70ce5f0-a623-4f16-98f3-6e9654dcef76/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4b5b2100-cfb7-49f1-b563-9ccf2fd89f0a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94fe0790-8192-4a41-b4bd-3c27827e56cc/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Eendrachtspolder Zuid",
            "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/6840/?format=api",
            "id": 6840,
            "code": "KGM-Q-29192",
            "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.737793718245866,
                    52.565136655473,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:41.486397Z",
            "created": "2014-10-22T09:03:02.964993Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2cda4638-624a-4007-a464-381167b5c2a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f543136f-6013-4069-b90e-30e63cbdd4e9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c1fe2bff-818c-4b39-aa5a-f689757ce927/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a8d270e2-d061-4dee-a9b2-3ac5308f86aa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7ac3605d-924c-46f4-922d-1de62fe4599f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7642687e-5a4f-424a-9559-c509e992170c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cc263809-2037-44bf-a7c3-c20c7699d657/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3767bf13-4c8d-407e-b2f6-72533f34785a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Binnengeesterpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 200.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/6841/?format=api",
            "id": 6841,
            "code": "KGM-Q-29199",
            "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.714913147545457,
                    52.53351194039318,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:37.520025Z",
            "created": "2014-10-22T09:03:02.973100Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9f1c5d1a-dc33-4bc9-b42c-70cc2333193f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a3cd4211-1f52-4af6-b222-a57a5f39e15d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f6ac1b5-0f08-4af3-837b-095666ab0628/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e7ef56b-fec5-44e7-91dc-b3bfe814f087/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b945092f-6f5d-4d43-914c-b3b8d15b5de4/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Zien",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 367.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}