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=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6122/?format=api",
            "id": 6122,
            "code": "KGM-Q-29160",
            "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.736621193933835,
                    52.93517369581963,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:44:18.463795Z",
            "created": "2014-10-22T09:02:56.115035Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/24e75957-e303-4bb1-835c-c69a3847b306/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2fe97c7-4ba0-46d4-9fb4-82bdabe4a23c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0238fe18-2e84-4388-912e-f92a6adc778f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Doggersvaart",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1380.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/6124/?format=api",
            "id": 6124,
            "code": "KGM-Q-29162",
            "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.743688698590472,
                    52.95620297309944,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:09.019483Z",
            "created": "2014-10-22T09:02:56.136490Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9e63e240-65a5-4049-ba7f-9a96881acd68/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b761c0f-6f91-4c5b-8e4d-f74912f4a1e2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/88fa5bc9-7f0d-46a9-8054-c1d9bf9cdc62/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c99529a6-c223-4d88-ab91-a605936966b3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a335256-dd6d-48c4-b351-bbdc7c8df1fa/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Huisduinen",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 183.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/6125/?format=api",
            "id": 6125,
            "code": "KGM-Q-29163",
            "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.759621783380529,
                    53.01406407644114,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:41.147190Z",
            "created": "2014-10-22T09:02:56.146772Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c653df14-c783-4d46-9e75-8b92c5b2d58e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be665d37-2521-4b7d-9342-ce3f346b5df6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/483fe39c-ceee-4bac-b90d-ca2554d06404/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32dc806c-d969-4986-806b-d2a953f47dfe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c13ef04-c705-4072-bdd2-68487cfa1b8b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/59040b2b-7f24-400d-b358-26250118d08d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/edc38a75-0cb9-4da8-a12e-aa604158c8b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/989f2933-b10e-41ce-9c45-2813b9903d6f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/092f612d-22bd-49cb-b42e-2e58c984e94e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hoornder Nieuwland",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 75.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/6126/?format=api",
            "id": 6126,
            "code": "KGM-Q-29164",
            "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.80380795525463,
                    53.01781316218337,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:35.872984Z",
            "created": "2014-10-22T09:02:56.156854Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5e67c486-fdac-42d7-bf6f-0fd51b9d4574/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/35299a6b-6028-46e7-be73-20a3d2609f7f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf5343aa-4a2a-4d61-884f-cac5a20f84c1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/17f30fc2-a451-4b6e-b4a6-9e814aed3d2f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Prins Hendrik",
            "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/6127/?format=api",
            "id": 6127,
            "code": "KGM-Q-29167",
            "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.877588594171332,
                    53.06673264696354,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:09.411578Z",
            "created": "2014-10-22T09:02:56.167018Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3a1c95d4-e33f-4da1-ba00-7b0a62d0c98c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e0cdc15-7949-4bc9-adab-89ae6e2f66bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/277e1936-8423-472c-a9d0-c3bc0f924e53/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de06629b-14a0-4555-8a91-20e47ae67ca0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4459b4d0-4f07-44ac-8a70-f978ab42165b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bfda6cf0-d795-4407-95ab-dd934e98ab56/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zandkes",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 67.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/6128/?format=api",
            "id": 6128,
            "code": "KGM-Q-29168",
            "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.897367302810363,
                    53.09997918866251,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:59.475767Z",
            "created": "2014-10-22T09:02:56.178251Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2a69b508-5bdf-4217-a2fa-01d2f544f753/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4621e10d-0a61-4b3b-8793-e48a0988d158/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f081a900-45f4-4c13-b228-0f97d2d9415a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a69ee09-40dc-404d-b28d-5be6527f78a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad1980f4-3755-42e6-9323-2436ca20d85d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/adccba9b-c14c-4ac1-8f00-47dee2d4c7fa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b1548f2c-5fad-46b1-a848-0ca8ae84820f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Krassekeet",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 5000.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/6129/?format=api",
            "id": 6129,
            "code": "KGM-Q-29169",
            "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.892796368671997,
                    53.10378640254797,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:26:39.345623Z",
            "created": "2014-10-22T09:02:56.189902Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/30214adc-35de-4e7b-a2bd-a63b9b4bdb36/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0633bb2-6d60-427e-8a74-0f4e0692dbf9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db9f483e-51d3-4750-ba63-c3051898305c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/325557c1-f2e9-489c-bfe9-0a00d00ef987/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Bemes",
            "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/6130/?format=api",
            "id": 6130,
            "code": "KGM-Q-29170",
            "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.876632890606794,
                    53.15772994631782,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T09:15:52.354126Z",
            "created": "2014-10-22T09:02:56.199819Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4bef3683-cdfe-4ed5-be01-4e22540ceea2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/99be30a4-5b8f-484e-b383-a067351f4313/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9900aea-6f9e-4323-8f20-d5c6d18927c1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/79b2397e-63f9-4ad4-94d3-84a9d31e3056/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8aa9149-2ad1-4612-b582-ed801d028de6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a0194bce-a0ea-4509-95a0-f0d72c0526dc/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Eijerland",
            "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/6131/?format=api",
            "id": 6131,
            "code": "KGM-Q-29172",
            "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.764100615279913,
                    52.60715346696767,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:30.332907Z",
            "created": "2014-10-22T09:02:56.210115Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/621e82ef-ac89-4b47-9f8d-7fc897073024/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1fc9cf60-6190-4516-bd01-5929ad04ecf2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e0fdc0de-7035-4ee7-ad90-f74f2430c1be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/57e7d52e-0083-4e47-8c2f-e0fee3e3389c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6d2040e2-6e77-43d8-8c2e-791ef75af56b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Boekel Oosterzijpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1434.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/6132/?format=api",
            "id": 6132,
            "code": "KGM-Q-29173",
            "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.65428626743843,
                    52.75303901333893,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:25:59.529492Z",
            "created": "2014-10-22T09:02:56.228750Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e1237e13-eabe-4408-92ed-b6fa6d50a4f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bb2cd446-4cc2-43d0-a612-77d69ed58961/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7077991e-7f08-4d5d-a329-2bf6d8743105/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ea44aa8-d2ce-4b1b-b95e-9fcff26818e0/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Leipolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 160.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}