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/29113/?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/29113/?format=api",
    "id": 29113,
    "code": "RG900",
    "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.609436142562028,
            52.657427725479515,
            0.0
        ]
    },
    "last_modified": "2025-02-18T06:00:29.384311Z",
    "created": "2021-12-21T10:30:35.540703Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c1c6b078-e731-4bad-8d9d-995fad01408f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d822bda7-4106-4cd9-9f69-b945ab66788b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8db9a80f-daaa-4e89-9cca-919e5bad7aaa/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e64c74cc-1807-487c-ba08-cafc83130209/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2e053cf1-4a2a-4709-ad77-3fc35a165d8e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a89abf1-9a1a-4640-a744-8f4834fcc03e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6560cb76-1581-4fd8-a7ff-a84b34806e85/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/576a89a7-c537-4f7d-b926-635b9508dfc4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4745335c-7751-40de-9ed7-1c49fc31b42a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/73be4394-ecd5-4ec9-be08-20d1ddb420a9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a04ab9d0-811a-4440-a4ad-05c783408a2d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0c3e2a9e-8aa3-42af-9f16-7d3f088483a9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e4e849b4-c069-4ce5-8787-642aaff663b9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/912e00d0-7f8a-4f10-8dfd-c89a8973892f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d049bf41-6aba-4a6c-b829-5cbdc2fad041/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c8aa8f87-516d-4692-958f-6c54e5115523/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1f71d93-6895-42be-b680-ae22ebb4f562/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/18938b92-00dc-4899-9291-2488734a8af3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/efa1d1ce-df9b-43e8-9c34-e9e1cdca3ac6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b19c312c-bf85-4a79-88f5-fe6cadfdd786/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/971b4348-582b-41b3-80c8-7110a849b380/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7a0676a6-1774-4bf1-b1be-977008ac9392/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/86946fe2-7212-4a29-8752-2a93d58a9d5d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/800b0995-c70a-4d3d-9d18-74b9c5261832/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c203dce6-a3cf-4d65-9f54-ce38696cb29c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e05ea612-589d-4301-bd69-df9e0fd9d7fe/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c72888ed-ff4d-488b-b41a-cd0dd99bd5b0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ba45244e-e273-4035-bbeb-110178b2b0e0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ce4a027d-17b8-430f-b789-16743b23102c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/34d718fc-e4c7-4b6d-a043-b57cb6c69a52/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/79d22a42-2437-4c8e-ae05-7c09af34cf3f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/20cdb75d-78be-4f3d-9bb8-40b58c15c45b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a0e81509-7d39-4e81-93d0-2fa15fab3e94/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f225602-2d87-466b-9cce-17d4db3b62db/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c9612246-37d7-4f77-b7d5-9628393e2031/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b565773c-e250-4e68-85d3-a2e9a51da9c3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4882c7f3-f744-4db8-9b1e-661f37d90934/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/766dd3c7-d17b-4620-96fd-5a0f77bb19bc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/64fcd3bb-0070-4ac4-a8a7-97e90bbcb607/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e8d4d091-34d5-4fc5-89f8-115b436826d4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4dac39a7-42fc-4c75-b4b3-103bee9fabda/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0ed340be-24fd-415c-aa98-8c8f0b459a83/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/80eb24e2-9f55-408c-a45d-bb6cb8aa98ae/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/945bb9b8-4b74-47bc-887a-785f49707f2e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f0753409-eacc-4466-8050-178cc06a3dee/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b34ebf65-8f7b-4803-8939-176c52f7be01/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/df84e87b-b547-46d1-af00-ccc3539da50e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/25a91939-495e-4206-99d8-f2845ae7b67b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/555499fb-6dc9-410e-bee0-b1ea80b089bc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/77c900aa-c6d9-4220-94b7-8bc27bdb15e2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/04c97578-2d17-4d27-aa23-8cef28c04239/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f8011e27-43ad-4d77-8bf6-b216a5a0abc5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9ae0ccc9-c0a2-4d1f-89c8-81384f05514c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ade67250-305e-4113-959a-8fef6de8a827/?format=api"
    ],
    "pumps": [],
    "type": "other",
    "name": "Rioolgemaal Urk Stortemelk",
    "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
}