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/26814/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/26814/?format=api",
    "id": 26814,
    "code": "P2600",
    "organisation": {
        "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
        "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
        "name": "Zuiderzeeland"
    },
    "geometry": {
        "type": "Point",
        "coordinates": [
            5.22516083,
            52.41848511,
            0.0
        ]
    },
    "last_modified": "2025-03-11T06:00:17.331794Z",
    "created": "2020-07-07T19:44:52.511169Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e596f1f4-188d-44a0-8109-dd397f11d889/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/23b41254-9f69-43ca-8007-2ad175a0be04/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/61097fc6-5588-4d36-8193-c5f9ffd3717b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1c96bf53-aa66-453b-95b3-2498229d66ca/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dbb35790-b272-49fe-9313-4741ab76997a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/024615e3-ef5b-41d5-b4d4-e3489d20d462/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/88b05737-87e2-4dc2-b133-2eae9efb46f3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f4bafbd7-2d44-4ff2-8ad2-9464be6df93e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a2319a05-e11c-4189-abea-c6f7e4acaec7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/97038658-49d5-4018-891d-3db1adc863b0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c144cec4-7a5d-42e2-bdc5-16c2dda0067d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8ef0c625-d276-44bb-8f72-00b2c677fd91/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7bb5056-6c3f-4226-8f31-1e4e6c5263cb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7543933-6126-4c90-b3a1-be1b3cb05423/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/40a09d8c-5cc0-47cc-93bf-08e98faf992c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f1cc5f4f-564e-464f-a451-fb24e9b06446/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a715b302-8290-41f5-88af-56b353ccfc4e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f8791832-1a7b-4d77-a32b-8f83eb78ae49/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9e28229b-2bd0-4073-a770-985fd54b5215/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/44babf86-3cdf-4063-b36c-2897ceb9c819/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0946fb5d-a804-4a54-8812-ff643081df00/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/76fa3acf-8ec0-4f2c-a411-989ee80194ba/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6e32761b-4e93-4479-9195-711f74a3594d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aea9dc71-395c-4e1a-87d0-7ebd42a972d0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e185de16-b8c5-4e14-aa87-6f589a985cdb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a25e7100-b18b-4d6d-8fd4-04c3ef4432f7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea8441de-e0cb-4698-8967-9a6e769ce27f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/16ac145d-14a8-45a0-a59a-e53cef38b991/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/361add61-99ee-4837-8df6-796fb8c43eaa/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d3ab6304-ab9b-4f34-ac91-dc150f96037a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f215173f-d07e-4ceb-afde-dfbfe5f40199/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2477a38f-7130-4f2e-863c-dd88ee96d504/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cda886a6-620c-4a1e-89ac-0c49db6eadd4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/109066ea-e9de-43cc-8583-364404460db2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1fbebbcf-abbb-49ac-b82d-aedce5683d5c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2feb962e-56f6-44e9-994a-b7a49d55c858/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5b43619f-5f74-457d-a800-50bde5763c81/?format=api"
    ],
    "pumps": [],
    "type": "other",
    "name": "Gemaal De Blocq van Kuffeler",
    "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
}