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=36
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=37",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=35",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6932/?format=api",
            "id": 6932,
            "code": "KGM-A-3100",
            "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.840423871224084,
                    52.48123116706105,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:22.201765Z",
            "created": "2014-10-22T09:03:03.583903Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c8e75be1-ec9e-4033-85f3-4c476c88393a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/83345f4c-1656-4342-aa80-b5c9d4075cc1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/afa70c1d-fe0c-4cac-90f5-f483535b0872/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c1a67656-132f-475d-9119-7d7324bd2cf2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ecb6a54-3919-4788-8bbd-6bfb0a073d93/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Wormerzicht",
            "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/6952/?format=api",
            "id": 6952,
            "code": "KGM-I-0011974",
            "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.90006747009768,
                    52.55120529513378,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:05.274444Z",
            "created": "2014-10-22T09:03:03.735774Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ae40a9e5-e69b-4714-b3bd-704e9c8e4116/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/687a067f-f40f-4c58-b92a-519fa28ee917/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2031f0f8-fac6-4829-8c0c-7b317980c281/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54b5591d-554d-4dec-b4e7-d617f820b4ec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ab23ae8-8e85-4a79-9e4a-1172ec25429b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Insulindeweg",
            "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/6961/?format=api",
            "id": 6961,
            "code": "KGM-T-5",
            "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.721401697582115,
                    52.80179922688868,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:21:01.712207Z",
            "created": "2014-10-22T09:03:03.831392Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3c02f642-90eb-4e12-ac54-cb8862325303/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8f3a2639-53d7-4880-880b-6758224f7793/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/605d01dd-e63a-46f0-8c56-ca2e13fb2326/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/10610f3f-8dc1-445a-889d-aed14ac0f684/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c5a31478-f5de-48ee-b095-e8398e1f6b09/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6963099d-3b4b-4397-ad97-72bd71a78868/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eee8cea2-44f6-47f8-a5b8-5a28f9dd9f96/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da0f4a7f-fa21-4bd1-b78f-8ac418d42f3e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "ON",
            "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/6962/?format=api",
            "id": 6962,
            "code": "KGM-JM-11",
            "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.782652584249503,
                    52.42943706185035,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:50.561597Z",
            "created": "2014-10-22T09:03:03.843405Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5f40a0c8-384f-446b-8e22-d030ec0df82a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69738c5e-17a0-43f2-8c61-0f78387974ea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1acb19fd-98f9-4f5c-afb9-196cb47afc4e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e911fd65-8239-4dbf-9138-21c2deeec3c7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4bf66a12-5a2f-4ec4-9b2a-8baf93063a42/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hoogtij",
            "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/6965/?format=api",
            "id": 6965,
            "code": "KGM-J-1489",
            "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.935678399368657,
                    52.40263212080301,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:11.058464Z",
            "created": "2014-10-22T09:03:03.872926Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/770d3730-153a-41c0-8f1b-9a35c6b337d2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/443a7b6f-6c1c-49ee-8f6e-c4858962f5e0/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Wieden",
            "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/6983/?format=api",
            "id": 6983,
            "code": "KGM-P-1710",
            "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.977113232836522,
                    52.69206887125507,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:49.341248Z",
            "created": "2014-10-22T09:03:04.068479Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c0974aa5-de0d-4ffe-a34b-d08dfec4f3a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d94630e6-2d09-47fa-bd83-d2e7204f4409/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7c392ad-eac4-4567-a4fb-1cf7d05d718e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e35a72e2-08a5-4ab1-9bd1-50d0e738aa3e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/793fedc2-dfae-4e75-89be-e332d8f5b87a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Spanbroekerweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 17.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/6997/?format=api",
            "id": 6997,
            "code": "KGM-P-311000",
            "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.01200746097703,
                    52.61966495349605,
                    0.0
                ]
            },
            "last_modified": "2024-09-09T10:27:46.566722Z",
            "created": "2014-10-22T09:03:04.209833Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c470c593-e7ff-4226-ab05-c2ae33d5f166/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a26e90c0-f6a2-4c7d-80e0-268eceb2f018/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91714787-1d0b-4b27-b756-c8a8a4f2113c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ca3393d2-bf1d-486d-b77d-1fbc68fa72ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d545261a-df9b-4a0c-9aec-04b5156ba6dd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4350e6b3-08a0-484d-bebd-4c8158f666a1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6094fe0f-0270-4d47-91e2-10fd08c3bec5/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Spoorvijver",
            "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/7000/?format=api",
            "id": 7000,
            "code": "KGM-Q-29209",
            "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.756189933193984,
                    52.61533351602914,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:34.527574Z",
            "created": "2014-10-22T09:03:04.253114Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ebe64c5c-5f75-481f-ba5d-4218f1b1d731/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f858e8b-a875-46b0-9a6e-dcacac785656/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55c3b939-12e0-4072-b894-22acdbccfd94/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de1468e8-d917-47e2-91b8-d46f50d9e4e5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e6dc57a-ae85-4d69-ab2b-6b9dcb306e00/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Overdie McDonalds",
            "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/7030/?format=api",
            "id": 7030,
            "code": "KGM-Q-31591",
            "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.242153114843472,
                    52.67284015430175,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:38:42.234620Z",
            "created": "2014-10-22T09:03:04.584060Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/535f7fef-93ad-489d-a3d9-dc1a6dfc103a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fd4ac811-0f6c-4f7e-9305-ee40938ca417/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6fb38526-d9d9-4447-8d5a-ab7d14deed8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a265869c-8f6a-457b-92ce-0016748981a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/57034fda-5dee-40f8-99bd-fd9998af40a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/040f314e-e1a3-426c-a1dd-d7f4835a9ce8/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Drieban",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 7166.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/7033/?format=api",
            "id": 7033,
            "code": "KGM-Q-31613",
            "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.012731577009387,
                    52.66863589323634,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:03.847435Z",
            "created": "2014-10-22T09:03:04.621900Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/371eabd4-9659-4d7c-9722-692ac2c54bf9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/428bb488-a6e9-4cba-b9e4-42c16529f43f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ec80bda-b9e7-4263-910e-fd1e06196720/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d76c4c55-93b6-475c-ae54-9c3a8ac215be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/45467fbc-410f-49e7-bee6-83963373b36c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/35c23f10-b747-44f5-91cd-c1179813f1f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f37dec89-178e-4256-b197-4297d1facd0b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9fa2dcd0-45c8-42c8-9296-74637dc6e744/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/93c21037-11db-4174-a1b2-703a05c95ee2/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Leekermeer",
            "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
        }
    ]
}