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=37
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=38",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=36",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7034/?format=api",
            "id": 7034,
            "code": "KGM-Q-31621",
            "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.921942621583959,
                    52.6199666545898,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:52.857855Z",
            "created": "2014-10-22T09:03:04.632752Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/59b83f60-b21f-444a-beea-6b35b396e42a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/858b87df-b6e7-470b-b458-24e88452deec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dd421cb6-33ca-4634-83f5-4cb001fcf273/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/735be4ef-74b1-481c-bdb3-63246f4db56e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/24e31a8b-d8a3-4bf5-af49-69708a1dead4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6d1210b7-9ac8-41d7-896c-9447b7719d28/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Ursem",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 431.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/7037/?format=api",
            "id": 7037,
            "code": "KGM-Q-31648",
            "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.188215574494875,
                    52.74170812207214,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:08.426439Z",
            "created": "2014-10-22T09:03:04.668628Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1598246b-58c8-4d0a-bbfb-65bac3fff009/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/342af970-3e54-4270-8ad0-c768e86e7e12/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/11772214-9f65-4023-9db9-68714e4ac933/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5dfa48aa-1503-4c57-8737-b0d41ae95849/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6400cff-f0f1-4b00-b1d0-9288760f9619/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kerkbuurt",
            "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/7038/?format=api",
            "id": 7038,
            "code": "KGM-Q-31659",
            "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.13921583440878,
                    52.65568898548791,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:51.493488Z",
            "created": "2014-10-22T09:03:04.678908Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9c4fb152-a43e-4fa6-9561-9bffa8ced5ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/44c251a2-f8bf-4990-b29c-52e9d627a6ea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f3d07e2-6245-4b90-95d7-6acb73f897e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de732154-1458-4b1b-b453-3c821562cab1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dcf462ef-a413-477d-ac1b-d62cde8567db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/350e3962-0ae9-4f9b-92ec-8379d6a477ab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a3c5882c-3478-42e8-be5c-8761c61cbc9f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Blokdijk Oost",
            "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/7042/?format=api",
            "id": 7042,
            "code": "KGM-Q-31693",
            "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.188653388640908,
                    52.74888784202009,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:05.344480Z",
            "created": "2014-10-22T09:03:04.723653Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/833cd208-11b2-416c-aede-a13ce5d07aaf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9813dcf1-f01d-43fd-9b47-2e77b771cab2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5eaf0b35-5ac4-4be4-964c-6b07c9f61a33/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/37a9efe3-c399-429c-af03-048b3079e1d5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/644201d3-ea9c-42be-bf99-b09c21841efb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f96fda7f-f62a-40aa-8beb-851c987f9399/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Proefpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 120.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/7060/?format=api",
            "id": 7060,
            "code": "KGM-A-2313",
            "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.021866908636761,
                    52.72056628424905,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:08.621137Z",
            "created": "2014-10-22T09:03:04.941927Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3ebac19c-a1cd-4e0c-818f-9748683cdfd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1d83ebe8-2bd8-45d6-ab60-850443a128bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bad833cf-12f6-4695-bb9b-abee683f51fa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/312accc1-ebe7-44fa-a84c-b11332aa5ee9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9dc71fb-d1c5-487e-834e-a4d0e8105d68/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e812492-998c-4414-a314-9f4da503842f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bdbf2a53-07a4-4f12-bfb4-fcaebeccac6e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d70b6119-2dc8-49ed-ae02-e2c175a015ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/544bdfee-66d6-4bc4-836c-03337663e6a6/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Abbekerk",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 383.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/7061/?format=api",
            "id": 7061,
            "code": "KGM-A-370",
            "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.911377011225584,
                    52.78978549382522,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:21:21.756684Z",
            "created": "2014-10-22T09:03:04.952693Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2d5343ba-5df1-4e75-bc6f-12295b97d11c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f4fa342-9479-427f-a48d-830111ac9230/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c799d27-f7f2-4f23-8130-27cd76d158ca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/80a7f9de-3ab5-43d8-868d-c95ea8f7b83e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c3a81728-5e60-4cd0-99c1-9535f730c953/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/48d5de69-a314-4853-a929-cc5c6ea33e27/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Breebaart (Vopo)",
            "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/7062/?format=api",
            "id": 7062,
            "code": "KGM-A-393",
            "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.103395942065748,
                    52.77632312306088,
                    0.0
                ]
            },
            "last_modified": "2024-10-05T07:10:00.668419Z",
            "created": "2014-10-22T09:03:04.965076Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b5471069-8404-4964-acd6-e7a91063438d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e5764182-6eb9-4cfa-b303-4c2dfc669f2d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0d00be92-6d4d-48aa-b7c1-760d37f9d7f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5b061aa4-e2f1-4101-85b9-c8ed1cb0effa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da645df1-00a6-490d-a354-e97f0a2f663a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c551cd55-e417-40c2-853d-d9b6b7e0d5f8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/712f8acd-fec8-44ba-8f63-aaae79042b34/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd131254-7298-482c-9037-76e301760a5e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f21f543-a9ff-445c-a84f-91ce150feac7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72d3046a-943b-44c8-b7c7-6da55432246e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e075ac3-4b1e-40c4-a784-1029e885b3b7/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Lely (afdeling 3)",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 11500.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/7080/?format=api",
            "id": 7080,
            "code": "KGM-B-1208",
            "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.809854486763048,
                    52.65056599882021,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:35.005275Z",
            "created": "2014-10-22T09:03:05.142359Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ba5fa15b-9803-41e5-a7af-f321714f0417/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c0f2452-e82a-4bb8-aac1-2b630bfa47b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f018098a-f5f6-43f0-a7c8-c076155f7ccd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc1526f6-1128-45e2-92be-0f66acb69180/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c5c9a4d-aab7-4e7c-ab4d-630255a9c0f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1d7591a4-8b75-455a-ac4c-ae880d02b484/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Middenweg Heerhugowaard",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 166.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/7081/?format=api",
            "id": 7081,
            "code": "KGM-JF-16",
            "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.961099901559959,
                    52.70795377622275,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:12.698479Z",
            "created": "2014-10-22T09:03:05.152252Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/00d59136-f9f8-4322-b498-1fe09c4c8d37/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/97d60fda-c7a4-4226-bbdb-903b444d37e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ee35e96-a36d-42e4-8941-04688a2dba50/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9de7057-4388-495a-97ed-a9f6529eae79/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e745adf-6c85-42d8-bff1-46ebe6b0d490/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Opmeerderweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 17.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/7084/?format=api",
            "id": 7084,
            "code": "KGM-A-2336",
            "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.982702507535614,
                    52.70822748386229,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:10.020753Z",
            "created": "2014-10-22T09:03:05.181976Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9a1fdaa6-fe5d-436c-b670-7e50191d095d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/995217c0-5285-4649-ab12-81819cf67fec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/97fe5e83-d912-4204-9c22-b0b65b665af1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/083e17a8-cb71-4389-a790-b404c96620bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/93500d5e-ddfa-4127-82fb-071bff15e13e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerstraat 50",
            "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
        }
    ]
}