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=18
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=19",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6083/?format=api",
            "id": 6083,
            "code": "KGM-Q-29109",
            "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.721063436786906,
                    52.80487925799757,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:11.061841Z",
            "created": "2014-10-22T09:02:55.720759Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4b3af294-6d47-4926-8076-7046745efe9b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b47f278b-99fd-4924-bd48-dfde56f0071e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53d8d82b-65a8-4210-b3f4-ec51a13656ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/213d212b-814f-46c9-948b-2fd4d5ce091a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/297aad2d-b333-4889-a04d-c8bf81a96b30/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f628b552-4bf7-4ca1-9549-b16db2ef7978/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba6e8b3a-2fc1-4bbe-8d7e-60360141f190/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61c9019c-0791-4695-9300-092cbe402bcc/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "NS",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 400.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/6084/?format=api",
            "id": 6084,
            "code": "KGM-Q-29110",
            "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.721512731305355,
                    52.800608024094146,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T08:26:58.129726Z",
            "created": "2014-10-22T09:02:55.730849Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e4552532-65fd-4eb3-8ce1-27f9429b8f40/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ab98c115-7bc0-497d-8ec0-e2784ff4e1bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb49c640-4635-4a16-9100-afc53519f959/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6e923d1-b8e2-4f05-9a24-ea33feb041a4/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "ON",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 600.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/6085/?format=api",
            "id": 6085,
            "code": "KGM-Q-29111",
            "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.708810428494727,
                    52.79885204537138,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:31.712817Z",
            "created": "2014-10-22T09:02:55.740690Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ca879e99-8e40-4433-96dc-d28e1cd341d0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f4ec0ed-d9e6-4acd-965b-3257bf6537f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5dbaa5e0-eea7-4ba5-9977-9f6cff4f618e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/87c89ee1-ee3d-49ca-924d-6f95693c20a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4d476853-00ce-4f37-9ed7-7575a70100a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1691116c-8c56-4198-ad4b-cb1ec09dc148/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "NM Noord",
            "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/6086/?format=api",
            "id": 6086,
            "code": "KGM-Q-29114",
            "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.683269591639355,
                    52.74593769456065,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:30.928882Z",
            "created": "2014-10-22T09:02:55.750660Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3f44c0b0-2a1d-4bfe-86f0-458eabab8781/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f3ecbc0-2c86-4e9b-b190-9e6cb0fbb45e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7ec072de-f698-403e-bfa0-9aceb1f1a704/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "LQ",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 533.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/6087/?format=api",
            "id": 6087,
            "code": "KGM-Q-29115",
            "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.667349990844354,
                    52.75841860647551,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:25.713108Z",
            "created": "2014-10-22T09:02:55.760675Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a44a9eb5-ecff-4e5a-8240-6c47bf02d378/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43a8ad18-9a0b-472a-90b1-c134f3e628e2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74cd974a-4c32-4acc-8c57-091eaa6fc688/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fba6eae2-4bb2-4cd0-b7c5-0bcd2d7a38a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f0ce731c-8585-4103-a5e7-56d35860b76a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c6eff9a8-0382-4803-a14d-3a4e4c1a6684/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db5e6a7b-d13a-4649-8858-d6ed1122c1c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/050557de-a791-4b59-a2ef-81c662f157f3/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Grote R",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 452.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/6088/?format=api",
            "id": 6088,
            "code": "KGM-Q-29116",
            "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.662756481543255,
                    52.76228907458402,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:12.136131Z",
            "created": "2014-10-22T09:02:55.770829Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/53b63300-3963-4074-8574-65004ea972ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f3942c4-0fc8-4c80-a5be-7c8824f9c7d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/95911387-b740-4251-b8f1-8502b4e28c9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8abf009b-d425-49ba-b783-946f945485c5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/56483728-235d-48b6-80e4-29ce44546418/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kleine R",
            "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/6090/?format=api",
            "id": 6090,
            "code": "KGM-Q-29119",
            "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.772070630975176,
                    52.82583074138863,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:58.546357Z",
            "created": "2014-10-22T09:02:55.790767Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f6bbfacf-315d-42a7-80b7-fdb4723c3416/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/93843aac-4f9e-4b14-931b-b8eb313db23f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5aead3aa-22ad-484e-aade-d851d8872505/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "OT-PV",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 650.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/6091/?format=api",
            "id": 6091,
            "code": "KGM-Q-29120",
            "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.774913548854511,
                    52.8237489139602,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:38.305609Z",
            "created": "2014-10-22T09:02:55.800730Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/454eb477-b07c-4ea8-82cb-4c4e85f71dd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9fe7b423-6dd5-41bf-bfbe-2a549f9e6cfb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6d203dbd-c58d-4f0d-834f-78008b688f97/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9c6044a-43ef-4fab-b290-77085e1e40c8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43b38d1c-755d-447c-87db-081336485d37/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ab8f95d6-f94a-480a-beca-17e9bb8382f2/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "O",
            "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/6092/?format=api",
            "id": 6092,
            "code": "KGM-Q-29121",
            "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.760836826414088,
                    52.84337208560247,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:29.671112Z",
            "created": "2014-10-22T09:02:55.810693Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4da989f7-7593-41e5-b827-3c28b164bc53/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26e2b300-e65d-4371-9f1c-d8b5bc607e20/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cedc008b-5c2f-45d8-ac60-f7c61485bb02/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f3f8e08-bb34-4b3a-94ea-65bcd80234c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6832c518-19ab-44a6-b24e-ca719e17fe23/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "W",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 333.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/6093/?format=api",
            "id": 6093,
            "code": "KGM-Q-29122",
            "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.745869302487565,
                    52.84612154482327,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:21.809910Z",
            "created": "2014-10-22T09:02:55.820642Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/04107772-4400-4650-9d19-9d1a7ad7646b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dac220e9-7885-415b-ad55-35faa44ef843/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/73f72a30-b74a-4fc9-b0aa-d44eb2748abf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bdab2f4-1a06-49e9-9cbe-a1c264e038b3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db5d0215-fa39-4788-9890-46eb37be4f9e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Z Onder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 51.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}