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=32
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=33",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6761/?format=api",
            "id": 6761,
            "code": "KGM-Q-20443",
            "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.887282394746879,
                    52.58972175244008,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:26.276043Z",
            "created": "2014-10-22T09:03:02.444666Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7ca0ee77-c060-48bd-85cf-cb87b5b23d15/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be105d28-88a5-4f46-9bb3-a10ff1ea6216/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d47a1c41-924e-49e6-a1cd-168c7047262a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c7abbfa8-a01a-4126-87d8-4f3dc0614447/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/63726373-f1d9-4f70-a164-ade6cfa8f0f7/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Eilandspolder Noord",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1000.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/6762/?format=api",
            "id": 6762,
            "code": "KGM-Q-20458",
            "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.78337056649688,
                    52.42920407692914,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:04.040160Z",
            "created": "2014-10-22T09:03:02.451311Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/abacd2f1-b98b-477f-926c-c4457ebc694c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d3e38bb-026e-4801-a62b-125cd31f606a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f5ad010e-f4be-44a4-9d34-1b39ee67df1b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ece29ba-b0bf-46cf-ad78-9d455dc4d694/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westzanerpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 500.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/6764/?format=api",
            "id": 6764,
            "code": "KGM-Q-20241",
            "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.893289373334522,
                    52.79410744573278,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:08:40.950768Z",
            "created": "2014-10-22T09:03:02.463746Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e83d0cf4-7516-4e3e-988f-e923ad581adf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f3ac577-3000-48d2-bf61-ff225bb1a34f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c91cc4d-be8d-4a94-899c-9b76f5f06403/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ca2cfa20-1ad7-4fd7-9560-a886c2f4590d/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Gemaal Schagerkogge",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 2670.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/6766/?format=api",
            "id": 6766,
            "code": "KGM-Q-20263",
            "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.867808795067978,
                    52.7516971516813,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:38:46.047380Z",
            "created": "2014-10-22T09:03:02.476282Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/66d0422e-6be7-46f8-94ad-ef2fba674e47/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70d5676c-515c-418e-8923-fd94f2ecc3d5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba343aa1-42dd-4977-9a08-953f2408980e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ffb5aa6-b3a6-446d-b114-e3f26be5a265/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1dfd75e3-2ded-4876-9609-6075bec0585c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8f1311d-4fe9-4a5c-b3b1-b7add67ec21f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b287387-644e-48d1-a1e5-725394d7d2c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8392d2b7-9aed-472e-8a9f-4a8118364bf3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a00c8569-5d80-4856-8686-cdd43339f316/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Kampen W.O.L. polder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 2832.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/6767/?format=api",
            "id": 6767,
            "code": "KGM-Q-20293",
            "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.777185622239516,
                    52.63902924120634,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:47.894371Z",
            "created": "2014-10-22T09:03:02.482408Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d9d94566-ee67-4b25-b3c8-6731ebc193a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c7c5a155-0485-40c3-b656-2fa73707615d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30142321-df48-4bb4-a5e5-f2107887d3d5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/539ee973-5702-46eb-af52-080d6ee7b32a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Breelaan",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 534.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/6827/?format=api",
            "id": 6827,
            "code": "KGM-Q-29099",
            "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.697370109633874,
                    52.7423667669116,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:41.349068Z",
            "created": "2014-10-22T09:03:02.887760Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/21d06463-a2f1-45b4-9a96-b1392397ead9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a6dfe27d-20fa-4403-9839-d00e7a8cea0c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f6b84a1-6c3c-4cbb-be2e-0d895b216ad8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ecd7aa44-e0b7-4dc6-9b34-a0df7c2a4469/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/90de46b8-6e07-4a28-a1c8-08307e189ffe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/719d1844-def9-4424-83a6-8af34f075277/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cc20cfc4-ab94-47c2-9e25-1496b3126efc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e4bd4382-778a-4b52-80e4-4237758e94b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c2c242cc-12dc-4fba-bb26-718bec0ee79b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/25003f62-9a4c-4eac-bb48-4943791ddc08/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a1eda84-2e52-4308-8edb-6067d60717ac/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "F",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 317.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/6828/?format=api",
            "id": 6828,
            "code": "KGM-Q-29105",
            "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.739346231077476,
                    52.79345409816334,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:40.249455Z",
            "created": "2014-10-22T09:03:02.893452Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6c6c6a77-fdc7-49d4-af6d-bc44dab6d2b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e57c17e-3980-4bff-8276-7cdcaf4eb07c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c1c56245-4175-4f2e-b964-cdd406f0ac2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3089d841-be61-4629-9132-2b027d26bcc2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77ca339c-1632-4ed4-803d-2795c3926d93/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "H-ON",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 583.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/6829/?format=api",
            "id": 6829,
            "code": "KGM-Q-29112",
            "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.696263912794579,
                    52.774096015409654,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:17.780226Z",
            "created": "2014-10-22T09:03:02.899519Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3d8e0fe8-7e6b-40ab-814c-18577cf1e9a3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4711d085-8353-4c56-9ea9-574893757460/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7ae24086-d3fb-49ab-9925-8b43ce0d8762/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "NM-zuid",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 58.5,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6830/?format=api",
            "id": 6830,
            "code": "KGM-Q-29118",
            "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.745577046065959,
                    52.82510801700257,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:59.613816Z",
            "created": "2014-10-22T09:03:02.905223Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e6a3c2e4-ec56-4f14-9b65-797b31ec83cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72002ac4-942b-430b-be66-06693c71a438/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f54757c9-5dfc-4574-bf0c-91f75af5fa3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/27b6713f-5733-4efb-ad18-92c4204d3c90/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b7c5311-474f-427d-9927-05a49c66c924/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e3d59650-4fac-4923-9c64-31ffd110dd6c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aaea4a8d-393d-4535-b88c-0107652ecf54/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Z Uit",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1834.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/6831/?format=api",
            "id": 6831,
            "code": "KGM-Q-29125",
            "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.734130868186637,
                    52.83135263594223,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:33.995645Z",
            "created": "2014-10-22T09:03:02.910992Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/64462df5-6752-4a26-97b2-c9a0d166e50e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f96d703a-6553-4544-9bce-4a5788b9e3c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6df83875-1e75-44b0-b1b6-b0953037a240/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Z Op",
            "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
        }
    ]
}