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=46
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=47",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=45",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7398/?format=api",
            "id": 7398,
            "code": "KGM-Q-20251",
            "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.795293879186425,
                    52.74591056127493,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:22.649309Z",
            "created": "2014-10-22T09:03:08.297817Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f72599e9-0a0d-425e-9eb8-a961044ddd2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d513a42e-4f06-469c-af49-4d5c4416afb3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eba8b67d-f016-458b-b102-bb20543f4343/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/99f63249-c6fd-4658-89be-4bcf3d0bcaab/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Schagerwaard",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1270.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/7400/?format=api",
            "id": 7400,
            "code": "KGM-Q-20261",
            "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.867812167862485,
                    52.75173752672215,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:17.866470Z",
            "created": "2014-10-22T09:03:08.318040Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6b0dfee6-c90a-4874-b3f5-e762e25016f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/788b57eb-e3ee-45d1-a325-d8a62b4c705e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/63c413cf-6f8c-48d3-bdb9-6a387a286b78/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7d12fe25-0c6f-4a50-975f-b0f3eaea9bb3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/84adc343-ae64-48e6-832f-cf6742094ad0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1edaf8a6-2d60-4618-b25d-c7daf2bcde13/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/468ba2b6-7e86-40ff-ab5e-104408257ff7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16f7bdd1-83ac-4026-8a96-b0b6585f9b35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa079131-c462-4a00-918e-34656b9829de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e215d72a-e532-4307-92a1-afb0f894045b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Kampen Moerbekerpolder",
            "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/7401/?format=api",
            "id": 7401,
            "code": "KGM-Q-20264",
            "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.852543314122296,
                    52.74091366934881,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:29:47.474621Z",
            "created": "2014-10-22T09:03:08.328561Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ec359a67-6a17-4562-a7b8-c793687e25b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53209d88-ed9b-4224-8c21-c5681cc329b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/720f2f3b-a5c0-4e76-8d88-46a12c6b5705/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ff12964c-e587-4e6f-9c93-bd76f3efe520/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Gemaal OB W.O.L. Zwarteweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 167.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/7403/?format=api",
            "id": 7403,
            "code": "KGM-Q-20278",
            "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.774533522388549,
                    52.7799406449447,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:42.247642Z",
            "created": "2014-10-22T09:03:08.348562Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b84334bb-38b2-48a7-bf22-b41b164e6756/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b20e911-cd23-4c52-b1b3-46a7e80876ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/89fda569-5792-442f-b068-704497119cc0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/33c5d26e-3ed8-4752-878a-040ccc4dd98a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/23a22374-f26d-4a82-872c-19d18e7ddd11/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f82895f-f499-473c-9b6a-0c049d2b6995/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ecddf2f2-7177-4b6b-aa9d-7319c46a1d73/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d8add862-e05f-47f9-beed-d074a549d5c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/854ebd4a-ae5a-40c2-867d-8ecc8f4d5dfe/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Burghorn",
            "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/7404/?format=api",
            "id": 7404,
            "code": "KGM-Q-29166",
            "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.872114638294573,
                    53.05557412133287,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T09:04:05.796958Z",
            "created": "2014-10-22T09:03:08.358646Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e9a2e58a-b6a6-4d04-9ca8-986f54f257f5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8de672f-25c7-4b87-b91d-17d8cefffc2b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/871a7a00-7ff1-4bc0-bd9d-a45ce3ac1184/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f55d240-0db3-4267-b96c-bbb3ad869d25/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/23924a06-4489-482e-8158-bd7ff9e0b25a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Dijkmanshuizen",
            "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/7406/?format=api",
            "id": 7406,
            "code": "KGM-Q-29176",
            "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.70438291267706,
                    52.71962757421598,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:38:40.900923Z",
            "created": "2014-10-22T09:03:08.383169Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cbe0f5f8-cfe5-455c-a455-7a5540d5124a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a1e5ac51-92fe-4e73-847a-4369d01309c1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ed6c871-1058-4ddf-848e-fc185755d96e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f0dbcade-698f-4171-8992-b940d969c911/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02ceeefc-ea7b-4dae-829f-0c215a89c7df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02220bac-81d9-4826-bce2-e1be5642fee9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6e16cca-e152-4bd0-a9f5-7813253edcbe/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Grootdammer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 550.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/7407/?format=api",
            "id": 7407,
            "code": "KGM-Q-29180",
            "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.675725083225772,
                    52.6398966524657,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:59.552910Z",
            "created": "2014-10-22T09:03:08.393261Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3ba0f685-dc49-4e20-bbcc-8f4f8d6716ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bc54be5a-e5d9-414a-a65b-7526f824cd2b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c05626fb-af57-4b66-9826-1ccf386c71ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/98787f57-575e-41c6-9a60-58aa4d7a249d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ffff6050-0c91-49cd-a3b0-c0b58cad2eee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3818a924-b040-4830-87c0-6812ac63581a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b3f7132-877f-43eb-b094-6b461a538306/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76c62e8d-b1b9-45a8-8ae2-3c2ab175c92c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Wimmenummer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 233.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/7408/?format=api",
            "id": 7408,
            "code": "KGM-Q-29184",
            "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.748756577802673,
                    52.62191055429827,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:30.472123Z",
            "created": "2014-10-22T09:03:08.403821Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2cc6e9eb-92c1-4b12-9cbe-60b949ea830d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12453c93-7b7e-41cd-8c7f-7d41b1f3bdeb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc343514-e4a3-43d6-979e-12fe3799d9bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1bcf194c-e4d0-432e-916f-cb48eada1a2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa9753c4-6312-42b6-8324-b790883b6b3e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b41265ec-14a9-463e-b048-b6e7754baa35/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Overdie",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 466.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/7473/?format=api",
            "id": 7473,
            "code": "KGM-Q-20230",
            "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.825798755342896,
                    52.43906005163098,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:17.796490Z",
            "created": "2014-10-22T09:03:09.098546Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/044447a3-ef19-439b-b8fc-15bb2c1d7a3d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8720805e-0c8b-4c3e-9fd7-4acee5d67f9f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b9ed4fc-8b8a-41dc-9c6e-34ded4660d14/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1df74e9f-d102-427a-9d03-ccf862002136/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0d4b519c-cbde-4d3a-a1a1-a7f5b049e32b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/28b3e0bc-6315-41d0-b599-7083a464310c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b36ed75-a7c4-4f4a-9a31-fdab18baeb25/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a73d5312-6813-4262-bedc-29580823bbe9/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zaangemaal",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 40000.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/7474/?format=api",
            "id": 7474,
            "code": "350181",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.156998952454028,
                    52.02109124707113,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:23:45.814083Z",
            "created": "2014-10-22T14:23:52.286674Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "bosom",
            "name": "Gemaal J.J.J.M. van der Burg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 6000.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}