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=296
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=297",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=295",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/27344/?format=api",
            "id": 27344,
            "code": "KGM-JF-44",
            "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.038427403569767,
                    52.9211139118086,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:10.130042Z",
            "created": "2020-12-11T07:10:07.599378Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/38f3296d-8214-422d-9ee0-acc9e80533bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94b57596-2494-433d-8e92-6f8c651a6059/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eaf0346c-13cc-44fc-8569-779b1be85af2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c3037589-ff59-4fc2-bc6c-ef8d96565dfc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5d0023fa-92e2-4c25-bfcb-ab8a24afed5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/efe0263c-8a06-4f93-a97e-cecedd514882/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e421fd80-6910-4974-bdb0-a15afb6b80c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a8ab0cb1-2734-4811-ad00-c0112368b5a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dfdabe87-4434-4724-80c5-c2d0f97cd1f3/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Leemans (afdeling 3)",
            "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/27347/?format=api",
            "id": 27347,
            "code": "KGM-JL-2076",
            "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.766799584942285,
                    52.64169805060497,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:38.557127Z",
            "created": "2020-12-11T07:10:28.014720Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "polder",
            "name": "Aanvoer Huiswaard De Horn Daalmeer",
            "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/27348/?format=api",
            "id": 27348,
            "code": "KGM-Q-20395",
            "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.021060896804236,
                    52.43323878147919,
                    0.0
                ]
            },
            "last_modified": "2023-10-22T07:10:09.794861Z",
            "created": "2020-12-11T07:10:37.743118Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/49fb5e09-ddef-4dc4-b934-5efddb56938e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ab7ae81-d6f2-4ab6-aa8a-666ccd91221c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Mijsenhemmen",
            "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/27545/?format=api",
            "id": 27545,
            "code": "H4010",
            "organisation": {
                "url": "https://demo.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.97459966,
                    52.64862349,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:15.739452Z",
            "created": "2021-02-19T04:49:53.448075Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9620d75a-8560-45f4-8832-0413e3ea01b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c6964259-a6de-451e-bd3e-a1e3e40bf663/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0ff3fd4a-b0e5-4fb0-b5a1-9ef50c6f3d99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a6f53a64-8816-47be-a68c-3fa45f64e70f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f691b077-0b9b-45c5-b15a-67461a3456f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/10fca0b3-36aa-4155-ac45-ff14b3ed4777/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e9cc4dd-2a00-48db-9ff5-76eddaa401d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f813bd2-d615-495b-8ab3-a96a87dbde43/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eab5cbfb-dda6-4a7d-8fe2-0cdd1410a9e5/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Hevel Schelpenpad",
            "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/27546/?format=api",
            "id": 27546,
            "code": "H5000",
            "organisation": {
                "url": "https://demo.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.62779208,
                    52.42625584,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:54.713807Z",
            "created": "2021-02-19T04:49:54.713831Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hevel  Hoekwanttocht",
            "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/27547/?format=api",
            "id": 27547,
            "code": "H5005",
            "organisation": {
                "url": "https://demo.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.64961698,
                    52.43842233,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:54.740722Z",
            "created": "2021-02-19T04:49:54.740744Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hevel  Kubbetocht",
            "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/27548/?format=api",
            "id": 27548,
            "code": "H5010",
            "organisation": {
                "url": "https://demo.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.67038125,
                    52.44987453,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:54.763630Z",
            "created": "2021-02-19T04:49:54.763648Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hevel  Zijdenettentocht",
            "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/27549/?format=api",
            "id": 27549,
            "code": "H5015",
            "organisation": {
                "url": "https://demo.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.69249644,
                    52.46104817,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:54.787403Z",
            "created": "2021-02-19T04:49:54.787422Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hevel  Swiftertocht",
            "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/27550/?format=api",
            "id": 27550,
            "code": "H5020",
            "organisation": {
                "url": "https://demo.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.69667244,
                    52.47933343,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:54.817201Z",
            "created": "2021-02-19T04:49:54.817218Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hevel  Garnaaltocht",
            "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/27551/?format=api",
            "id": 27551,
            "code": "H5025",
            "organisation": {
                "url": "https://demo.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.7217364,
                    52.49984904,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:54.838944Z",
            "created": "2021-02-19T04:49:54.838965Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Hevel  Spieringtocht",
            "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
        }
    ]
}