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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/5709/?format=api",
            "id": 5709,
            "code": "KGM-Q-20277",
            "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.831748219940206,
                    52.79886520613973,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:54.730305Z",
            "created": "2014-10-22T09:02:51.563201Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/79722c8c-3198-4bfa-bb18-d5fd045952b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba5f59d4-ed4b-4de7-901a-4f81ccd350ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a3c194a5-4fcf-4191-b8c5-1eb0bcb85a17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5db778b3-1eb8-4f5d-b2ad-b12139fbdb9d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4738ba6c-068f-4c73-a73b-5159e7c1211f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3188f9b7-6462-4050-ab96-88cbe8778c16/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dbf699f4-343d-4cd1-ac1a-6e015cbc0101/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f83e0cfb-92c7-4339-b175-5d5a54396ce9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Wad",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 664.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/5710/?format=api",
            "id": 5710,
            "code": "KGM-Q-20279",
            "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.845189625459325,
                    52.79673411238603,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:57.912935Z",
            "created": "2014-10-22T09:02:51.573133Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/95e28f28-71df-448c-9e5f-c21fa883da63/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1d059a46-1559-4c20-9484-ae41adc95ced/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ffb6f651-1816-46d3-a6bd-ea2ccb3f2c5e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e20d3b9-9c13-452a-bfd6-8aaca37ea4f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e220800-c158-47b3-bd4f-a0ca0332d0a3/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Noorderkaag",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 900.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/5711/?format=api",
            "id": 5711,
            "code": "KGM-Q-20281",
            "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.759862709776937,
                    52.69195647333123,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:33.813894Z",
            "created": "2014-10-22T09:02:51.583108Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8c6116ba-1454-4011-ac36-b637383888e9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bb25586b-750c-41d8-ad83-b1ed80d79259/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8bc2993b-46e3-44c7-81f0-ed85cc72bf0e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/636ec273-d7ae-4a1d-b54a-a6c8a122e698/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1f5c389-5044-421c-9a49-d7926924a317/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71f4dcdc-cd62-4755-9b55-16486ab3553e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Geestmerambacht",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 5670.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/5712/?format=api",
            "id": 5712,
            "code": "KGM-Q-20283",
            "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.766866743222002,
                    52.71576511042028,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:14.633250Z",
            "created": "2014-10-22T09:02:51.592956Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/306d08e7-92ae-429f-9199-1f98c5ec5cd7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6c271ea-6173-458d-9e52-e0251b40273e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/08192dff-5487-49b4-9e7d-8131a4beb670/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/160ff66e-fb8a-4d06-bd00-862b9c673758/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f7af0344-b352-4c49-b6ac-fad5849377e2/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Dergmeerweg",
            "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/5713/?format=api",
            "id": 5713,
            "code": "KGM-Q-20284",
            "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.733171561472416,
                    52.69855435427919,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:26.643147Z",
            "created": "2014-10-22T09:02:51.602778Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7443cf84-aea7-4cc1-862e-4fa65d0d14be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f0b9e010-e117-4494-b34e-1e86c890db41/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa155317-ceaa-4fb2-b435-c0048f2ebc16/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce3b8a62-2687-4f60-b234-b61f066df430/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b269052f-2032-4a59-8cbd-e53905bde97b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70078711-e4b3-40e6-ac2b-07a0ac8dfd5f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07efec5b-8ed4-452f-acf5-645131716b21/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb98480a-08da-430f-8fbb-210e5f50c6ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e1e1073-7745-47eb-814a-a20d8493b12f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Grebpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 217.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/5714/?format=api",
            "id": 5714,
            "code": "KGM-Q-20285",
            "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.775289035333023,
                    52.70835676224524,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:14.856994Z",
            "created": "2014-10-22T09:02:51.612618Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c1e95b28-41de-46a1-96f7-82af1ecf3a88/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/800ae8b3-c15a-491f-8eac-4cba1adaa3bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7a88397-fd80-4631-9014-6733d5ee2daa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aea20903-1ae4-4d04-8c70-c796d5577e89/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12011015-955f-4720-80e5-317d832dadc2/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kerkmeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 183.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/5715/?format=api",
            "id": 5715,
            "code": "KGM-Q-20287",
            "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.786732681772015,
                    52.65672112920041,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:28.177279Z",
            "created": "2014-10-22T09:02:51.623519Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0acb23b5-9ac3-4380-ac2e-4b8ddeae692f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/539801e7-1e62-4b7f-b542-e8a010f08b2a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2444b499-eeae-4293-bb5a-ff9c7f112c4d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d397af70-18f9-4da7-b903-fc194845e23e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cab69de0-7f74-4551-9e00-6698b3cdf3ef/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Boeterslaan",
            "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/5716/?format=api",
            "id": 5716,
            "code": "KGM-Q-20288",
            "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.73212785802539,
                    52.72274374763848,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:35.863215Z",
            "created": "2014-10-22T09:02:51.635200Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a44a5c57-ea8b-4bf8-9033-359c4e685485/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d08eb5f-8dae-406c-af07-1fe902342256/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/987e19cd-45e7-4082-b288-44909cf08e9f/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "GEM OP Geestmerambacht Warmenhuizen",
            "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/5720/?format=api",
            "id": 5720,
            "code": "KGM-Q-20292",
            "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.746261022801476,
                    52.64135875667866,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:33.219987Z",
            "created": "2014-10-22T09:02:51.690507Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8afa6d92-d31d-4db0-b031-732072c12298/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46584add-1444-495b-81f7-79097cefbb19/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f5b38281-1e9f-4c6a-ba15-29eea0610b9b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bb36d78b-5d72-4674-a592-7061a25abaa7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ab81f14a-8a7b-4093-8417-befa2b46aaeb/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Huiswaard 1",
            "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/5721/?format=api",
            "id": 5721,
            "code": "KGM-Q-20294",
            "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.824767925189705,
                    52.69546085295426,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:08.844906Z",
            "created": "2014-10-22T09:02:51.700640Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cdf497c0-4918-4c89-80c6-348e4a2cfd20/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce8ae66b-5d59-4e70-98e6-0583ee3940b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0843b066-85a9-4098-af7d-c9dd852570a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91408d7b-0dc8-4adf-96c5-488283ab0747/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c66dfc4-a8c0-40e1-b775-cf30c79cba38/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Oosterdel",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 783.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}