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=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/5594/?format=api",
            "id": 5594,
            "code": "KGM-CS-26125",
            "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.80339858481582,
                    52.43682214063369,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:10.528449Z",
            "created": "2014-10-22T09:02:50.363800Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d2cf3cdb-0b86-4d82-9908-14f3fea102e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3a5f5b2c-83d1-4c38-a48a-6f5dfeb20191/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e4ac6aa8-36e5-4899-8580-b752772ae2df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be6e644e-ecdf-477f-96fa-5267c7cd2353/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cc8db4d6-75e4-4670-9c0d-b544999e7c85/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westzijderveld",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 93.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/5595/?format=api",
            "id": 5595,
            "code": "KGM-A-369",
            "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.735438720482615,
                    52.865078689627744,
                    0.0
                ]
            },
            "last_modified": "2024-09-09T10:27:01.898386Z",
            "created": "2014-10-22T09:02:50.374302Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1bcba36e-781d-4339-9632-00d5398c3b15/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c96c86d-c14d-46ee-ab89-9f40cc6f98ca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b369ee33-c730-4278-ad02-62740e4bca30/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Scheidingsvliet",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 157.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/5596/?format=api",
            "id": 5596,
            "code": "KGM-D-2",
            "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.75345888690159,
                    52.85684731188784,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:07.807862Z",
            "created": "2014-10-22T09:02:50.384683Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a9a2d516-a407-4f36-95d8-17c42a1f7428/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/803fb7f3-0c2a-4253-8b9b-7ac7b3a6ed4c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Loozeman",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 157.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/5601/?format=api",
            "id": 5601,
            "code": "KGM-A-1216",
            "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.782705413543061,
                    52.78917379870414,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:32.082313Z",
            "created": "2014-10-22T09:02:50.435772Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/010a3af2-5d3e-461b-bb7e-2af2f5647f6b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ec052e7e-e6d9-462a-8772-b97b10bbf669/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/97d02191-4149-4954-bac0-0f9655f79e03/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e31cb23-8d1d-4807-a547-d3815fb8051b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a757e43a-1046-4d24-9cfa-06735fef69da/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e2b18e5d-aced-4a45-9aed-da741842ed28/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b2c101d0-33d8-4d9d-b195-fcdc2d1d8cfb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8c9d7644-123b-422d-94ae-555c71813bbd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe0d8c9c-df61-4c30-bf93-f1c46c983ec0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69bbe3a8-4c3b-42c6-9f61-dd26760d2ff2/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Scholeksterlaan",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 167.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/5623/?format=api",
            "id": 5623,
            "code": "KGM-OH-524",
            "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.774811880612184,
                    52.51894585047062,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:33:12.909934Z",
            "created": "2014-10-22T09:02:50.670511Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/58ec2fcd-8a73-451b-bdbf-87eca7a9ba01/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2fee41d6-4471-4ba0-be1c-e84d99f0837e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b48617fa-6f6a-463a-ae05-f68d764268b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b76ec656-7b2b-4fa4-a98f-22f2f84aaf6a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d5325cc6-e7be-486d-b8a7-b11c5097e134/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a7c0f4a2-919c-416f-bd36-1bf51deb3e2a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20e25646-a838-4edf-a3a0-8e9fd83bc0c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4168f525-9334-4c45-973e-f6be88e84c35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b9d8943-1609-443b-a83e-fa817f5ecd4c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Woudaap (gemaal)",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 341.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/5625/?format=api",
            "id": 5625,
            "code": "KGM-Q-20364",
            "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.027261942531119,
                    52.56953509406451,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:59:45.264748Z",
            "created": "2014-10-22T09:02:50.690586Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c8fbe843-4c8a-455b-9e42-fd07d15ecfab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/09476583-eb61-4723-80f9-0bd7cded7098/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b869272d-5170-4312-8f36-82dccdb8be21/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd7acffa-8cb1-4627-8231-93a6571ee697/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe439088-51c3-4ef7-b89a-51c23c1a318b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Heintjesbraak",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 25.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/5626/?format=api",
            "id": 5626,
            "code": "KGM-Q-20365",
            "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.045684518666466,
                    52.5512683384944,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:30.729711Z",
            "created": "2014-10-22T09:02:50.701362Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/258314e0-58f8-456f-a130-d216e6ac4578/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39ed3c97-8ed7-41dd-b1a8-8358bb75310f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e24b4d27-54f3-4f7a-8732-a32207d465e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5070819d-b1ce-4e60-8d29-1fe89fb61ffe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b42aca26-cc65-4365-bf0a-6c26a5256d76/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zandbraak",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 33.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/5628/?format=api",
            "id": 5628,
            "code": "KGM-Q-20368",
            "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.026578051863214,
                    52.58753872426422,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:11.935302Z",
            "created": "2014-10-22T09:02:50.721327Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b1873e78-10d5-4c38-bae9-266f76be7ca6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9544fa08-7b79-486a-83fe-ee7db76c0eda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1636ce2d-6c6b-4f9d-bde0-b9318eb5ef93/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8b0d2c6d-5aef-4b76-a3a8-5441d2b69b81/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/11b462d7-4aa5-46b9-9895-d37198f710e5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/887a014a-c4d6-4b26-a12c-8383411597ea/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Oosterkoog",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 133.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/5629/?format=api",
            "id": 5629,
            "code": "KGM-Q-20369",
            "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.000080568691464,
                    52.59164681703675,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:06.075062Z",
            "created": "2014-10-22T09:02:50.731626Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/24996c96-9366-48e0-a9cf-d32c9dfd5e9b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0798ee5d-1067-4736-b58b-4b7f6906a2ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/197f2d36-92c7-44ac-8679-f4d85fe9c231/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kleine Westerkoog",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 262.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/5630/?format=api",
            "id": 5630,
            "code": "KGM-Q-20370",
            "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.007370681387491,
                    52.59297624554532,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:43.799931Z",
            "created": "2014-10-22T09:02:50.741915Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7d942c99-f2f2-4835-9b4d-f88fb37c293d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da9ab335-8e4d-4eeb-9afc-f283276310f5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7df0e76-bbc2-4920-8732-8f788775b905/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8eac6c5-f66f-41a8-ae4b-334f1f438b4b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f2e20198-2d73-4a48-9345-dcfec8740d63/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7506f5b5-8722-4841-992d-12f83e6734c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e349962-f488-4fb8-b8cc-b9fe4c81c17e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a852ed4e-79c9-4834-a3c0-cea9cf4deddb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9b7b214-9ed0-461e-a464-b35fe9478748/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Grote Westerkoog",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 470.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}