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=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/5631/?format=api",
            "id": 5631,
            "code": "KGM-Q-20372",
            "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.017837477743659,
                    52.59517394398173,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:12.329317Z",
            "created": "2014-10-22T09:02:50.754039Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ab7b87d2-9cd3-4595-bb65-312e4f7387ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa36dd8d-c216-4854-a018-d2d5df9ea411/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/959bb618-0e0d-444b-ad43-6272c1efbab1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d7b6217b-b6f6-4fef-b205-e4b143063e3a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b396db27-1e28-4b3f-b3d0-4333c81c868d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f65b4640-1ff9-4cca-b00b-9d96dc24f845/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Floriskoog",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 22.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/5632/?format=api",
            "id": 5632,
            "code": "KGM-Q-20373",
            "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.002588341974689,
                    52.60127799312298,
                    0.0
                ]
            },
            "last_modified": "2024-02-15T07:10:06.877123Z",
            "created": "2014-10-22T09:02:50.764131Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b9140e7f-1965-494d-b778-ff5b2ebf3e7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3161f2c7-fad1-4e9c-9c56-903b4b5e0a3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7178264f-165c-4d75-b4a8-17211aa0a760/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30371c3f-ec64-42bd-8dc8-0447cefa4a57/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/342d4dee-4212-481a-a6d9-2c5d043afbc0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b8d6143-b8ab-4148-91d0-28d80cbbdcb7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/84719d27-3ce6-4f6c-84b9-acf95bcfb1db/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Beetskoog",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1430.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/5633/?format=api",
            "id": 5633,
            "code": "KGM-Q-20375",
            "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.006216129674994,
                    52.52777652278248,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:38:41.333447Z",
            "created": "2014-10-22T09:02:50.774178Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/46bca6c6-a70b-44e1-802b-b6414cdf5654/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ebf4e37-2ebe-4a28-8bbb-5b1e9a121792/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/878466e6-9c41-473a-8e1e-1c4d617d02b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ed35299-fa38-4cef-9754-e8e0d06e0fc8/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zeevang",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 3634.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/5634/?format=api",
            "id": 5634,
            "code": "KGM-Q-20376",
            "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.024688467941608,
                    52.52199552161781,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:08.635902Z",
            "created": "2014-10-22T09:02:50.784437Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3939cb98-29dd-47ac-8ea7-15c13f103d98/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e92ac5fc-1d7a-452c-a3e5-15545c79ebdb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fdb80a89-b1ec-4f6e-9801-39060b05ff16/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ecb0632-a6c8-4477-9534-de7e7338e27b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Purmer Noord",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 2160.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/5635/?format=api",
            "id": 5635,
            "code": "KGM-Q-20377",
            "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.987269461902998,
                    52.51607128050144,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:31.517675Z",
            "created": "2014-10-22T09:02:50.794677Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/588ab753-3fdf-4e5a-b10b-b92899bca4f8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0808fae1-c54a-4563-ba9b-0112f949103c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb53c87e-49ce-4413-b962-a4925d66bc94/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e24e168-6b6b-45b3-aa7a-796caedd8b0b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3b047bc4-ba1f-46e1-9281-10a3dea6eebe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ecb08be7-701d-4310-83c5-a5a48450db91/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Koog",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 700.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/5636/?format=api",
            "id": 5636,
            "code": "KGM-Q-20378",
            "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.98889000900388,
                    52.50986001832185,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T09:14:31.172327Z",
            "created": "2014-10-22T09:02:50.805459Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3db0a56f-c1da-4b09-8d6d-1bc021a17e43/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/13b13e55-01d1-4ce4-a3d5-f11624f048c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bde58198-3475-4b0e-93f2-2d1ab3766a15/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Stadsgemaal",
            "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/5637/?format=api",
            "id": 5637,
            "code": "KGM-Q-20379",
            "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.966376071636956,
                    52.50519200770547,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:28.252755Z",
            "created": "2014-10-22T09:02:50.816255Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7b9418c2-1ad0-4903-bc66-195caab18db5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8353da7a-d6dd-4d35-b106-74acfbbec259/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fd77affd-57cb-490d-bd77-c6d207e98a3d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8fe156af-a2e0-4fad-b9a8-b6363f138bfb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bafb4662-f1df-4327-aa21-a67154423dee/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Overwhere",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 533.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/5638/?format=api",
            "id": 5638,
            "code": "KGM-Q-20381",
            "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.936669885227988,
                    52.51062885538154,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:28.383963Z",
            "created": "2014-10-22T09:02:50.826651Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/be2c79ec-41e5-44c0-9cd2-a78357939796/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ced689b-4c45-4d78-baf7-fa299337468f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8fbf2be8-14f1-467d-a372-1ab531d268b9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hazepolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 3.55695383,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/5639/?format=api",
            "id": 5639,
            "code": "KGM-Q-20382",
            "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.957982605559512,
                    52.49177386878371,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:14.057055Z",
            "created": "2014-10-22T09:02:50.836993Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/aac2c733-f7fd-4a34-8fca-7936739910af/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0a9ab5cb-e240-487e-bc6e-f057284e46f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9f73857-bd5b-4cbc-a2ca-4b5a0ba8976b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Gors",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 533.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/5640/?format=api",
            "id": 5640,
            "code": "KGM-Q-20383",
            "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.057758349177644,
                    52.51080635756144,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:43:28.746126Z",
            "created": "2014-10-22T09:02:50.847342Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/da8b7ff4-ca11-4a41-8162-bd0f96ed2a8d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7dc606b-643f-4776-9355-bbe3cd276cb1/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zuidpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 242.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}