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=23
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=24",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6144/?format=api",
            "id": 6144,
            "code": "KGM-Q-29193",
            "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.739946185524788,
                    52.57917045576173,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:36.069954Z",
            "created": "2014-10-22T09:02:56.392802Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4424a931-c2e0-4ce9-98fb-8f36274e923b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/92935db7-9b0f-48eb-a25c-22247d4835e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dacfb36e-3d48-4960-b83e-aa9ee4dbe2b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/129048e2-c28a-4ba0-9fb5-43c7c2157571/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/27a04aa9-0d41-4322-b7c3-fcce4edb353b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/93f08c87-d170-41ac-bf4f-226b7b70dcf4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4a819f3d-7a64-43d8-84ad-eb18a6e7c27e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aebd3ce6-8bb6-405e-b517-2ded6704ad99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fb8ef4b5-00a3-4293-ac0c-94f9bfcccfa2/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Groot-Limmerpolder Noord",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1766.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/6145/?format=api",
            "id": 6145,
            "code": "KGM-Q-29194",
            "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.749851228738828,
                    52.58066701233346,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:21:01.930144Z",
            "created": "2014-10-22T09:02:56.402726Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bd68e475-f86b-4b9c-854d-8fabd32893cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0dd33f45-c4d1-40a9-a0f9-3f9e302e1f65/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d889c0a-077a-40eb-8d27-366cd718fd8a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/963cc462-a9c1-4afd-95df-ecce22c66973/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/130e72b2-a512-40f3-9f62-eb52e094d475/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwartedijkspolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 100.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/6146/?format=api",
            "id": 6146,
            "code": "KGM-Q-29196",
            "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.736392094925315,
                    52.54839584072905,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:09.644658Z",
            "created": "2014-10-22T09:02:56.412593Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5f20df1e-72d4-4211-afba-660a79787e3d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b1da782-c15a-4740-b47a-d32f3793f1ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f7c98890-5402-43bc-8f06-a5091add0e89/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/757702c3-c7ce-4f52-b3ab-553048574f2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7bedac9f-7378-49a9-acd0-80f6eb7abc76/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1678e1a-7657-4a02-afd5-ec4251ae4cd0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/25794e7c-d1c8-41eb-a3fe-d790cba5f230/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2ea79b49-61a2-468f-b7fb-bd246ac59066/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5378419c-248f-4b3a-8d46-014498769d09/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hempolder Akersloot",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 117.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/6147/?format=api",
            "id": 6147,
            "code": "KGM-Q-29197",
            "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.727115609570055,
                    52.54992951084109,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:43.498495Z",
            "created": "2014-10-22T09:02:56.422485Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6bfcf6b6-a172-4855-ac61-e407e48b1d07/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/96e991b1-5ac5-4736-bcc5-e2ac1654b104/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4625c926-b18b-475d-880a-e8730ee7e994/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72b09bca-757b-4f1d-8dad-e44c4cb4e262/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1416e824-88a1-4061-aaf9-038b8e6969cc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee28ab7a-e76d-4fc7-8d87-48b391e990f8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/75119e4d-bf97-4088-be38-2f8ab700ad08/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f2cdc985-31e2-4b79-b311-f265e210a953/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Groot-Limmerpolder Zuid",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1130.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/6148/?format=api",
            "id": 6148,
            "code": "KGM-P-620",
            "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.776640922927033,
                    52.54294822745308,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:04.104465Z",
            "created": "2014-10-22T09:02:56.432471Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cadfc98c-9b3f-455d-8bb6-4fcdadc54868/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b3110927-1775-4399-9461-9ad3ca58a724/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d136e8d3-4713-4ea4-b828-2d8388794380/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/df98fb41-3517-4e58-8200-ffc576b42c72/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e02dcbc4-028e-4eb5-b7b9-9f96e5941ff9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westwouderpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 383.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/6149/?format=api",
            "id": 6149,
            "code": "KGM-Q-29200",
            "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.714868520070552,
                    52.53608095926541,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:12.961114Z",
            "created": "2014-10-22T09:02:56.442430Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e64940cf-ca57-4c24-bde1-bb4e24eaf6e7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c0b1b082-85a2-4a0e-9cb7-1ba900f8badc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/45b0276e-e4fe-485b-b675-2f1e52f5a1e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad7feeb0-d0fb-4455-b72a-ea24273a2482/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/24810fb6-7786-49e7-87f7-dd02aa85752e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Castricummerpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1734.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/6150/?format=api",
            "id": 6150,
            "code": "KGM-Q-29201",
            "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.718072507258846,
                    52.52787048143118,
                    0.0
                ]
            },
            "last_modified": "2024-06-22T07:10:12.283954Z",
            "created": "2014-10-22T09:02:56.452579Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d161bdcf-a682-4557-8f08-e63ac651f918/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7db8cacd-433e-4d55-a15d-d01d3c1d770d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac60d6a9-b9be-4634-b8d2-a63935f87e1d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b4311985-0e36-4318-95d0-850ff4ac3439/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/648a6415-677e-4536-99e6-a23e17113f57/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46b3e628-7153-4223-afb1-5d0a0f346355/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8cd62f3e-8ba7-4669-88b1-ae69982c5fdb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b64996e-8049-4d74-ab85-32ba63a961d9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Meldijk",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 6000.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/6151/?format=api",
            "id": 6151,
            "code": "KGM-Q-29202",
            "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.724358240453815,
                    52.5145298821968,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:58.342343Z",
            "created": "2014-10-22T09:02:56.464562Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4831f634-15f6-4109-998f-1ebc73634af5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8bc53220-dec7-4cdf-afd2-f04961b382cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4415c58e-1866-4e2e-82fc-a8c2dd6afbfa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c5b76907-7811-4877-9daf-265aa7363c54/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91afa2a5-5b6f-4a13-a84b-7a0c6c834f6d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a3477910-a89a-4cd1-9923-434736ad3273/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5095fa39-75af-4bb7-854e-9fa3fc08efca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/62c1163f-959e-4480-817b-3c4a700c3686/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Derdebrugsloot",
            "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/6152/?format=api",
            "id": 6152,
            "code": "KGM-Q-29203",
            "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.658340549764778,
                    52.46584183547579,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:48.987487Z",
            "created": "2014-10-22T09:02:56.474468Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/85a29717-e493-44fc-b25b-0fd29b069c61/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4c49bf23-b2cb-4c82-baad-e95713e534f5/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Meerweiden",
            "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/6153/?format=api",
            "id": 6153,
            "code": "KGM-Q-29204",
            "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.675709015573909,
                    52.47792675628558,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:34:06.709756Z",
            "created": "2014-10-22T09:02:56.484322Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fa6221a3-d40d-4d01-9d61-92ea506d9e9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2613bc3e-7e1c-4527-8ba1-942950cd30de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/422660be-d342-4be8-a4a9-f6f29b86655d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9cec1e7e-4b0b-430d-9854-df6afb8aee82/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/646c0f1d-7427-42ce-a133-f73e48b65260/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Buitenlanden",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 110.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}