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=28
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=29",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6543/?format=api",
            "id": 6543,
            "code": "KGM-Q-31622",
            "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.896348984324233,
                    52.64510276890814,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:42.457411Z",
            "created": "2014-10-22T09:03:00.602711Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c96ae949-b564-4ffe-9e38-705c2be6cfd8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/448e10e6-a421-4189-aa60-e52a427169f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bcdff0f-cb18-4836-89bd-4522d6c3f4c5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30c3f82a-de22-490b-bf25-6424814ab26e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e28302e2-71e8-459c-8ad4-ff857468eab4/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Wogmeer Beneden",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1084.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6547/?format=api",
            "id": 6547,
            "code": "KGM-Q-31628",
            "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.863255498396664,
                    52.65486575023765,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:10.736508Z",
            "created": "2014-10-22T09:03:00.644353Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/42708704-6af7-464a-8b81-52523feb39ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/87f467e9-486e-4418-a432-36277ce21372/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c3b80fec-1b0a-4f72-aac7-5bf596bef9ea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad5d3462-4071-466f-950c-f2c7d3d0a9de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8d24869-11ca-4f3d-baca-a1d7f6a9c11c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hensbroek",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 2200.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6553/?format=api",
            "id": 6553,
            "code": "KGM-Q-31637",
            "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.874144630033537,
                    52.67288918323393,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:47.405038Z",
            "created": "2014-10-22T09:03:00.704763Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3992c4f7-1c4e-4d04-9649-c0b46af8c0fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2cf6f8c1-9f8c-4e38-a218-54bb59096d35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e180cdb5-85af-464c-9753-cac22973db9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f0b59f65-e9ff-4dba-bbff-9342fbd9e5ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4c08de61-62f1-43d7-83bb-2cea082bd1ca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cdff6914-32e8-4bce-a7d5-a0c67f58acce/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce75065d-58b4-4736-8ed0-77ebcad47eb6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/98bde18f-dc5d-4a70-b8c7-db86101ef107/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Obdam",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1434.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6556/?format=api",
            "id": 6556,
            "code": "KGM-Q-31642",
            "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.920075672724793,
                    52.69340239553717,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:55.876518Z",
            "created": "2014-10-22T09:03:00.736658Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d828595d-8d68-4e92-8209-e7e306c1e257/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d57ab9a9-555b-4016-ad7c-f0f76deda322/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0d5c4204-d47d-4463-b09a-a9832414c1d0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/11e648e6-4ffe-4dbb-8b08-8f1d1bba88f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5d43acfe-4b91-4193-977a-8d176d411864/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2f04ed2-862e-429b-b9cd-ba268d08571d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d8002a59-2b4b-43c5-963e-05006b1e32f8/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kaagpolder Opmeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 666.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6558/?format=api",
            "id": 6558,
            "code": "KGM-Q-31645",
            "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.900091856555356,
                    52.70034368405832,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:50.041141Z",
            "created": "2014-10-22T09:03:00.758403Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3c390c50-537b-4d89-9da7-83343cef1d1d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76b309ec-5291-4dc5-8269-c571b6e280db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c0c769a6-2acb-41f2-901f-6416e9b69f5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8bed2f9d-3a99-4f5c-bb61-c8d03bdd0df3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07562a34-df9a-4cd9-919d-ac5278b955c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6036a7e0-ffc8-4ec6-9b66-3f08c1b89007/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee0d894b-177f-4466-9d8e-0b75f3d15f77/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e1c346a2-4972-48f3-83aa-4d73b713a5e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0366e93e-8815-4cbe-b512-35f8f8a7ddef/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Lage Hoek",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 790.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6562/?format=api",
            "id": 6562,
            "code": "KGM-Q-31652",
            "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.187147831640933,
                    52.74699288260207,
                    0.0
                ]
            },
            "last_modified": "2024-05-30T07:10:15.267268Z",
            "created": "2014-10-22T09:03:00.804574Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/097de739-be10-4289-acef-c7c25d0351fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0f88e66-4f5e-46f7-80d2-9947519a56ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4674a273-4ddd-4c46-883a-3aed71e00624/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa2304f1-38e7-497f-8fcc-c32040c69235/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ea3f6795-39ec-4e64-ae39-f350e5a91253/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2015a26c-dcc0-4f26-91c4-e2135cbf5ebd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5856f9e1-3bb7-42fa-a614-405a0fce28b8/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Grootslag",
            "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/6563/?format=api",
            "id": 6563,
            "code": "KGM-Q-31653",
            "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.28357288376019,
                    52.71976983859484,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:07.765433Z",
            "created": "2014-10-22T09:03:00.816170Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0e86e8f2-7a9f-4ccb-8fb1-50231f6180ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f8cf9ff-74d5-41be-9c45-fa6cec3af0c0/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kooizand",
            "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/6566/?format=api",
            "id": 6566,
            "code": "KGM-Q-31660",
            "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.136522129375782,
                    52.65443518600606,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:07.452104Z",
            "created": "2014-10-22T09:03:00.847496Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3a815b03-a957-4e5d-a0c4-ca66d93564e3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e9033db-e619-4e42-a37c-bdfb37e7a265/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c4c4d46-5a8f-456d-b97a-84f5c7e68555/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f10d21c-b725-4bd2-a9bf-039133222ae0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ecbb98ce-bb59-4953-b3e3-dd4cac290f33/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Casper",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 15.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6568/?format=api",
            "id": 6568,
            "code": "KGM-Q-31665",
            "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.045886241680598,
                    52.75237496555216,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:09.435881Z",
            "created": "2014-10-22T09:03:00.868314Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/db3c3d3b-dd38-4855-b83d-9f2f442351be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/10174497-89f7-4561-a3b1-864b4e47a8ec/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Mijnsherenweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 333.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6569/?format=api",
            "id": 6569,
            "code": "KGM-Q-31666",
            "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.038899879392506,
                    52.73156697577489,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:22.206521Z",
            "created": "2014-10-22T09:03:00.878419Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/47498f33-b418-4ddf-9d3b-36249ded8622/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd0d6b0e-02d5-4dc7-9e5e-0009ae0b1e26/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5f603890-6f3c-47e0-87e8-aab97f06c618/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5f5627c7-0ac3-4785-b3ea-0c4341d6272e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61eaf395-d244-4fbb-8a5a-cf8f29d10ba7/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Bennemeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 250.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}