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=27
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=28",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=26",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6524/?format=api",
            "id": 6524,
            "code": "KGM-Q-31596",
            "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.053270884200514,
                    52.65303034092654,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:26.478988Z",
            "created": "2014-10-22T09:03:00.408646Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/eedbdcd3-ec9a-405d-a41f-429fc39f25d6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/572bc0b4-1b64-4339-8153-7a7c7d8b7ade/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9f93ca6-1c9e-42df-b222-7a3d7e085e39/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/babed3c3-a51a-4403-87b2-0b5778eca9f7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e268dda-260f-4185-a1fe-b7bdf55c114a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0622a30d-298e-40cf-b228-a60b80c140bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f41fef39-7bf5-456e-a269-c91fe1e3e025/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/37e83481-e54a-4fd8-b98c-10c57dc9bd55/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db9c31be-2f12-47a6-89d9-15e37f8c9a89/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c17d493b-8ec8-40d7-a72e-ad1ff0e44b2e/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Risdam",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 934.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/6525/?format=api",
            "id": 6525,
            "code": "KGM-Q-31598",
            "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.063643039886098,
                    52.66511685316662,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:37.956528Z",
            "created": "2014-10-22T09:03:00.418635Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c19e1681-5301-4831-af96-90bf9671ec8c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/49508f30-e7e9-42c5-81e3-5e0dafb97fd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd2aeeae-1efb-4a60-8183-41dc8d2d7ed7/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwaag Dorpsstraat",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 133.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/6526/?format=api",
            "id": 6526,
            "code": "KGM-Q-31599",
            "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.122455283021443,
                    52.65090830328086,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T08:07:06.121071Z",
            "created": "2014-10-22T09:03:00.428366Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f0500ed7-3a16-453e-b559-a8e839bc0abe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e589fb15-c750-4818-8081-c0c5ca3ecec9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61a22643-6721-40f0-a9a3-917863891b9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/364a48cb-847e-4d1d-8509-b7bdc50a228e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b0d1b0c8-5886-4bcf-8091-9f3439c25cd3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c603c4c5-571f-4128-ae3f-78be91817365/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "",
            "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/6527/?format=api",
            "id": 6527,
            "code": "KGM-Q-31601",
            "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.080620604500719,
                    52.64352707234088,
                    0.0
                ]
            },
            "last_modified": "2024-02-15T07:10:00.422774Z",
            "created": "2014-10-22T09:03:00.438289Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/80b3fbad-66d2-4466-b01d-13b8e6825f7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d4a3fd5a-0cb9-4bbe-809b-d86b5f03972d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02400e55-825c-4a6a-8169-df383b71fea2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1dccbeb9-0a90-4dd5-8868-1a621e50b64c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16476228-3d00-4a95-a4ae-e9a36ef64701/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ef484dea-da73-40ee-b0b4-f02e061daf3d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e322b61-b5a6-4c24-8e8e-0a4395a09ee4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b20c6398-2583-4ce9-960c-242223dcf25d/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Oosterpolder Hoorn",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 5280.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/6528/?format=api",
            "id": 6528,
            "code": "KGM-Q-31602",
            "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.05515826848743,
                    52.66268301971343,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:03.439803Z",
            "created": "2014-10-22T09:03:00.448266Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ce82121c-b90f-410c-b578-d05d5420936a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/68952906-40cb-4405-b111-9cf44509c9f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30ee4ad3-7bc9-481d-af06-97c52d637de2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3edf12b0-ff62-4459-9ba0-6a70d660a0d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad23f4c6-3697-437e-b476-99fb8cc2fbbf/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwaagmergouw",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 9.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/6529/?format=api",
            "id": 6529,
            "code": "KGM-Q-31603",
            "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.011891376996806,
                    52.65569512863667,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:44.750160Z",
            "created": "2014-10-22T09:03:00.458399Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b2da37d4-a79e-4b60-bc6d-7cead0be9f2f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ef7f581f-9d43-4c39-83ed-192bb6597cad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/586507c0-af45-4260-9585-12c8ecc7cbd0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46ae5d3b-f782-4976-8cbe-89c20d934825/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/23e2ad5d-5280-4b42-9dbc-4ef0c9458b44/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cec89836-90f9-4485-abb8-655b9e5bb427/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba6f789e-f3e0-4a2e-b276-58dd511196cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9b5cee61-a812-40e1-ab66-b1175923b5db/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Bobeldijk",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 917.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/6530/?format=api",
            "id": 6530,
            "code": "KGM-Q-31604",
            "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.003158305158266,
                    52.67040902599512,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:05.067706Z",
            "created": "2014-10-22T09:03:00.468331Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/87da9572-ea74-472b-aadb-d84e9c46d791/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/18980f96-62bd-4dbe-956d-9d9da17384f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55361fad-5369-49f7-8087-18daac1d832b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/697b94de-b6d4-4039-b2f3-8a90e0238337/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5cc63288-1a79-4552-92b1-08e7db814435/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/24826230-44b2-482e-be11-39aa5e88d85a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e4772451-15f7-4221-9da6-9177eae77c26/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/445343c8-3f51-4178-b6a5-1f7034f9af18/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Baarsdorpermeer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 350.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/6539/?format=api",
            "id": 6539,
            "code": "KGM-Q-31617",
            "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.014919899832514,
                    52.62480913388449,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:27.288951Z",
            "created": "2014-10-22T09:03:00.558919Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/079feb6d-df74-4527-989f-042c1bbad1a1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/464a34ad-0c0f-434b-a7b1-f83f98fbe2c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b0ae5141-631d-4e38-b815-d4696a6fc6d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6cd79f21-fa84-41d9-87a9-14ee4dd73633/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b9b7a6d8-93ab-4cd3-9088-1a1459a5cc80/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31c0202f-e228-424e-8f74-1ebc56eb947f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/687d5a80-b6da-49e2-8908-0dafae683272/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerkogge (laag peil)",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 8320.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/6540/?format=api",
            "id": 6540,
            "code": "KGM-Q-31618",
            "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.027546867881088,
                    52.63989679214323,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:40.665191Z",
            "created": "2014-10-22T09:03:00.568804Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4c470129-d5a6-4ebe-899c-532f356d15cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/385c1ff1-e8dc-4794-bc94-36bd45d36375/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7857fc7f-0565-499f-bc13-f369b9e59518/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e78f165e-70fe-49ff-94ba-0db4a6a3ede8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94473e90-5933-496d-b8f4-51ae985dade0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6acf399-9c77-4e82-82e9-e099e2b2221e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fbb8ba73-089f-46b0-8a58-d8c93e00a602/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a339e102-a25e-43ee-a355-b0110ab72f6b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Grote Waal",
            "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/6541/?format=api",
            "id": 6541,
            "code": "KGM-Q-31619",
            "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.03227060667433,
                    52.64233170724801,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T09:07:51.769792Z",
            "created": "2014-10-22T09:03:00.578797Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a014f718-985f-4ae5-96db-58b80681fa5f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8176cf7b-223f-4773-8350-85864643d4f7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bc36c73d-504c-4569-a82c-7d70ad4ea959/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwaluwen",
            "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
        }
    ]
}