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=34
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=35",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6842/?format=api",
            "id": 6842,
            "code": "KGM-Q-29205",
            "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.673458967424431,
                    52.48401228198944,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:04.456037Z",
            "created": "2014-10-22T09:03:02.981381Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fedbccd8-19a3-4304-a758-fa9889f04758/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f90168f-4667-448b-a8f6-fa35b220e131/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ec2abab-3168-402a-bcd2-2ce95dd8bf2d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/15638ac8-4efe-4e85-9cec-e1eb55fcfce4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53bdc6c2-d3e1-410c-9fb8-3252af02b795/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d0a8d0f-1b72-42e4-ac23-6e424d3fc69f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f3cd77e1-68b9-497f-a2d9-ead1ce026758/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc3a3907-2119-4d51-9dd5-4eee65406bbd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/56adcbcf-2403-4675-b6e3-004326d38e1e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Aagtendijk",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 717.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/6843/?format=api",
            "id": 6843,
            "code": "KGM-Q-29212",
            "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.706205999812325,
                    52.5422786510561,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:24:31.129689Z",
            "created": "2014-10-22T09:03:02.988161Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cb12cc67-6b84-46d4-bf6b-97a0434bbba5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/060de958-ea48-4c03-968c-29b22f71cc05/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d00e957d-4b11-404f-884f-36504c2ba7a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32b97d8b-80fa-4942-b821-caff62e3b98f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46b76ca4-c918-4d15-8378-c63ec86988b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/09e797eb-3bfc-4eda-b941-1d7ba87e9447/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00cd0314-969f-4f68-8df5-10d213123e1e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/307e85e2-bba0-4291-ae2c-7a8f312fe1be/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hendriksloot",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 233.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/6844/?format=api",
            "id": 6844,
            "code": "KGM-Q-29219",
            "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.718797367593888,
                    52.59546868677109,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:56.043143Z",
            "created": "2014-10-22T09:03:02.994989Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/189561e3-480d-4097-baf0-2a3e18fef62f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e41112bb-2a24-4856-b81e-57c69dff131b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39e3f974-0aa8-4236-b3e4-a511debdc029/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3a8b6321-ac35-406f-ad09-f38a440d2a1d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/610b364d-21ca-4547-a01b-e489a1231269/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Ypestein",
            "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/6845/?format=api",
            "id": 6845,
            "code": "KGM-Q-29225",
            "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.675336789490625,
                    52.54245699821013,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:20.884083Z",
            "created": "2014-10-22T09:03:03.002587Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/12a4549e-3372-4498-9917-1e0bbb7ef068/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9881d0bf-90f5-499f-89e6-4f25eb653549/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/229cdcca-d848-43f3-8a6f-802e7d673b6f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd793105-e190-497a-a6ee-c8aecde2c207/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d090577-e2d3-44a8-ad8d-c029cb38c634/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Breedeweg",
            "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/6853/?format=api",
            "id": 6853,
            "code": "KGM-A-368",
            "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.895587048816942,
                    52.78323449568683,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:41.263456Z",
            "created": "2014-10-22T09:03:03.065621Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e0052fdd-4b0b-42b0-8889-697b5ee8e820/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/04c4cebb-bbf9-4326-9e84-51370c22257d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/62499a8f-3d34-425b-8215-7e846296cc68/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8009af0f-26ff-42d0-b6c1-43e181616dc0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/003f7def-553b-42dd-8df3-8d24df0029fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/689e1714-9698-4e42-979c-e98befd9104f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Waakzaamheid",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 60000.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/6854/?format=api",
            "id": 6854,
            "code": "KGM-Q-20419",
            "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.86247039793721,
                    52.43003768207674,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:12.727042Z",
            "created": "2014-10-22T09:03:03.071919Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e54377c5-0ecf-4c5c-b99d-9498c8877872/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91d58edf-1f8e-4c95-8c30-529c8b7c8e80/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/819fdb55-e26d-48fe-9b95-d7eadefbf706/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e4f38a5-89da-4965-9730-e2570b68d2a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7155897-f41e-4388-9160-c50c51a13e42/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Waker",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 6160.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/6855/?format=api",
            "id": 6855,
            "code": "KGM-Q-20462",
            "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.736616420551144,
                    52.48839671491726,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:15.732298Z",
            "created": "2014-10-22T09:03:03.079244Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6544053f-e615-453b-9d71-2efd9cbc129d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c86637c9-635e-47d5-98fb-39a78b3ab1e9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c0bc4b25-18e6-4fa7-b3eb-251ab4220c80/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a1a1239d-b4bb-424c-8baf-14c8a51917e1/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Noorderpolder",
            "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/6856/?format=api",
            "id": 6856,
            "code": "KGM-Q-20270",
            "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.897483168125981,
                    52.76028731310532,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:14.581847Z",
            "created": "2014-10-22T09:03:03.086507Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bdf63905-850e-45af-b503-bb87f726c378/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/007448d0-fbe4-4e52-bcb6-b58423a88872/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ae064fb9-66fd-4e48-aec7-3caf6df1012a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c6bde6c-8e45-4889-a6f8-53601d01cfd4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55bfc299-c696-436a-98dd-16650218ba2e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hartweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 50.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/6859/?format=api",
            "id": 6859,
            "code": "KGM-A-2424",
            "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.985745275215477,
                    52.69697559022817,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:49.139723Z",
            "created": "2014-10-22T09:03:03.106216Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8cf73c3c-1077-4841-bd65-1b7878ce6712/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/606e0de9-3ca9-4abb-8f8a-b06426c9ca84/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/872b0b0e-9cfa-445b-aacc-b6008cb2916e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e0bcb91-65c4-4584-9eb6-fbf1a1c65a04/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5fb93c8a-79b7-4c6a-bcf9-f15feb69a073/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "AC de Graafweg Zuid",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 42.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/6861/?format=api",
            "id": 6861,
            "code": "KGM-N-21",
            "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.025469598723215,
                    52.69445576773172,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:27.590014Z",
            "created": "2014-10-22T09:03:03.118729Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4abf6af3-3eac-4dbe-be8b-7a3e1f8195f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1649b813-c778-43c9-aaad-2aea2a3b3150/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20efe56a-811d-4b96-a655-a7075569819c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0bf574a9-3186-475e-bee8-5ed2743e2b7b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Nieuweweg",
            "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
        }
    ]
}