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=307
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=308",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=306",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/30525/?format=api",
            "id": 30525,
            "code": "KGM-AR-578",
            "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.749105690702093,
                    52.47011121369666,
                    0.0
                ]
            },
            "last_modified": "2024-04-20T07:10:16.880170Z",
            "created": "2022-09-10T07:28:54.865551Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d1677d59-a313-4666-8475-f7346d115298/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/acc6633a-af90-4359-823a-b1ec17a0bb6e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a1eb4ae-cbf9-4f0b-873e-75649d8aa073/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "NVT",
            "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/30526/?format=api",
            "id": 30526,
            "code": "226_0",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.193874466,
                    52.36523049,
                    0.0
                ]
            },
            "last_modified": "2025-01-03T13:29:15.713315Z",
            "created": "2022-10-08T07:10:37.139239Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "Ravelplantsoen",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": -7.2,
            "stop_level": -7.7,
            "start_level_delivery_side": -6.8,
            "stop_level_delivery_side": -7.8
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/30527/?format=api",
            "id": 30527,
            "code": "229_0",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.182496988,
                    52.35873095,
                    0.0
                ]
            },
            "last_modified": "2025-01-03T13:29:16.270493Z",
            "created": "2022-10-08T07:10:37.209242Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "Prozastraat",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": -7.39,
            "stop_level": -7.75,
            "start_level_delivery_side": -6.9,
            "stop_level_delivery_side": -7.9
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/30528/?format=api",
            "id": 30528,
            "code": "251_0",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.273604722,
                    52.39656519,
                    0.0
                ]
            },
            "last_modified": "2025-01-03T13:29:16.813397Z",
            "created": "2022-10-08T07:10:37.264032Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "Staalstraat",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": -8.0,
            "stop_level": -8.48,
            "start_level_delivery_side": -7.5,
            "stop_level_delivery_side": -8.54
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/30529/?format=api",
            "id": 30529,
            "code": "261_2",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.278802193,
                    52.40667607,
                    0.0
                ]
            },
            "last_modified": "2025-01-03T13:29:17.467526Z",
            "created": "2022-10-08T07:10:37.312737Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "Dagenweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": -7.9,
            "stop_level": -8.2,
            "start_level_delivery_side": -7.45,
            "stop_level_delivery_side": -8.3
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/30530/?format=api",
            "id": 30530,
            "code": "KGM-JL-16",
            "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.722062130050565,
                    52.59506746811964,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:59.609874Z",
            "created": "2022-11-22T07:10:39.749441Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d2cb1365-5432-421b-afbf-7ce5e6963a95/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/83c42c2f-4e73-4be9-95c9-1781fe46a380/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kanaalweg Heiloo",
            "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/30531/?format=api",
            "id": 30531,
            "code": "KGM-Q-29236",
            "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.698702872025494,
                    52.50426935934821,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:36.257101Z",
            "created": "2022-11-22T07:10:39.834327Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "polder",
            "name": "Communicatieweg",
            "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/30532/?format=api",
            "id": 30532,
            "code": "KGM-JF-57",
            "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.897040751606683,
                    52.43501471464456,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:24.691429Z",
            "created": "2023-01-18T07:10:27.777692Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d265452c-c92e-4ca9-9e1d-d2271fb2c190/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/176525f9-1a5a-4737-9be9-c71feb82c1f4/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Twiskemolen",
            "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/30533/?format=api",
            "id": 30533,
            "code": "KGM-OH-569",
            "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.703673542989645,
                    52.53391125170371,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:17.772280Z",
            "created": "2023-01-20T07:25:29.006249Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/606b6c49-342e-4953-891a-4526294c62a1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ad8ab9b-c7c1-4234-a46f-9f482d8a4900/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Gemaal Hans IJdel",
            "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/30535/?format=api",
            "id": 30535,
            "code": "R717",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    0.0,
                    0.0,
                    0.0
                ]
            },
            "last_modified": "2023-02-09T11:02:25.076503Z",
            "created": "2023-01-30T16:25:48.078815Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hoogtij fase 2",
            "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
        }
    ]
}