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=35
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=36",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=34",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6863/?format=api",
            "id": 6863,
            "code": "KGM-N-27",
            "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.990000457485818,
                    52.70816910524486,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:54.974655Z",
            "created": "2014-10-22T09:03:03.130822Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c49b5938-5e99-4962-80ce-7f3bf07495bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a02ca8dc-fb0a-404d-924b-bb5aa4d6e646/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b8f8c59-5c33-4d2b-ac45-b6eaf67000fa/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerstraat 58",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6864/?format=api",
            "id": 6864,
            "code": "KGM-N-29",
            "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": [
                    5.005520282160451,
                    52.70326413260698,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:33.068195Z",
            "created": "2014-10-22T09:03:03.136711Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/72cf5ad5-fc18-4617-b803-7ffb9e4d55eb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad94c1e0-7820-4485-900e-b5d38f51fd55/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db7ccc79-b5ff-4ce7-9992-5b9a3dacf023/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4a70d2ca-64ed-4215-b922-9e3294b75c9c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/822ddca9-3be1-414b-bae3-f7f466ba40bc/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Burgemeester Elmersstraat",
            "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/6865/?format=api",
            "id": 6865,
            "code": "KGM-J-1442",
            "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": [
                    5.052510112924516,
                    52.66202153173888,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:32.421096Z",
            "created": "2014-10-22T09:03:03.142596Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4aaa48b7-551d-481a-b744-43e7f9e479d6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/64bae226-ff8e-45fa-b242-13f212e805fa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/576e3ed5-6c24-45d2-8548-badac51efc31/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b0355ad9-e8c6-4f43-a87b-78f5aa48eea1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77b062ca-29f3-488a-b439-27ad15f8e39a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Torenwachter",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 10.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/6870/?format=api",
            "id": 6870,
            "code": "KGM-A-2488",
            "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": [
                    5.008746946981663,
                    52.69992926548713,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:30.533764Z",
            "created": "2014-10-22T09:03:03.174501Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2cc87545-3e36-4602-a783-911769dfceee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9ebd3d60-a7ae-4d7a-9961-c7fe2535ba3a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9cb3faf6-ad59-434f-a728-0f4f2d574127/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76aa66ba-3760-49e9-9122-3572269f9fb6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b9d3679a-d591-4b7b-a96f-9a9eaaeddb41/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Klammeland",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 10.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/6878/?format=api",
            "id": 6878,
            "code": "KGM-J-1574",
            "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.855282430259795,
                    52.67439966806489,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:21:01.298815Z",
            "created": "2014-10-22T09:03:03.227505Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/de09d2b7-e3b5-4fd3-8385-7f5eca4fcd41/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4fe04b63-b440-48a5-9a33-e18d6c8323a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a5fe9cb2-6883-4527-a50a-fc2493612c99/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Berckheideplein",
            "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/6881/?format=api",
            "id": 6881,
            "code": "KGM-J-1573",
            "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": [
                    5.039843295073267,
                    52.64717357591659,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:11.164201Z",
            "created": "2014-10-22T09:03:03.246241Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2e832b23-fe05-43cb-ae54-b32047f7a300/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7f5cf00c-bf8c-4d28-a272-f106789daf52/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/97f7689a-5470-4693-8be4-64e237ba98ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9ad1c9b-011a-460b-a908-ba6bf1fd83db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a334928-bfe9-4ef0-a53f-48e0a9ba7e24/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Turborotonde",
            "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/6887/?format=api",
            "id": 6887,
            "code": "KGM-N-500",
            "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.891215194595838,
                    52.69535475161886,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:25.872494Z",
            "created": "2014-10-22T09:03:03.287377Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/57665a99-a9aa-4ecb-802c-434b41476a5e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d690f6cb-4617-46be-a988-ff814b514c16/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53dae460-e219-4e89-a39a-22aaaef2cb56/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f3c532d-b98e-4067-aac8-d03876c40faa/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Gemaal Veenhuizen",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 625.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/6907/?format=api",
            "id": 6907,
            "code": "KGM-JH-5071",
            "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": [
                    5.036927856987293,
                    52.45498013439909,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:33.440149Z",
            "created": "2014-10-22T09:03:03.423084Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/71940fa4-fd46-4e6f-b955-c2035ec5f6a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ed2d66b-ef90-401c-825a-bc5c421bdee4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/38b15993-f0f5-4f6d-88d6-ccbc953d44ac/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Pierebaan",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 17.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/6917/?format=api",
            "id": 6917,
            "code": "KGM-AA-2",
            "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.969703519494906,
                    52.42768230153015,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:07.585208Z",
            "created": "2014-10-22T09:03:03.486298Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bbba863c-4731-4492-9422-d3ff89a38771/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/22ffb49b-72d3-4265-ba51-3a5b64ddaa3f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/885c6ed3-a084-4c3b-a4ff-1ab165839de7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e844c3fc-7f59-4fda-9ac4-5f4e42c9050f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c33ca7f3-d19e-4126-9265-ccbd77e23531/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Broekermeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 660.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/6921/?format=api",
            "id": 6921,
            "code": "KGM-JF-29",
            "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.743570739058021,
                    52.62525339681833,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:13.277394Z",
            "created": "2014-10-22T09:03:03.511225Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a0f20ddf-909d-4a77-8883-d7f82f6632c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7fe1d0fd-2582-4d76-a167-79fb217e649c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e128c254-3f44-448c-a527-1de5ee801900/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Van Houtenkade",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 93.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}