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=9
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 140,
    "next": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/?format=api&page=10",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/?format=api&page=8",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/29062/?format=api",
            "id": 29062,
            "code": "RG-700",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.717434051259437,
                    52.422561396269195,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:12:24.797189Z",
            "created": "2021-12-21T10:22:38.096093Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d3b1564-887d-461b-abec-5be6c8fdfc33/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d7d07bb1-b201-487c-b285-6fce3cb6284a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7e2cd177-574f-4542-bdba-3abfc2b98f68/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/44ad33c6-8102-4dd9-bd8e-18cbe28508a0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b2b70d3d-7c62-4b46-9f18-5375f92e2d32/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d740e5b-f1f0-4173-ad66-a370c462e537/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f747bc55-d7f0-4e58-85c3-4537b798707f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/05304e15-bcd6-4e45-9ee9-dbc845f08a4a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a76f894-4147-4ba5-943e-768cfdb9b63a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9c66ba82-93f9-4a9b-b033-1c8754951f55/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Bremerberg",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29063/?format=api",
            "id": 29063,
            "code": "RG-620",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.646219285184239,
                    52.5729947349199,
                    0.0
                ]
            },
            "last_modified": "2024-04-24T13:25:42.583234Z",
            "created": "2021-12-21T10:22:46.232110Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c6b02de7-3abd-488a-acf8-8d1b7631fef1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3c10bf54-2719-4a6d-b5b9-d1451a3f703a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ddfe663a-1c48-491b-9e8d-f37b9c30935e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a86263d-7ec6-410e-bb6c-49a0702f2f68/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/65b17aec-57c1-4f4c-aa70-c7d4fa096035/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bb4e7862-4c00-4baf-9511-3d3f96a794c8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b9f756e3-53b9-4675-a6f8-13c3a5ad9837/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e0e6abb2-61a1-4497-b497-d647387dc514/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/08905f2e-4388-40a1-8977-63053ee60fbc/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2f155671-c8dc-404c-a27e-37ef04ea7703/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Swifterbant",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29064/?format=api",
            "id": 29064,
            "code": "RG-650",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.75889658509417,
                    52.57881476725104,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:12:26.916635Z",
            "created": "2021-12-21T10:22:53.798590Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5ab65a8a-92ea-4666-87cb-5f5ee2d35d7e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/11652f1d-99e0-4bc2-9a7d-dfb9ed002a88/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ddde87ec-2e96-4669-b9ba-6722b51513fa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a64dbb67-8e3f-4111-902c-cc1d203ab001/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3c818f21-b27c-49b3-9252-d95471136cfe/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c0d612ff-b230-43c1-8e48-01cd71422994/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7dfccf09-387b-4b7e-bcba-c0921232e475/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fb80c7f1-0bb7-4268-af63-8b95a0013176/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/97434f20-cd6c-4803-a205-2ae0757a2d4b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/038a406f-3c2d-4f92-82b0-31b34337d1bd/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Colijn",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29065/?format=api",
            "id": 29065,
            "code": "RG-720",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.637733042824171,
                    52.396250842128644,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:12:27.868807Z",
            "created": "2021-12-21T10:23:02.009254Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/41603715-7b65-4eef-8e3b-976d862a3321/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8f83edd2-7c68-4c2f-b41a-c9c1ef887278/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/383bf6d9-5804-4cdf-8883-a1c1e70639aa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f366cd39-f56e-495d-bcf0-eb6601527f3a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ca94593-8966-4d0e-9cd3-e36c2de58712/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a2e1ab04-350f-4661-aed6-575c261467ea/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d786f8d9-a772-44ca-b6a1-5674f6753af2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/72b5fd7d-ae9d-4681-a7ac-6bcd2297caaf/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d727521a-1f9a-47ca-b537-0a87bc11e37d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ab7dc19-5222-4ffd-962b-3ae2ccab456b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eadd786f-ebfb-4d80-ba13-cbacd9a208a6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3fd245ba-7fb7-448d-a951-e72538f7b17f/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal X40",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29066/?format=api",
            "id": 29066,
            "code": "RG425",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.45290915605417,
                    52.51317964162828,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:32.552661Z",
            "created": "2021-12-21T10:23:11.562941Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ad05649a-53a5-4ea0-8172-ad4db549467a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/19d2dc05-3fb1-41c0-9a31-f786e2aabcfa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0892744-2a26-4ae2-ae46-2d3e4072af1d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/10529455-1b54-4a96-9f15-be352eb79c81/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4075d368-45e4-46d5-8308-e7b8a539c6c7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c23bb53b-14ee-437c-98bd-2dd9955c340b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/aaa28473-9187-4955-a604-9df0b47d688d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e9f63bbd-487e-4bf4-960f-e9772ab725c1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/781cd42c-5f02-49ab-93aa-633f596ec956/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2471be43-d159-4120-8fa3-9cf38631d036/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal De Gondel",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29067/?format=api",
            "id": 29067,
            "code": "RG410",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.486193089236994,
                    52.52080557623917,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:31.933434Z",
            "created": "2021-12-21T10:23:21.446327Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c7dbb63a-9a5a-42e3-b24d-fb07cc6a1174/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/720b7aa1-741b-4e06-947f-79aa224901c0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/424ab148-c925-4fdc-9b3f-0d17e05cf213/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3c235ba3-08d3-4523-ade0-481443fb56d9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2d503fec-37ef-412c-a952-cdbce9b43391/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eb2689e8-ed67-4081-9b1a-78766ba7108e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/439cd5f7-06f5-4db6-82e6-f3c3f8468e80/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f24c8f59-8df4-48f4-b086-47d3596ca285/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6815d89b-fce4-47e1-8557-18576abefd64/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0dd4a02a-6899-4134-ab7b-ed598891af87/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Noorderwagenplein",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29068/?format=api",
            "id": 29068,
            "code": "RG435",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.473331174292908,
                    52.49311224445883,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:33.167797Z",
            "created": "2021-12-21T10:23:31.945916Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6acbe2bf-3319-4478-80d1-38eb30d23338/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/58f27365-d304-48ca-a2b5-1fd19640097f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7de521b8-0969-4e49-81d0-f292a9f0ae5a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ef43608a-b7b2-45ad-8ca5-51377b70fa62/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e237f496-f792-451b-9724-ec77c42efbc9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/584ac66e-7de2-42b8-9301-4858fafd9042/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d7a284ff-8bb6-4c44-b2a0-4baf4d148922/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4236366a-e774-42cd-a5fe-fffe6b01a85a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6d8f9d8-d81e-4e1b-8dfd-62f4143f88cf/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1e4d99e9-bd77-4117-8fe2-0e274ea04b2e/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Warande",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29069/?format=api",
            "id": 29069,
            "code": "RG445",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.488935548410523,
                    52.49870526431462,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:33.430629Z",
            "created": "2021-12-21T10:23:42.697891Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7be42876-e0d7-4652-a67f-adb9d9ecd7a9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/09b2c5bf-0d75-4d6c-827d-fbd0eaa57c35/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f40aecf-62a2-41e3-8489-1b12448f523d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/75c9a1c5-fb78-43c7-bcd6-063cf5952e1f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f8e2fc4b-71ab-4126-9a94-55686ba24fb1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b02ae208-3396-4750-8df8-a512a5a51143/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/13125360-0875-4620-bc20-ba5db559fef2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/38c79174-b162-49af-8950-1747855f8405/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c3095742-f21d-4518-9bdf-97a389038617/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c1cd067e-0ed1-4b8b-a580-effd1ec39e59/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal De Griend",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29070/?format=api",
            "id": 29070,
            "code": "RG430",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.566937553426679,
                    52.458400363323584,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:32.857665Z",
            "created": "2021-12-21T10:23:54.308617Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e82214f5-42df-4e85-bf30-689fc61605b1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e46ce005-9eb4-4002-a505-4182a866e393/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d50bb6b-d8d4-453c-8c00-a13a834ac554/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c8f3b392-c0d0-4a3a-a8e6-574cc6a47f48/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2e10d9a-8f02-48fb-a46b-a22ceb3b1cc1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/88615854-63ff-4386-8a6b-600fa87896bb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d311849-512e-4680-8a6a-d0584614f56c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fcef549b-49aa-4118-a1c8-da3d81be5659/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d3a9deb9-fde0-4d92-b2b6-6a1f5c931813/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/36c3682b-dbfa-4290-b9d3-0ba0f4cbc5a0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c41dcfed-f514-425f-9f7d-53304b4650dc/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ec8bb7a1-d07c-4d12-9d1d-dfd4c441ae95/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal ANWB Camping",
            "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://zuiderzeeland.lizard.net/api/v4/pumpstations/29071/?format=api",
            "id": 29071,
            "code": "RG405",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.431424245006139,
                    52.50449800441148,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:31.645226Z",
            "created": "2021-12-21T10:24:05.782740Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea5c3354-8f7b-4743-bee5-66bd8f390102/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/88a82682-d90c-4867-a5c3-af7d46d1dc50/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1781f607-3acc-47b8-a46a-5aca1d9bb6dd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5b701ddf-4b48-4dc6-aafb-d7f120c7c6da/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8b150cdb-9ea5-4f4d-85ca-706c96b85a3e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/efcfae97-04a9-4745-88ea-0674c76c82fa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8b184488-2079-40c6-9131-44266b03bf9a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/23c25c6d-543c-4fa3-8b48-a039524329cb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/254e112d-c256-46ec-b5da-db8422e5be8a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9ad360af-7894-4f48-bba6-c911071689f9/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Noordersluis",
            "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
        }
    ]
}