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=11
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=12",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/5651/?format=api",
            "id": 5651,
            "code": "KGM-Q-20401",
            "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.946564040453122,
                    52.40942472415443,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:13.664869Z",
            "created": "2014-10-22T09:02:50.964402Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/55874bc4-5292-466f-9b7c-94c8487575be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac2f7d8f-0584-4393-b7a0-473709cf9921/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f94e3852-b27b-4a8f-885f-2b8e48a0ca30/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/097697e4-d3ae-4fe0-9d7c-2349a5d3fc7c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/50a9b9ff-ca98-48e3-9df7-b6aa124d2eff/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/481f03bd-96c5-4159-a5b1-14ba7f566480/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Buikslotermeer",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/5652/?format=api",
            "id": 5652,
            "code": "KGM-Q-20402",
            "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.909211358824093,
                    52.40872494784126,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:09.462050Z",
            "created": "2014-10-22T09:02:50.974460Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f5af1d10-9f88-4ae6-9d8d-83a73f9748aa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3b342f30-8449-4c8f-b151-15b2191508b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8b084bb7-1003-44d1-b64c-563efdc88305/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/34b3d1dd-6eab-4b6c-9238-960388a8a554/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f20cc0d-8684-45d2-ab48-c7dc5d1701b6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4057d4c-2427-439f-a7d9-3c2ffb466984/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16f34506-f031-4803-bbeb-7acdb6ce288f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20063c2e-743a-4e15-88f3-ef7a9d1c2bfc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/032fc350-e609-44e4-9b25-5a98d2646da2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3cf655ed-360a-4d7a-b09c-05a199bb6a76/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6dae929e-2464-4bcf-9401-2549c0224b10/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kadoelen",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 11666.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/5653/?format=api",
            "id": 5653,
            "code": "KGM-Q-20404",
            "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.926218906617799,
                    52.403833400345235,
                    0.0
                ]
            },
            "last_modified": "2024-01-13T22:26:05.770049Z",
            "created": "2014-10-22T09:02:50.985036Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ce10c4eb-c5ff-42f0-8973-9eae9a0bf07b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f76c0ecd-a256-4c1b-a7e3-4f0cebbc4cbc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30bf4445-c8ac-4f20-b752-0a8533a20e5f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ea4ca61d-4253-48ea-b406-3c923455f839/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/922b48c0-b3e7-459b-a881-2de3f5ed1c95/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0382d40c-31f2-4993-9750-88c6b01c3bf9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Elzenhage",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 358.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/5654/?format=api",
            "id": 5654,
            "code": "KGM-Q-20406",
            "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.953041548158893,
                    52.38698308021808,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:07.094410Z",
            "created": "2014-10-22T09:02:50.995594Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/51dd5a2b-eaf4-42f7-905b-cceba543813b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/05c659e8-0064-4b1e-96c8-c08d42b30a6d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31e951f9-1869-4159-88a1-c91c607a9278/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/defb535f-c88b-4e29-9292-11d144187c51/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42a25331-0ec7-40f2-8dc4-c86f1a10d3af/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Schellingwouderbreek",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1340.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/5655/?format=api",
            "id": 5655,
            "code": "KGM-Q-20410",
            "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.037630271918149,
                    52.42407760837565,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:05.478013Z",
            "created": "2014-10-22T09:02:51.006114Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/597be0f2-1b21-42cd-a93c-400be315d47b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bed3234f-a159-4ef9-95b5-303e88ddfa56/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be7ba004-9a68-451f-a0a9-55ae7f61b24d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f08804a-6d6f-444a-b76c-fc0187792fde/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4222f5c5-743d-4eb6-ad7e-5414ca2a8f11/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Rijperweg",
            "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/5656/?format=api",
            "id": 5656,
            "code": "KGM-Q-20411",
            "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.057711558908393,
                    52.42414756516035,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:38.620263Z",
            "created": "2014-10-22T09:02:51.016619Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/64a72f32-7a28-4c05-8545-c3d375f4673e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/80014854-8e18-460b-a305-5ffba8b946c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/842e7463-99b9-4247-b9bc-5eb8570cc062/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/015de280-ee62-44bf-9426-041aac76b91f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d036c54-81ce-4af0-a466-d98c691eb9ab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/737174d2-f5d4-4b64-8314-4a6ed025811e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f89b9c4-c8a3-43e2-ade6-e5483d6f7d5a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b155d24d-3f50-49e6-9b56-0fe307875a00/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba5290b4-138a-4c23-8291-9ba04691e639/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Rijperdwarsweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 80.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/5657/?format=api",
            "id": 5657,
            "code": "KGM-Q-20413",
            "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.026086931074166,
                    52.40688780250435,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:28.283321Z",
            "created": "2014-10-22T09:02:51.027155Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/add41df1-e7cb-400a-97fe-afd83af52b6b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/48511856-dc8f-4e52-80f2-68c3d2dff5a3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8aad546-721d-40f3-b524-a6f83c7c68a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/34e855df-2412-4914-b145-a533331186da/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8faad5c-5800-407a-a0d2-e50b715b988b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Blijkmeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 70.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/5658/?format=api",
            "id": 5658,
            "code": "KGM-Q-20416",
            "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.996445875769018,
                    52.38942381946623,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:53.549266Z",
            "created": "2014-10-22T09:02:51.037105Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b8d9002-e1a8-4fbd-9d28-d2ca9b1e78d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7542e62-f68b-4a9c-84d6-e25faf54a8b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6cb9dea2-204f-49be-855f-e790dc06d2b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0efa63d6-24bc-41e0-a633-9dbf9edc63ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/49aa5e01-6b71-4fd5-ba11-ac18eaa9cb1c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d18ea6cf-fc90-4f79-a0e1-4174aa90a17e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/41ddd07f-addf-403f-ac19-b5d8ef788f19/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/80a1708d-fd8e-4ccf-b61e-778ed64b6ad5/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Liergouw",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 295.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/5659/?format=api",
            "id": 5659,
            "code": "KGM-Q-20418",
            "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.998478266751436,
                    52.37980752190357,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:07.489682Z",
            "created": "2014-10-22T09:02:51.047515Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e2143535-19d3-4f96-9774-332cfeb9a5b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b0efefd4-6dcd-4a32-addb-6e513460a421/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6024291-e49e-470f-ae65-a4782be26bcd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4e85525-4f39-4ce5-a553-3d2b367a4a33/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74ebea2b-cbe0-483d-b6f0-54bcf905d17e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ec74b46-3cc3-47cd-9a32-3e20b2ebe29b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "IJdoorn",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 125.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/5660/?format=api",
            "id": 5660,
            "code": "KGM-Q-20420",
            "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.897017312026676,
                    52.4350142824699,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:19.602100Z",
            "created": "2014-10-22T09:02:51.057400Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7df4df1b-8124-44c5-9913-a5ca3102c7a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/728fcf38-10f8-4610-b223-2967cbb2f1f7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc4d6d53-32fe-4325-a23a-85a67d7df83d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/23c8ac7c-55be-4b27-87af-701fa9e764d7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42af6028-d165-4fd7-aafd-d0b5ddeb1bf3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/838e8301-fa24-4efd-824a-e8c9b35179c6/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Twiskemolen pomp",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1330.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}