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=19
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=20",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6094/?format=api",
            "id": 6094,
            "code": "KGM-Q-29123",
            "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.74406794429371,
                    52.84671895111027,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:25.345424Z",
            "created": "2014-10-22T09:02:55.830361Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/206e5ae6-a96f-4f61-9e7e-f3d1641d784b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/222f0a6f-716e-48c1-87b6-a1dc9e64007b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/95f8f483-f401-42d7-95ed-b7a13389b7bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a25a7c8-c0eb-49b2-b5e0-d8e4783b6148/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ae94550-20e5-4ec3-8e48-79b0cd8c95c6/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Koetensluis",
            "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/6095/?format=api",
            "id": 6095,
            "code": "KGM-Q-29124",
            "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.792829060103439,
                    52.8407149762875,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:29.770338Z",
            "created": "2014-10-22T09:02:55.840254Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/82d89e57-6698-4075-9419-d27aecbc0aa4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d914f5fa-92c6-4701-af77-6ddc39710837/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ff8e98fe-77a1-4745-94e1-eef6b1068c9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa206f7f-a572-4b14-8aa1-ed2109d2cdb2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2dd05753-e302-43ec-923f-3f3f6a4eb51f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "PV",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 133.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/6097/?format=api",
            "id": 6097,
            "code": "KGM-Q-29127",
            "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.801302130152902,
                    52.82204172852952,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:54:58.240442Z",
            "created": "2014-10-22T09:02:55.862982Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/435b5660-8616-42ff-8e55-84146d065656/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/931dd48c-ee2e-4341-83e4-d05050674052/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/88ee9552-0498-4e56-bee7-036e00c648ff/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "KP",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 144.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/6098/?format=api",
            "id": 6098,
            "code": "KGM-Q-29128",
            "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.804173387347279,
                    52.8224165987168,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:44.541189Z",
            "created": "2014-10-22T09:02:55.872871Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c5fc81bb-8e52-4d2a-aedf-4e849a71c2dd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ddcd97e0-884c-4ced-83b4-ac41b8328e15/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9854ff46-d96f-43ae-9ae1-143b381ca69e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/21a90b75-9c15-4208-90f2-4af2b1319272/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "E",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 866.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/6099/?format=api",
            "id": 6099,
            "code": "KGM-Q-29129",
            "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.774748674543372,
                    52.8097649831204,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:30.060631Z",
            "created": "2014-10-22T09:02:55.882795Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7726a434-8a6a-4970-a730-bbf30e41e4ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dea987e4-7f3a-4079-b7ce-b31f2a335aa6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0a9061ca-57c1-4921-a8c2-519ba0c35dde/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ae13d5af-7faf-4b32-b954-90f72105b333/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ae0fe699-db39-4abc-ba4c-7537aa423297/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "I Noord",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 450.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/6100/?format=api",
            "id": 6100,
            "code": "KGM-Q-29132",
            "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.731137293714456,
                    52.8669881188806,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:59:40.885415Z",
            "created": "2014-10-22T09:02:55.893329Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6f1bb2e3-813a-46ab-b554-e758f5bb6b42/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c38b7b09-6016-4ecb-82eb-ad984e79fd32/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Burger",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 157.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/6103/?format=api",
            "id": 6103,
            "code": "KGM-Q-29135",
            "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.750055406037938,
                    52.88556116226614,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:08:06.636067Z",
            "created": "2014-10-22T09:02:55.922937Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dd76f146-3c60-450b-ac5e-980af5e2f2ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61ec65f6-d773-4d35-acef-02c4847a0ff8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4529968b-2864-41c3-9d22-919e20f562fa/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Langevliet",
            "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/6104/?format=api",
            "id": 6104,
            "code": "KGM-Q-29136",
            "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.774435674562802,
                    52.88259373480458,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:32.512241Z",
            "created": "2014-10-22T09:02:55.932888Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d69f5974-b5b9-4c51-a9ad-86c992f4e223/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6d4334b-420b-4a98-ae41-2fa0ef2a5cab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74f7000f-8c63-494f-9597-6856a2686345/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7ef7ec90-24d8-4160-8a40-42a1020e5079/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e3630815-9fa2-4662-bf27-b67fa86f69f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16d2f291-a124-46f4-8485-905bcb5d3da8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/caf097c6-8733-417c-b3eb-9ecf1722eb7c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westeinde",
            "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/6108/?format=api",
            "id": 6108,
            "code": "KGM-Q-29141",
            "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.850376137208203,
                    52.83450821103128,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:30.270329Z",
            "created": "2014-10-22T09:02:55.973813Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9c6cbd9c-7ade-437a-955a-f210d809f250/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7cc3a334-eb23-4142-8612-bc2763496fb5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/19a3c9f7-13b5-403c-a927-ca4e51bc66b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dc305bbc-5ea6-47d1-8884-cd5642aecd7e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f5eb9adc-7ae6-4063-98fb-5871da932258/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77123e85-a6ff-4d53-b46b-f3246e8cf5be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70572398-8d3b-46ee-b423-a27ba09dd38f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1a2db6e4-51ad-4108-ba4f-86eceb6271ce/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Walingsweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 233.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/6109/?format=api",
            "id": 6109,
            "code": "KGM-Q-29142",
            "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.909847834102337,
                    52.80618973037895,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:30.353315Z",
            "created": "2014-10-22T09:02:55.983931Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d2892d33-fee6-4b6d-9c69-b535e0accb9c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f23e2a6-57a6-41cc-8ed6-34bbfe966491/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c67ae1b-7f1b-408d-a2e5-49351b67c8bf/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "P van der Sterrweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1370.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}