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=318
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3182,
    "next": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=319",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=317",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/31280/?format=api",
            "id": 31280,
            "code": "KGM-OH-544",
            "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.770305882907753,
                    52.87880764499992,
                    0.0
                ]
            },
            "last_modified": "2025-06-04T07:10:18.647093Z",
            "created": "2025-06-03T07:10:28.968937Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a27095a5-e90a-4434-b4e9-b39fc1743e57/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c690b6fb-4aa6-46cc-aa4b-3c07dc8d6daf/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Callantsoogervaart",
            "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/31281/?format=api",
            "id": 31281,
            "code": "KGM-Q-29126",
            "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.825595376154713,
                    52.84269488021561,
                    0.0
                ]
            },
            "last_modified": "2025-06-04T07:10:19.429544Z",
            "created": "2025-06-03T07:10:29.516224Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "polder",
            "name": "Kneesweg",
            "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/31286/?format=api",
            "id": 31286,
            "code": "KW110310",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.159980758045528,
                    51.99077832480712,
                    0.0
                ]
            },
            "last_modified": "2025-06-06T15:02:38.696803Z",
            "created": "2025-06-06T15:02:37.784994Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3755/?format=api",
                    "id": 3755,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31286/?format=api",
                    "name": "TULL EN HET WAAL_1103-K_TULL EN HET WAAL GEMAAL-pompvijzel1_afvoer",
                    "code": "KW110311",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-06T15:02:38.236705Z",
                    "created": "2025-06-06T15:02:38.236725Z"
                }
            ],
            "type": "other",
            "name": "TULL EN HET WAAL_1103-K_TULL EN HET WAAL GEMAAL",
            "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/31294/?format=api",
            "id": 31294,
            "code": "KW110410",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.155183690756003,
                    51.99497544025842,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T11:36:26.982386Z",
            "created": "2025-06-13T11:36:26.749115Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3756/?format=api",
                    "id": 3756,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31294/?format=api",
                    "name": "WAALSEWEG_1104-K_WAALSEWEG GEMAAL-pompvijzel1_aanvoer",
                    "code": "KW110411",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:26.854836Z",
                    "created": "2025-06-13T11:36:26.854879Z"
                }
            ],
            "type": "other",
            "name": "WAALSEWEG_1104-K_WAALSEWEG GEMAAL",
            "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/31295/?format=api",
            "id": 31295,
            "code": "KW110610",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.113111147471858,
                    52.01527020211929,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T11:36:27.296090Z",
            "created": "2025-06-13T11:36:27.073619Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3757/?format=api",
                    "id": 3757,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31295/?format=api",
                    "name": "WATERLINIEDOK_1106-K_WATERLINIEDOK-pompvijzel1_aanvoer",
                    "code": "KW110611",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:27.177104Z",
                    "created": "2025-06-13T11:36:27.177122Z"
                }
            ],
            "type": "other",
            "name": "WATERLINIEDOK_1106-K_WATERLINIEDOK",
            "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/31296/?format=api",
            "id": 31296,
            "code": "KW219110",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.068380889477614,
                    52.08212823210615,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T11:36:28.597476Z",
            "created": "2025-06-13T11:36:28.414457Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3763/?format=api",
                    "id": 3763,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31296/?format=api",
                    "name": "RIJNVLIET_2191-K_RIJNVLIET POMP-pompvijzel1_aanvoer",
                    "code": "KW219111",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:28.497082Z",
                    "created": "2025-06-13T11:36:28.497094Z"
                }
            ],
            "type": "other",
            "name": "RIJNVLIET_2191-K_RIJNVLIET POMP",
            "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/31297/?format=api",
            "id": 31297,
            "code": "KW219610",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.141759980548325,
                    52.10917815060106,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T11:36:28.889200Z",
            "created": "2025-06-13T11:36:28.674490Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3764/?format=api",
                    "id": 3764,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31297/?format=api",
                    "name": "VOORDORP VOLKSTUINEN_2196-K_VOORDORP VOLKSTUINEN-pompvijzel1_afvoer",
                    "code": "KW219611",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:28.777365Z",
                    "created": "2025-06-13T11:36:28.777390Z"
                }
            ],
            "type": "other",
            "name": "VOORDORP VOLKSTUINEN_2196-K_VOORDORP VOLKSTUINEN",
            "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/31298/?format=api",
            "id": 31298,
            "code": "KW432610",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.832141954091008,
                    52.14449310333555,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T11:36:29.158006Z",
            "created": "2025-06-13T11:36:28.960880Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3765/?format=api",
                    "id": 3765,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/65a6d18b-cf09-44dc-bad8-0e42436624b0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5ffef68-3672-49af-86dd-d8fb032c2c61/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b427fa2b-c878-4a1d-9f49-ebc353c141ec/?format=api"
                    ],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31298/?format=api",
                    "name": "HAAK_4326-K_HAAK-pompvijzel1_afvoer",
                    "code": "KW432613",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:29.052091Z",
                    "created": "2025-06-13T11:36:29.052105Z"
                }
            ],
            "type": "other",
            "name": "HAAK_4326-K_HAAK",
            "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/31299/?format=api",
            "id": 31299,
            "code": "KW440810",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.885036994745333,
                    52.03582944421903,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T12:37:18.606828Z",
            "created": "2025-06-13T11:36:29.568982Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3767/?format=api",
                    "id": 3767,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31299/?format=api",
                    "name": "NOORD LINSCHOTEN_4408-K_NOORD LINSCHOTEN-pompvijzel1_afvoer",
                    "code": "KW440811",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:29.667794Z",
                    "created": "2025-06-13T11:36:29.667808Z"
                },
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3779/?format=api",
                    "id": 3779,
                    "timeseries": [],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31299/?format=api",
                    "name": "NOORD LINSCHOTEN_4408-K_NOORD LINSCHOTEN-pompvijzel2_afvoer",
                    "code": "KW440812",
                    "type": "other",
                    "serial": 2,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T12:37:18.519743Z",
                    "created": "2025-06-13T12:37:18.519756Z"
                }
            ],
            "type": "other",
            "name": "NOORD LINSCHOTEN_4408-K_NOORD LINSCHOTEN",
            "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/31300/?format=api",
            "id": 31300,
            "code": "KW210920",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.076336202324625,
                    52.09618886939567,
                    0.0
                ]
            },
            "last_modified": "2025-06-13T11:36:30.495484Z",
            "created": "2025-06-13T11:36:30.292649Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [
                {
                    "url": "https://demo.lizard.net/api/v4/pumps/3770/?format=api",
                    "id": 3770,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/eb9c02e5-7a24-447e-9b23-3c458e89d3c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b891f90-2ed6-411e-a3b4-70be5ce29bf4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ba816c7-97a4-4833-902f-f68d50c5c80f/?format=api"
                    ],
                    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31300/?format=api",
                    "name": "UTRECHT_2109-K_UTRECHT POMP-pompvijzel1_aanvoer",
                    "code": "KW210921",
                    "type": "other",
                    "serial": 1,
                    "allowed_flow_direction": null,
                    "capacity": null,
                    "start_level": null,
                    "stop_level": null,
                    "start_level_delivery_side": null,
                    "stop_level_delivery_side": null,
                    "reduction_factor_no_levels": null,
                    "reduction_factor": null,
                    "characteristics": null,
                    "last_modified": "2025-06-13T11:36:30.388557Z",
                    "created": "2025-06-13T11:36:30.388573Z"
                }
            ],
            "type": "other",
            "name": "UTRECHT_2109-K_UTRECHT POMP",
            "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
        }
    ]
}