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=39
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=40",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=38",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7107/?format=api",
            "id": 7107,
            "code": "KGM-Q-20239",
            "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.083472857044627,
                    52.50668535989919,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:10.136947Z",
            "created": "2014-10-22T09:03:05.417801Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/392e8988-40d2-4349-a861-737ed6f83992/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/06c9f543-0809-46e7-96c3-390511c5028f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f02a68c4-a790-4c20-b582-0cafad00f23c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/832badc6-aa3f-4a49-ae39-f1cc0c2616a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4050aa1b-084c-4fe3-9f8b-4adb63abf231/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1065ec60-fc86-436c-9411-b1e68d1472da/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Volendam",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1666.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/7108/?format=api",
            "id": 7108,
            "code": "KGM-Q-20257",
            "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.890879768548009,
                    52.69520739854713,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:04:07.906460Z",
            "created": "2014-10-22T09:03:05.428431Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f2f5dfb3-48e9-432b-8628-8ed0eccc9faf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2626dd62-6d70-403f-a621-5115409eed4f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d39d6fa5-1cd7-4d29-b9d7-f7ad6658c550/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f27fe89-0b4a-4a7e-9a8e-5874b73e1f69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53be0e74-3583-493e-919c-cd49eda224d4/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Gemaal Veenhuizen",
            "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/7109/?format=api",
            "id": 7109,
            "code": "KGM-Q-20280",
            "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.801122259701511,
                    52.80142921887673,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:26.473334Z",
            "created": "2014-10-22T09:03:05.439167Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fbc51a7e-f8f7-4d7e-a280-c69d6feda444/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be32619c-59d3-4bd2-9f8b-7e590fe2a4ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0d62bed7-8ea5-4ff8-bfad-b18494ab1285/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8fe6d76-3287-49f1-99aa-a0a3258e4193/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/629bd9d8-2cf0-4357-a6fb-002428c1e8ed/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Keins",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 79.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/7148/?format=api",
            "id": 7148,
            "code": "KGM-Q-29100",
            "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.709161018813236,
                    52.745871602838726,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:29:57.334012Z",
            "created": "2014-10-22T09:03:05.848607Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/773621a6-eb67-4ced-8543-8076a6e90864/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/45f6af1d-559d-459e-89f9-f452b168acd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8b830fb-7da7-4954-b585-8f139dbb0b59/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "A",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 114.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/7149/?format=api",
            "id": 7149,
            "code": "KGM-Q-29113",
            "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.685932735594355,
                    52.75469322679429,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:25:35.888837Z",
            "created": "2014-10-22T09:03:05.858175Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7aea0466-785c-44ba-b6df-4b754fd4ef02/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fae43a09-74b1-47e1-a669-0c601ea4a435/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/876c6cca-154d-4677-818d-563ea88611b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a978b26-e20e-450a-8aec-0705202c26c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94c022ac-ae92-47ca-8685-045e2278033d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e3bf7ea3-c737-40d2-820f-276b85c2e023/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "ZM Afvoer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 282.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/7151/?format=api",
            "id": 7151,
            "code": "KGM-Q-29144",
            "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.852707509027288,
                    52.86447855887401,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:52.571195Z",
            "created": "2014-10-22T09:03:05.877004Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b2b0be4e-b1cc-46eb-bdeb-01c918078ae7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39fc91af-847b-4e4b-8d74-48c58fd86c4c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/198f0440-aa0c-4bea-a636-b29dbb6f28fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/deb2e473-27ee-4d13-9e94-df956e1b68ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/768ea3ad-e251-4249-aff2-71273dad8ad7/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hoogschagen",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 83.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/7152/?format=api",
            "id": 7152,
            "code": "KGM-Q-29158",
            "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.026666384030666,
                    52.91154402432065,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:34.741334Z",
            "created": "2014-10-22T09:03:05.886909Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9910a991-5f96-4016-a7b6-53f8e0a4fba6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de79536c-8641-43e0-b258-13fdc9af2521/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/916b4699-d591-4ce1-a133-db95bf2d50de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/90b2af62-b60c-46b3-9640-9b13e5c7b527/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b09d8c95-5354-4379-9f7d-49924a9200bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e59ea3e-f460-45ba-8050-ef76c8e12819/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8017d934-d50c-414f-bd85-5accc4fb4248/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8c55d85a-814e-46d4-ad3a-43bfedf48e22/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/277fa7db-40bd-407f-8f4a-a34eec6a21b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cfeb017a-1211-4694-8bfd-6a3347b74344/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc53c30c-be70-4b6b-98cb-e0e55f069222/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Waard Nieuwland",
            "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/7153/?format=api",
            "id": 7153,
            "code": "KGM-Q-29175",
            "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.67939678099362,
                    52.73506374935423,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:54.512885Z",
            "created": "2014-10-22T09:03:05.896777Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c5db4b2d-3b49-447e-ab85-fac6c202276c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c4a1c60-0d91-48ab-915d-5f510f4b2f91/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3146c2b7-69c1-45d2-9fde-4be9924cdc88/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7d0e952-2f8f-4178-82d3-78e1c2147622/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7e671aad-6c18-4cb7-9e01-74db11619742/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fff15750-82e7-4b6f-b421-9f6b8d7a9701/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db2d2baa-f15b-413a-844f-e7d4008495d0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/60fe0579-976b-4a0c-aafb-3b2ea89cdef5/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Groeterpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 371.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/7154/?format=api",
            "id": 7154,
            "code": "KGM-Q-29195",
            "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.736825300351477,
                    52.55702552669055,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:19.861122Z",
            "created": "2014-10-22T09:03:05.906328Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6fd8a91b-6692-4e25-934e-f03bbeb306d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2131c4c9-ed8d-4e14-abeb-da6af56fa3bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/63587234-5238-4f10-9957-0628d027822b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ef308499-6b19-4e87-98a4-d7ddd47aa3d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f3b27ff-3fc1-415f-ada6-6f0f9ae0f828/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Klaas Hoorn- en Kijfpolder",
            "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/7155/?format=api",
            "id": 7155,
            "code": "KGM-Q-29210",
            "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.734414016973826,
                    52.52690187341626,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:24.202017Z",
            "created": "2014-10-22T09:03:05.915963Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ead3b09e-ccd7-420f-a0eb-c45ce3221454/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c24e675-3e76-40dd-86b7-8dd6ecb8346c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a5bb97d1-0a9a-4139-a4a1-8bda96174e37/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b64ff0f2-7faf-42ef-8865-d96feda77657/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba19d2f0-9eda-4bbe-98e4-11786e0917fc/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwaansmeer",
            "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
        }
    ]
}