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=26
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=27",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=25",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6179/?format=api",
            "id": 6179,
            "code": "KGM-Q-29241",
            "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.790590620338594,
                    52.90799273047234,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:42.308538Z",
            "created": "2014-10-22T09:02:56.756357Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6bf3d024-5bac-4392-94aa-8da297251c1d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5b0ceb21-f863-4a9e-9dd5-2c185c18b16d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4883af1d-8ff3-454e-b75c-fb9e3ca88f83/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c79ba935-6a3a-4651-a5cf-e3ad9a4b0750/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a1aecc89-69a0-48db-be1a-a0c220da911a/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kooypunt",
            "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/6180/?format=api",
            "id": 6180,
            "code": "KGM-Q-29242",
            "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.685183526921511,
                    52.61911848649151,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:50.935173Z",
            "created": "2014-10-22T09:02:56.768657Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8a39bd3f-6480-463f-a82f-7fb78f95d08e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ea4069e1-6d53-4e21-aab8-5ffac46dcc4a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/530a5b5c-46dc-4958-9fd1-8a6bf291dac1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6cde2840-7215-4721-9a9a-fd7464d825f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7cca42d2-6ac0-4cda-b8eb-c43a7b9979e0/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Sammerspolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 966.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/6382/?format=api",
            "id": 6382,
            "code": "KGM-J-1969",
            "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.839470714815757,
                    52.58723004751245,
                    0.0
                ]
            },
            "last_modified": "2024-02-15T07:10:00.718910Z",
            "created": "2014-10-22T09:02:58.854208Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/67fbeaed-2720-4107-9683-f1fdf7fe0977/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/992b1c61-3495-45d5-9805-5b521fbeaa8b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/951d2c82-8103-487b-ae1c-afbbf072e156/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e490f285-65eb-4b79-ab7d-02f818bb6da5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/51f22c6e-0650-40ff-b8ef-bc0e608285a3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7c561c6-9533-42e8-b960-8081e5b7d3cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d8f2eba9-dfad-4193-89be-a6868c294ded/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/22700609-a59b-42a1-8891-21038c24a0e2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/290b72ec-7d98-496a-9bfd-5941181db42f/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Menningweer",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 500.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/6393/?format=api",
            "id": 6393,
            "code": "KGM-Q-20266",
            "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.8919862336972,
                    52.74529054202042,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:45.383859Z",
            "created": "2014-10-22T09:02:59.003921Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6102d8c6-7dc8-4319-9efb-03c0af5db4b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16ebdf19-12a4-471b-b3f9-08e54dd1d67d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6fa6a1dd-ee15-4cbe-b6a0-95803acbc741/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1e9a93df-051f-4f6d-80d1-e8623edeab72/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Oosterpolder Niedorp",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1420.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/6469/?format=api",
            "id": 6469,
            "code": "KGM-J-2319",
            "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.782209731889822,
                    52.85139168196393,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:51.584594Z",
            "created": "2014-10-22T09:02:59.836810Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b5c6d7e7-ac6e-487b-a7b5-8414af52b364/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/35b889f9-260d-4a24-9197-7e3b674d1d00/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c5221fbb-66fc-47d2-8c4f-48f9fa0fd433/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b4a3aba6-06f4-4c35-ae37-2a09e4ed6568/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/52e3a33b-fdf8-4bad-916a-63c071c5592d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/561e647f-f9c3-40ef-99fd-5a048c2c1f42/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5cbb3a8f-0286-438e-a561-89ad966229b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8cf0dbe3-ac36-48f8-8959-51cc4eed1152/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Spookhoek",
            "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/6488/?format=api",
            "id": 6488,
            "code": "KGM-Q-30505",
            "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.715593903869943,
                    52.6290836287261,
                    0.0
                ]
            },
            "last_modified": "2025-02-25T07:10:10.906824Z",
            "created": "2014-10-22T09:03:00.036881Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d84a1406-1301-4333-a0c7-17c780b70f87/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e83ed86d-1cc3-4c5d-b9a3-a178db8a8c5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa7d1434-21a3-49df-8b2e-763f8752b562/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cc198957-dec2-478c-8dea-1964638eb0ad/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Honkpad",
            "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/6519/?format=api",
            "id": 6519,
            "code": "KGM-Q-31590",
            "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.1839873308024,
                    52.67026164960001,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:31.551061Z",
            "created": "2014-10-22T09:03:00.357492Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/519c74b9-34c5-4982-b8d0-42f4ac2164e5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b1513982-9feb-45fc-8b30-813925a1e333/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f74446c2-ca80-4867-abcf-dc3a2eb88479/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Torenweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 250.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/6521/?format=api",
            "id": 6521,
            "code": "KGM-Q-31593",
            "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.110116903275908,
                    52.6360316710323,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:11:06.679466Z",
            "created": "2014-10-22T09:03:00.378081Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/793d3c53-9091-446d-84d9-81bc98ce09de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2fefe375-e1eb-4133-8be7-25dbe435793c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/106cb3c1-6583-488e-b6fe-de6bea5af274/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e27a51af-3be8-4250-ae96-42e94ae2e494/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/452222b8-b12f-4972-b0a6-57231b0cfb93/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/281c0278-1e05-4630-96dd-af3ad6bb3cd7/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Gemaal Schellinkhout, pomp",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 291.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/6522/?format=api",
            "id": 6522,
            "code": "KGM-Q-31594",
            "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.062917844327711,
                    52.67802352158444,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:23:12.280412Z",
            "created": "2014-10-22T09:03:00.388254Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cf92c097-0ffb-4758-856a-b6dbc21a73f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/609d23c7-b240-4ba4-9496-6ec3a793fc10/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5741ce97-9c95-48bf-bd3e-d2d63ee1ba4e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1d694b8a-f6b8-4cc5-95c6-f6dc1c70dfab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8fcc5080-f7ad-406a-91d3-9354ecb3ea22/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/233206dc-2b34-4b48-b404-14892a4b823b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/456ebce1-a127-4bf6-9e88-785480d17f8c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Zwaagdijk-West",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 333.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/6523/?format=api",
            "id": 6523,
            "code": "KGM-Q-31595",
            "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.124763260019999,
                    52.65208344550117,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:38.933801Z",
            "created": "2014-10-22T09:03:00.398624Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cd1abacd-d7d7-4956-861a-ac5cdf7f74d7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c053019-995b-49e1-95a2-8a7684f103b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa6c04ec-0b8a-40b9-a3ad-310a8811faa7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6c646d3-f444-457c-8cc8-162ab8339eca/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Blokdijk West",
            "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
        }
    ]
}