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=42
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=43",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=41",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7339/?format=api",
            "id": 7339,
            "code": "KGM-A-955",
            "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.880075760272049,
                    52.79728686327402,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:59.598350Z",
            "created": "2014-10-22T09:03:07.695364Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fc08048b-b354-4258-b715-925a981a6273/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bfb68c91-1046-4b92-8f29-ab33cfd0dca5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7ed7ba65-f3bd-478e-8b75-65335c8bb785/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f9219ace-bc42-4f24-880d-c6954d297612/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c895e987-cef2-45a9-8bad-1db6098b714d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/353f5645-e22d-4798-95b3-ae000022306d/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kolhorn",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 5600.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/7342/?format=api",
            "id": 7342,
            "code": "KGM-JG-222",
            "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.852171619574166,
                    52.74074359866755,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:21:00.581657Z",
            "created": "2014-10-22T09:03:07.725158Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/52f2f267-f12a-412c-abd3-91131b39e5a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db779b0e-ff77-42be-8054-2057c4482482/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6ed6459-621a-4a60-814a-bafe2f7bea4b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/81f0e4fc-b94a-4436-a2bd-1c12ca62490b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1841e0b9-40b3-4d7a-88c1-662bf37d6878/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/09ea1127-6c54-4049-af21-d347e82abdba/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6a195979-d5c0-4340-aed9-cef31eff1d21/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7e8d12c8-f7c9-4aee-8c58-7b2f49414a1f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwarteweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 141.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/7346/?format=api",
            "id": 7346,
            "code": "KGM-JF-28",
            "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.760307077404482,
                    52.63608073113278,
                    0.0
                ]
            },
            "last_modified": "2025-02-11T07:10:05.268135Z",
            "created": "2014-10-22T09:03:07.764824Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/78acb4d7-9f57-49e2-8ee5-7498c16e8655/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43d21b10-8e9e-493e-bb20-01a0e637171d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a5681b2b-926c-40c2-badd-84cb61ce4245/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dc968420-40f8-4436-a13a-a5385e3ed53a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwijnsmeertje",
            "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/7348/?format=api",
            "id": 7348,
            "code": "KGM-A-945",
            "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.794015724394411,
                    52.77669144998868,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:06.056654Z",
            "created": "2014-10-22T09:03:07.784524Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/43d8f233-c98d-43b4-9d33-036f9d6c4a02/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c6ea1567-924a-4bc1-bee5-82addfa26965/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8f9c87a2-1acd-4df8-b4fe-6eb845c5853c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c77da44c-55a6-43fe-b38a-13c36add7be5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c59c5a4c-84f4-406f-9d2b-a644fb8e155d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5b80a77b-42b9-4fcd-843b-26c6a520b626/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Tjallewal Oost",
            "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/7349/?format=api",
            "id": 7349,
            "code": "KGM-A-925",
            "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.97548749182332,
                    52.72953235841971,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:44.346498Z",
            "created": "2014-10-22T09:03:07.795819Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0df6b479-859e-4f27-9f11-022d29ec8ce1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd7f8b7b-ebdf-468b-87bf-21a15aba9894/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd27e251-acf7-4960-b40e-4e8db8831568/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c0c6250-7e54-477c-a6ad-563ebd572bf8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c96c9a0b-aa03-444e-8a2c-8a9fe660b321/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/657e86e7-67ba-4177-a01e-eda34a7efbe8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2f9ad6c-391a-46c1-aeb2-887783c871ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/392871c0-3412-4ebc-a097-72411ebdfb60/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Tropweere",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 112.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/7350/?format=api",
            "id": 7350,
            "code": "KGM-JF-13",
            "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.956296611525552,
                    52.66374531205761,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:12.506506Z",
            "created": "2014-10-22T09:03:07.805970Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/262f36d4-5930-43f7-9b78-c79696cb3f30/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1a948dfb-7cb8-4d26-9ffd-73f0c155c924/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Koggeweg Oost",
            "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/7351/?format=api",
            "id": 7351,
            "code": "KGM-A-957",
            "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.977102952225615,
                    52.72987333311217,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:53.088680Z",
            "created": "2014-10-22T09:03:07.815851Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3af7341a-236a-4791-ae95-770ce3f2495c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b98d09c9-39fb-4d89-8e88-29604ee4ab19/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5452573b-578b-4f97-8cc8-5171c746bf9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa9ee6ec-f691-436b-a60d-5a05d90ff8ff/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9dad5436-5051-4854-a684-e885d4bd9736/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c09edc31-0031-4cae-8fd6-672e5b0f15f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ea4605bc-ab3a-47cf-a760-338d4cc3fd91/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce91f0c3-9139-498b-84dc-f514f0da644f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Hooge Weere",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 168.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/7355/?format=api",
            "id": 7355,
            "code": "KGM-JF-15",
            "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.922551136379685,
                    52.71374219719761,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:12.569405Z",
            "created": "2014-10-22T09:03:07.856064Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/118a73f2-96e0-4519-b078-501b341fcd6b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fd097244-924c-44c1-a021-94b0d676f96d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/821338a7-b71f-4206-ab5f-4cbcfeba5fe5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0a1a557b-87a4-49fa-968b-b20cbb995292/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/474e59b0-6e67-4417-8aa0-3602fafbe181/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerboekelweg",
            "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/7358/?format=api",
            "id": 7358,
            "code": "KGM-A-930",
            "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.966790678693353,
                    52.717567719554665,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:44:37.913382Z",
            "created": "2014-10-22T09:03:07.885900Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c913fe53-a7e4-4b69-8176-b19d20f1c721/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb9d7b32-c4f4-4c95-8122-5423a5593705/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a590e99d-8904-4a60-abb0-9537cb3f5441/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Gemaal 't Laeg",
            "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/7364/?format=api",
            "id": 7364,
            "code": "KGM-J-356",
            "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.88373062791872,
                    52.78871958068637,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:50.250331Z",
            "created": "2014-10-22T09:03:07.945954Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e0b4b3a7-0507-4117-8fc9-f0040a9a3c7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53b9d858-fb59-44f4-8b82-c125f37d325f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c1fa017-8c8c-489a-96d8-f6037dd2514a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f5a9baca-ea35-49a8-88a1-b727370e101c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/27c1e3b6-4522-4031-8c87-84125136c194/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7238203d-c350-41fc-8064-d3002a9f1765/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c065d9e5-cbd2-4ae1-9d1b-19f0bac4d42c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eeed6c3c-92bb-41d2-8bf4-9bcd18004e2a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Schrinkkaag",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 183.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}