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=30
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=31",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=29",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6671/?format=api",
            "id": 6671,
            "code": "KGM-A-390",
            "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.966261052011475,
                    52.8451546790191,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:48.291254Z",
            "created": "2014-10-22T09:03:01.843516Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/568e3c51-1ce4-446d-8b5c-397ff3a47409/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bfee45d5-b1f0-4ae5-8c31-ca8a69aa717c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/121a73db-6522-4a3c-8cd2-57a0c7432b4d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/571dd568-7861-48f6-9c2c-fc482d5ac055/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/adb3874f-dcdc-4835-974b-e9189394d7ce/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Slootvaart",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1500.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/6673/?format=api",
            "id": 6673,
            "code": "KGM-A-392",
            "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.917700927298532,
                    52.85400462353196,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:10.702867Z",
            "created": "2014-10-22T09:03:01.855403Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ddd4f586-6d8f-41e3-87b5-d84f77852f73/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5f35ce6b-6422-44cf-9540-bdd64d9f762d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa5bf35d-3fc0-42b9-a076-5423b8f3317c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3a9915a9-421a-478b-9018-d65fd19a738a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7850edbf-f519-4d47-b31e-94e38ce9f278/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hoornsman",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 21.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/6674/?format=api",
            "id": 6674,
            "code": "KGM-A-394",
            "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.0247752856887,
                    52.83511276276395,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:42.500993Z",
            "created": "2014-10-22T09:03:01.862508Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1f0270dc-caf9-4c1e-9c6c-512ab3b7bfa5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/84aa0f2e-d3b4-4e46-b0bf-42fb46720be7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eaa4de98-ef1e-46cb-b118-9aeff148b338/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26941199-dd42-42fa-b7dc-97b514b0f11f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ff25930c-bb11-4f1c-a255-7384aba67e24/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hoekvaart",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1000.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/6710/?format=api",
            "id": 6710,
            "code": "KGM-Q-30494",
            "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.714264938385593,
                    52.63606889256363,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:32.016085Z",
            "created": "2014-10-22T09:03:02.092650Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/63f1c6b7-e641-4e22-adfd-099c92f2535d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7da6b9fa-9c81-4d36-aeb6-a8dda2e63f94/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/124a2c70-2bb0-4281-a621-006c726bfbc3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ecd92b19-021a-4379-b5c4-9fdb801de281/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Olympiaweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 3.70948433,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6724/?format=api",
            "id": 6724,
            "code": "KGM-Q-31625",
            "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.877094062003803,
                    52.64065270193265,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:58.010157Z",
            "created": "2014-10-22T09:03:02.185566Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ab6f962c-8290-49a6-b3b1-5cdb5b55b21f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2511da44-74ab-4768-9d5a-c47221df0bb7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/961c71da-0136-4ed2-b8e3-8b2834cda288/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9450e736-529d-4fd6-9aae-5c7086ab174c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/daaca4e9-f9be-43ea-bd0e-abecc0a016a4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/292eafc0-7915-4b27-b0fa-1704fcd43446/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7abadacc-9f37-4bac-b322-aab1a5c79773/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e0aca3c-2ba0-419f-84ac-385ad974f46e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e25204c-8440-4379-b847-7b25d2ac2350/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Wogmeer Boven",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1083.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/6726/?format=api",
            "id": 6726,
            "code": "KGM-Q-31641",
            "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.929330057244872,
                    52.68895138806129,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:07.607226Z",
            "created": "2014-10-22T09:03:02.202379Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c3ffba4e-b182-4973-a886-380f4475877e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/78cb779a-ac7f-4a97-8415-412cd16e10be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d5449e5a-47c2-46aa-9892-3399ab56d32b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6081db06-1847-4a95-b194-8b751b4a3256/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f095a3a8-ae81-4ab1-b5e8-012ccf22154c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Kaag",
            "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/6727/?format=api",
            "id": 6727,
            "code": "KGM-Q-31647",
            "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.25772835680209,
                    52.69552377820435,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:26:04.173103Z",
            "created": "2014-10-22T09:03:02.211311Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5c2494df-2e01-4eb5-a2ae-1791c5f5dcc1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cddfaf44-e356-4c06-a391-2ad8491e73e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9bb7cfdb-8fe7-421f-8229-639a03ce6f13/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c945f25-02af-4380-9dfb-f61f83922451/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c77d0749-0f9c-4af8-825b-4cc0b37f8fa8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/acee085d-76d5-4621-a7a9-2250e4fb41d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/57c6aef5-c270-48ba-9705-424747e4f29c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b968b51f-e9e2-4ec7-a47c-909e722a96f1/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Traanbok",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 137.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/6728/?format=api",
            "id": 6728,
            "code": "KGM-Q-31649",
            "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.193491359017403,
                    52.69654813897411,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:08.467431Z",
            "created": "2014-10-22T09:03:02.219843Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9df89734-83f0-4b29-8a35-d4025c588bd6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fcb666d6-0fbf-428c-9733-d3893ec23726/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c089424e-2f0a-4c37-b589-1070b0d8d5c8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/781c6544-89b9-4617-b4a8-0ba17e6546e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf43bdec-943f-493c-881a-fef8d59cfa07/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6816bfd1-8b26-440c-a7f9-a7b91a9d3b77/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/814c49dd-0153-4eff-9881-5a3112a634b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ef73b47-f5ca-4ade-ae10-7b57a6e715b6/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Evendeel",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 100.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/6729/?format=api",
            "id": 6729,
            "code": "KGM-Q-31656",
            "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.137768732506411,
                    52.67858230472368,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:10.837106Z",
            "created": "2014-10-22T09:03:02.226109Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/73861c85-9e67-40c9-aa34-cb271f6eb625/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/04ec3974-a867-429e-b33c-139f7cad5dae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c08f487d-9b2a-43d7-bf3c-2015de7cca1b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/89b8f8c0-c902-4a22-aaf4-59c12de68563/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee8f6a69-3b73-4db9-980d-0d7f36b86f52/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5b8703fe-7c80-46bb-ba37-e1152ec837f1/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westwoud",
            "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/6730/?format=api",
            "id": 6730,
            "code": "KGM-Q-31664",
            "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.033902279755002,
                    52.69163295190523,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:09.614849Z",
            "created": "2014-10-22T09:03:02.232330Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8a6e166b-5ea9-47ee-a058-b3439aa9e357/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6142f4c4-61ce-4834-9c16-1212c0701198/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/97a67f11-0488-488e-a967-d2c741342c10/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/08a69556-28cf-45d1-a17c-1a462db6048d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/261d6551-4e80-4aec-b545-f4d07a4b2a35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a210d7a8-24db-4bde-aebf-5f96e96a75ad/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Wijzend",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 103.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}