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=24
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=25",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6154/?format=api",
            "id": 6154,
            "code": "KGM-Q-29207",
            "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.703785528323027,
                    52.83375528894187,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:34.473014Z",
            "created": "2014-10-22T09:02:56.494286Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bb11e14e-3399-454c-a9d2-cb087531389c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c6ec93e6-eb62-4421-870c-5074d0df4b2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3dc9ba49-8a67-4c74-bc96-4d3e1dee1e9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cbf54f56-8cc1-45e7-bbb3-864166e259b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1d3b0a94-21b2-4f25-8e3b-5c8e27489fea/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Uyterland",
            "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/6155/?format=api",
            "id": 6155,
            "code": "KGM-Q-29208",
            "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.745329720811368,
                    52.84714854232829,
                    0.0
                ]
            },
            "last_modified": "2024-09-09T10:27:48.198031Z",
            "created": "2014-10-22T09:02:56.504262Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bf256d8c-d78a-4925-8f70-c0ee77fea356/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2402c939-3e35-4617-961a-92e90371ad80/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/89470582-65b4-4db1-84d1-c3693550ee3c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwaan",
            "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/6156/?format=api",
            "id": 6156,
            "code": "KGM-Q-29211",
            "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.66822421683839,
                    52.51575554130942,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:24.737700Z",
            "created": "2014-10-22T09:02:56.514211Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fca6b20e-f6ad-43b3-9bb2-430781595903/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Mozartstraat Steenstrapark",
            "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/6157/?format=api",
            "id": 6157,
            "code": "KGM-Q-29213",
            "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.685996063060833,
                    52.53939406111988,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:31.389901Z",
            "created": "2014-10-22T09:02:56.524535Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0d3ceb1e-933f-4350-b0a1-b1b6fa46bec9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/279ba73f-2ab0-4a18-905c-a73b631be952/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8587e0b8-5b45-4a0f-ba78-22bd01d4f42e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Cronenburg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 150.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/6158/?format=api",
            "id": 6158,
            "code": "KGM-Q-29214",
            "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.659755843593229,
                    52.54230900301657,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:11:10.775461Z",
            "created": "2014-10-22T09:02:56.535690Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2326b330-3ef4-45cf-bbb6-72e55e5da83b/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Puikman",
            "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/6159/?format=api",
            "id": 6159,
            "code": "KGM-Q-29215",
            "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.670022384595351,
                    52.5498058364748,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:09.413950Z",
            "created": "2014-10-22T09:02:56.548799Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/354b0aa4-0682-40c1-90d4-20f5e4dc5cd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e76d7060-93d6-40f3-8535-1845f1358839/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1bb3a398-5e92-48ea-9c8e-fe3f4cca587f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9d18d046-0bf5-4a0e-99ec-e08cd5590931/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Smeetslaan",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 66.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/6161/?format=api",
            "id": 6161,
            "code": "KGM-Q-29217",
            "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.730339890802822,
                    52.54511042625348,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:13.861093Z",
            "created": "2014-10-22T09:02:56.568730Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/028fcc17-7dcb-41f2-85d1-821adf05e991/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/333e93fe-0a65-4cdf-a1f7-a8fd17ae1250/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02a473d7-c970-405c-8abc-c996a8392d7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/090a004c-e903-4c92-a96f-1f58ff385b19/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9d3507b-b4ef-4113-b63f-0f062776ec6d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b516a61-9345-437a-95b0-ed2420bf2a6d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f855038-c540-450c-8767-05555ff92e2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fffc077d-2f6a-45af-94d2-faf79101f7cb/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Dorregeester",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 334.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/6162/?format=api",
            "id": 6162,
            "code": "KGM-Q-29218",
            "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.74101184270016,
                    52.58236342513786,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:50.136403Z",
            "created": "2014-10-22T09:02:56.578636Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/80e974f5-9972-4a30-ae66-ceac49aa6aab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4081e45e-ab34-456b-baba-bab10bead982/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/843e8527-8967-4706-b22b-88945e0c93d0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/356e374c-00a8-4f64-978e-77ecfad90658/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf17db7b-c974-49d2-9ab2-56168e07ca4b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2dba158f-06a6-43b6-8080-a1a994fdd617/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3df6d7c2-f893-42ba-9237-db327a4e8344/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee63e41e-aae2-4067-b266-290c9ca46012/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Leije, Heiloo",
            "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/6163/?format=api",
            "id": 6163,
            "code": "KGM-Q-29220",
            "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.739626933743965,
                    52.64225474803265,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:31.322469Z",
            "created": "2014-10-22T09:02:56.588638Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5fb13956-d84e-4698-8d9c-7ce24efe45bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e2bd62fc-61ca-4390-bf0a-303cde300f6a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/65b9f460-f788-4231-8982-e7e329135ad6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c23b953-3013-4702-a7bd-9a8ecd86f077/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3cad3805-49e3-4c25-910e-86824c8ece05/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Stadskwekerij",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 38.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/6164/?format=api",
            "id": 6164,
            "code": "KGM-Q-29221",
            "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.739269653795302,
                    52.63995934738477,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:59.611471Z",
            "created": "2014-10-22T09:02:56.598483Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3ff808c1-10b1-4c06-9c43-98dd701f3c9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/354386cb-6e23-4e12-8497-b07963ecb5b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/065a2944-27b7-458e-b563-76ca92bd50b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e2f1824e-1c2d-4c46-841f-71c6977c9fb3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6d44ee7-8b1c-4f3d-808b-1015ff69ca3c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c0e43f48-d650-4fc6-8773-9aa3b1ba196f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Eendrachtspolder-Midden",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 33.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}