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=295
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=296",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=294",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/26856/?format=api",
            "id": 26856,
            "code": "OP2608",
            "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.32648119,
                    52.39974883,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:45.401414Z",
            "created": "2020-07-07T19:44:54.151260Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3ba867c4-ae70-4de8-942f-e39f68d278fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/63d23d84-deea-4a01-b688-39e2744bc39c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9639e942-1b7b-4886-9d2d-c4cce2f88717/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ad42703-62b0-4f52-a324-a1ed80743deb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/694b9b59-6cdc-4b8e-b98d-1db811bd0448/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b0c2f3f-4cbc-4825-8c2c-20df14300e55/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a6f83a3-c621-4574-a142-12542ade2e8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bfc50db-a7bf-4d42-a262-753522cc4b9b/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Stripheldenbuurt",
            "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/26857/?format=api",
            "id": 26857,
            "code": "OP2502",
            "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.51125465,
                    52.49656812,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:53.924964Z",
            "created": "2020-07-07T19:44:54.188463Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/831fd675-2f2f-436a-ade9-6315eba27da6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91e6b87f-3c6b-4b76-ab5a-761833ae7f2c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/940388a8-cbf5-47e1-9e77-93fdd032bffd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8308a403-ee5b-4c04-a878-170627de27d3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e83f9145-d178-4beb-ba03-2bde51e508d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f3765cb4-591a-4232-adc2-c7be4cfea35a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/244eaf4b-4353-4b05-af67-f160c64e2351/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd0045aa-8334-44be-a564-704e18951470/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Westhoven",
            "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/26858/?format=api",
            "id": 26858,
            "code": "OP2602",
            "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.26862494,
                    52.36272747,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:32.683466Z",
            "created": "2020-07-07T19:44:54.225677Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5604c47c-41fb-46dc-b558-c2a7772870e1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2146fb16-1284-4a88-a30c-940b481ce06f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb9c0c69-299a-43f7-bb2c-6291e724219e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f656f37-fe2c-4201-ae12-e822ee0fc059/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0d7dceaa-7869-439e-9488-5935628742d2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6fafe541-1dde-42a3-b50a-f92ea82ea261/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/162c6266-d3c9-4ae7-b9b9-782677ad0897/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/554a418c-629f-428b-b040-d957545bde2d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Watersnipweg",
            "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/26859/?format=api",
            "id": 26859,
            "code": "OP2604",
            "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.25808059,
                    52.37501645,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:19.592650Z",
            "created": "2020-07-07T19:44:54.263589Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9fb29b09-ded2-4cec-8df2-b4ad50151a37/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/697482ad-7e15-4f2b-a592-71871d2f29db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/880c7007-29b1-40bd-8bea-f5420f0a382a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c2480d2c-d9dc-43c8-840e-76872f39f28a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eac92f58-286e-45f1-8bff-de6ced47848d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66913430-1fba-4dbe-8466-16d1c98cb456/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f58a130-3c7f-46f3-b0f6-1747bd8f5ff0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/11a42921-c38e-4ae7-b510-f5430e89fe36/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Marchel Duchampstraat",
            "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/26860/?format=api",
            "id": 26860,
            "code": "OP5260",
            "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.17235212,
                    52.38852339,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:49.751385Z",
            "created": "2020-07-07T19:44:54.303287Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/697b9b47-f361-4e9a-b068-3bfe5ff6b577/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/67b3c1b9-997d-4285-bca3-65cb4f37800a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72d50902-887e-4edc-9f7f-9d1c3d1851b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6abdf6e1-383f-4629-901e-5bd6b1f6f15c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba4af40a-948c-4913-a6e1-7f5d394c766c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1670fe20-8b99-4d75-ad68-f1a5b08e12c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5d0f874-e57a-407c-8d77-8e5244d88afd/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp AZ Sectie Noord",
            "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/26861/?format=api",
            "id": 26861,
            "code": "OP4100",
            "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.89720662,
                    52.72525369,
                    0.0
                ]
            },
            "last_modified": "2021-02-19T04:49:53.657722Z",
            "created": "2020-07-07T19:44:54.341843Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Baarlosetocht-1",
            "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/26871/?format=api",
            "id": 26871,
            "code": "KGM-Q-20374",
            "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.976886661069336,
                    52.60076207901399,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:59.604452Z",
            "created": "2020-07-11T07:10:52.240423Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/25537283-68bf-4098-8965-f628cf9717c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e87215f3-da60-4333-a20f-1dee8ad8d3e6/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Beetskoog",
            "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/27203/?format=api",
            "id": 27203,
            "code": "R726",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/dcfcbe68-677e-4077-a621-b56bd258c6e2/?format=api",
                "uuid": "dcfcbe68-677e-4077-a621-b56bd258c6e2",
                "name": "Zaanstad"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    0.0,
                    0.0,
                    0.0
                ]
            },
            "last_modified": "2023-02-09T11:02:17.691836Z",
            "created": "2020-10-26T10:39:40.438355Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Grote Steng 10",
            "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/27204/?format=api",
            "id": 27204,
            "code": "R857",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/dcfcbe68-677e-4077-a621-b56bd258c6e2/?format=api",
                "uuid": "dcfcbe68-677e-4077-a621-b56bd258c6e2",
                "name": "Zaanstad"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    0.0,
                    0.0,
                    0.0
                ]
            },
            "last_modified": "2023-02-09T11:02:07.793372Z",
            "created": "2020-10-26T10:39:40.502728Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Landmeter",
            "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/27205/?format=api",
            "id": 27205,
            "code": "R893",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/dcfcbe68-677e-4077-a621-b56bd258c6e2/?format=api",
                "uuid": "dcfcbe68-677e-4077-a621-b56bd258c6e2",
                "name": "Zaanstad"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    0.0,
                    0.0,
                    0.0
                ]
            },
            "last_modified": "2023-02-09T11:02:18.288109Z",
            "created": "2020-10-26T10:39:40.535574Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Kreekrijk",
            "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
        }
    ]
}