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=5
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=6",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/?format=api&page=4",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/26851/?format=api",
            "id": 26851,
            "code": "OP2607",
            "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.26519062,
                    52.36592842,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:47.457519Z",
            "created": "2020-07-07T19:44:53.956251Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6555a3bd-9fb8-48cd-ac0c-de0716802e80/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3355931d-d37c-4441-8a4e-3868fe8a1e78/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe8b463f-5754-462e-891c-fbf95ae79601/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ab05c136-dc47-44dc-819e-a756955a114b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f1a39b62-b633-43d7-8e7f-8f1fff6e5de6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c2775378-108c-40d4-9188-0a84be964771/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/574b7f25-8dd1-4379-ac07-498f210a0caa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/021e13a2-f859-4995-a63b-6239e445f6de/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Rondebeltweg",
            "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/26852/?format=api",
            "id": 26852,
            "code": "OP2503",
            "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.52278732,
                    52.49823372,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:11.331049Z",
            "created": "2020-07-07T19:44:53.994609Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b2d4ee5e-e73f-470d-a31a-f2b218959300/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a36d9921-e8aa-49f4-9efb-17160bef5dd0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8885b6c8-4f4f-4768-ba8f-873777d36631/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe6d63b7-3b54-42b4-a336-aa884bc4f7e6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b394475c-10ef-4a0a-b4d1-72591d91f683/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ac6283a-a331-4d89-bcd3-d5920b648453/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ee882e6-6288-4d21-89ac-f52ea16a6d9a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/980c00a4-a9d5-4370-89ce-d18893be911d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Marquette",
            "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/26853/?format=api",
            "id": 26853,
            "code": "OP2603",
            "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.2609438,
                    52.37016525,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:09:37.970327Z",
            "created": "2020-07-07T19:44:54.034756Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a6f54efd-e6e6-44ab-afb0-e5927b1c3ca5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0360268f-17d1-48ca-87a9-51176fda13b7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/79578aaf-fd3c-4d3f-b077-9a19c59f386f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a901109a-b33a-45d4-ad83-d98402156a8e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/83dee333-965a-448e-b03e-acc60f7a052a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6eae575-05c4-4993-9da5-e400b88bb337/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2865abbc-4575-46c9-8a83-2747a732b423/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6da8e904-0b37-447d-818e-112a1fd698d7/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Renoirstraat",
            "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/26854/?format=api",
            "id": 26854,
            "code": "OP5240",
            "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.50989141,
                    52.29370259,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:17.697444Z",
            "created": "2020-07-07T19:44:54.076778Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3adc52f-3007-4bf6-8e94-3e3237140538/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/da02cdcb-9dc1-4a8d-8b19-cf8917c37e3b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a65a24a2-7454-4236-8fc2-50a68647a794/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/53cf51a6-eda5-48db-bff4-3be658aed013/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a983a5ac-f1df-4f67-9041-c4c4c38af25f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c12b54a2-7f71-4620-b09c-41e9f0bc447c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/46820928-8de7-4d8e-baf7-7ee2cf7f2b69/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/479c8611-10ab-499e-8004-caf166814d8d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Nulderpad",
            "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/26855/?format=api",
            "id": 26855,
            "code": "OP2606",
            "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.19093813,
                    52.35517494,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:46.013811Z",
            "created": "2020-07-07T19:44:54.113792Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fdb419bf-d0ee-4324-96c7-0a2dd82e696c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8310876a-6566-4b6d-8807-6f005b9516ba/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ed81bb69-a77a-4290-a31d-719d9031427a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/edbbd639-a328-48d4-90e1-afbbf3742609/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/532955e8-64d8-40fb-8aa8-d6d8b585a1d2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d28dd678-18b5-41c6-85da-b53a3124ee4b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/794249ff-4f8e-4225-9c6a-e036338aba81/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ac630628-47fa-4568-86bb-638a0598e561/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Kabelstraat",
            "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/26856/?format=api",
            "id": 26856,
            "code": "OP2608",
            "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.32648119,
                    52.39974883,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:45.401414Z",
            "created": "2020-07-07T19:44:54.151260Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3ba867c4-ae70-4de8-942f-e39f68d278fe/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/63d23d84-deea-4a01-b688-39e2744bc39c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9639e942-1b7b-4886-9d2d-c4cce2f88717/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8ad42703-62b0-4f52-a324-a1ed80743deb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b0c2f3f-4cbc-4825-8c2c-20df14300e55/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/694b9b59-6cdc-4b8e-b98d-1db811bd0448/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5a6f83a3-c621-4574-a142-12542ade2e8e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6bfc50db-a7bf-4d42-a262-753522cc4b9b/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Stripheldenbuurt",
            "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/26857/?format=api",
            "id": 26857,
            "code": "OP2502",
            "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.51125465,
                    52.49656812,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:53.924964Z",
            "created": "2020-07-07T19:44:54.188463Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/831fd675-2f2f-436a-ade9-6315eba27da6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/91e6b87f-3c6b-4b76-ab5a-761833ae7f2c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/940388a8-cbf5-47e1-9e77-93fdd032bffd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8308a403-ee5b-4c04-a878-170627de27d3/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e83f9145-d178-4beb-ba03-2bde51e508d9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f3765cb4-591a-4232-adc2-c7be4cfea35a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bd0045aa-8334-44be-a564-704e18951470/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/244eaf4b-4353-4b05-af67-f160c64e2351/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Westhoven",
            "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/26858/?format=api",
            "id": 26858,
            "code": "OP2602",
            "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.26862494,
                    52.36272747,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:32.683466Z",
            "created": "2020-07-07T19:44:54.225677Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5604c47c-41fb-46dc-b558-c2a7772870e1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2146fb16-1284-4a88-a30c-940b481ce06f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb9c0c69-299a-43f7-bb2c-6291e724219e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f656f37-fe2c-4201-ae12-e822ee0fc059/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6fafe541-1dde-42a3-b50a-f92ea82ea261/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/162c6266-d3c9-4ae7-b9b9-782677ad0897/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d7dceaa-7869-439e-9488-5935628742d2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/554a418c-629f-428b-b040-d957545bde2d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Watersnipweg",
            "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/26859/?format=api",
            "id": 26859,
            "code": "OP2604",
            "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.25808059,
                    52.37501645,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:19.592650Z",
            "created": "2020-07-07T19:44:54.263589Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9fb29b09-ded2-4cec-8df2-b4ad50151a37/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/697482ad-7e15-4f2b-a592-71871d2f29db/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/880c7007-29b1-40bd-8bea-f5420f0a382a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c2480d2c-d9dc-43c8-840e-76872f39f28a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eac92f58-286e-45f1-8bff-de6ced47848d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/66913430-1fba-4dbe-8466-16d1c98cb456/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f58a130-3c7f-46f3-b0f6-1747bd8f5ff0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/11a42921-c38e-4ae7-b510-f5430e89fe36/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Marchel Duchampstraat",
            "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/26860/?format=api",
            "id": 26860,
            "code": "OP5260",
            "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.17235212,
                    52.38852339,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:49.751385Z",
            "created": "2020-07-07T19:44:54.303287Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/697b9b47-f361-4e9a-b068-3bfe5ff6b577/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/67b3c1b9-997d-4285-bca3-65cb4f37800a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/72d50902-887e-4edc-9f7f-9d1c3d1851b4/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6abdf6e1-383f-4629-901e-5bd6b1f6f15c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ba4af40a-948c-4913-a6e1-7f5d394c766c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1670fe20-8b99-4d75-ad68-f1a5b08e12c3/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b5d0f874-e57a-407c-8d77-8e5244d88afd/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp AZ Sectie Noord",
            "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
        }
    ]
}