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=10
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=11",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/?format=api&page=9",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/29072/?format=api",
            "id": 29072,
            "code": "RG420",
            "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.570027062316254,
                    52.44947201464839,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:32.244102Z",
            "created": "2021-12-21T10:24:14.836036Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e22295d-0c77-4968-ba20-c5c30f8a59f1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3a11d4d-76a5-40bc-9f42-fea39de06cf0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4c8af354-7453-4c39-959d-64778c49c06b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f836baae-decb-440e-9cc6-b55a0bcbf0ba/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8222049e-95e3-4d9b-ba30-a4a2cd1237b5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e5c8f7bd-9d8a-456b-9e19-84a86beefb49/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/43a9f94e-6832-4a1b-959d-0147490098a1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c4972fe1-c945-45bc-8500-7fc764df1ff2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1069fa35-3434-4391-9741-209214529520/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/362b5df0-90d6-45da-b5b2-68023b576041/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Larserbos",
            "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/29073/?format=api",
            "id": 29073,
            "code": "RG175",
            "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.526355991059738,
                    52.33049140691535,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:24.698499Z",
            "created": "2021-12-21T10:24:24.396889Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/09dd7b78-5f7d-40c5-8df8-58482188eb94/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/59720130-752c-49a5-88a6-da97b5faf082/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/be63e863-d343-4d3b-913f-96f8674a3798/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6b4dab2-91dd-4f24-998f-c6f9afea0757/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0d14bd5-de1b-487f-a568-24ebbfe3f97c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/68681c7a-5015-4202-8af5-b9b83b196888/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/efaa77f8-b6c2-4a60-aca0-34a3dd456739/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d5772026-f85d-45ab-9a3c-e2750f94b53a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d8e987ae-7aae-4074-a47c-3b5e1d5abba1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/21628179-322e-4e10-87c7-6111efeba94a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3be4f3f2-0d56-4363-b92b-b4b7ef5f04eb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/26de1ca1-da89-4edf-9d35-53d441ba95a2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2350b18c-8259-4075-b1a4-f06c11dfb30d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4908e1d2-ea2e-4a16-855f-649ed9346a64/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c994d7e0-6434-4027-8bf5-fab739590fd2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/462211bc-b77b-4e16-8ff1-c3d5e55993df/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bb3c93d0-a172-491e-b211-ab30a528ec09/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Sportlaan",
            "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/29074/?format=api",
            "id": 29074,
            "code": "RG184",
            "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.519463332251878,
                    52.325874277779505,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:26.665953Z",
            "created": "2021-12-21T10:24:37.734342Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ed02bdd-e709-46e7-8753-1510dce85fe8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eefc9f18-46f5-4d19-a60f-aebcec08c59b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7752f1af-9f6e-40f7-a73e-d23261ef63a5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/22c506e5-f8f4-4ee1-9ea9-31f01ad984ad/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b18216a-2ee4-4fe6-9496-9637480dd6bf/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d28d8480-a74a-4bab-bf76-6d278888aa37/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea7ab3a7-604b-4a11-8e82-debe057ca02e/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Korfbal",
            "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/29075/?format=api",
            "id": 29075,
            "code": "RG169",
            "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.498085154447265,
                    52.35638770337075,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:23.575701Z",
            "created": "2021-12-21T10:24:43.930720Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f8b0fdb9-1751-46a4-bf97-b6995989dc65/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e0b50f32-a3c1-407a-bc3d-af4697388882/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c37764a0-8a66-4c36-aef5-b19abbcdd841/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fc3dc301-5c3b-4637-b7dd-8011d886d74a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7cfa3cf-f2ae-465d-9469-c7dfccdb7359/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8daac920-dfed-4acc-84c0-50c053c1590e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/32032724-d44b-46c7-8ee3-73c42af0d2db/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1258f36a-5684-4821-9142-50cdf9a57d1d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f661a05-ba61-4d97-9b9e-3836e4d1c0ee/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8f898fcd-295d-4252-aeb7-379171997861/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/409fee99-01f7-467d-afb5-306dce62076c/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Trekkersveld - 1",
            "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/29076/?format=api",
            "id": 29076,
            "code": "RG180",
            "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.530413383675789,
                    52.32218915271473,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:25.540046Z",
            "created": "2021-12-21T10:24:53.414064Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/20268e66-84f1-4439-ad51-6e715ffa4947/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/35cf16df-bebc-42bf-af35-9b815e0fa15c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0680e1e4-642f-4a17-886d-637c0f77f37c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1d3356c-6119-43ed-83fe-a5462f6ca1a1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f70cecd-a38f-442f-856d-82fb6c450e5b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8caa6b14-2470-469a-9eed-cda2d788d694/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b086a3c8-7bf9-4039-9a57-4a5d65714b07/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Manege",
            "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/29077/?format=api",
            "id": 29077,
            "code": "RG197",
            "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.520176679397005,
                    52.3465693131014,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:28.619786Z",
            "created": "2021-12-21T10:25:00.225717Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/453c2f14-7ab5-4d48-a27d-e99a21fded47/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/52d24dc5-5820-4f30-bcbd-29c493aa4fda/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c48b75ec-360f-474a-839f-f75ff7031af2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6dbe680d-fda7-4df4-9189-0019853a58df/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0823dee4-f646-49d7-9e4a-cae21dd7c355/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8a1e983f-6158-4e8a-88a9-c6b3538367a2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/12d5fcc4-1a84-4f19-8c99-cc0d46b0b6ba/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/386af29d-6ffd-4d7c-a0de-fb401dfbdcd9/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Noordcluster",
            "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/29078/?format=api",
            "id": 29078,
            "code": "RG181",
            "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.548455476091513,
                    52.32529810707336,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:25.792437Z",
            "created": "2021-12-21T10:25:08.082918Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/901c46ab-8f6c-432a-88bb-10ff19b84441/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ccaeaa5d-19f0-434c-b782-23d065a7a2f6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4813b19f-2a0d-4cd4-86a5-7f0949aa01b3/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/44dfe8cc-3267-48be-af0d-88e33f84d99d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/60f0df61-5b7f-4216-8ae9-b412199f3c1b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ed36801-d2a4-4e22-b6fd-f53e6dfadba9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f85b2877-8dbd-43e9-86c2-680cded23f8e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/949b5c93-af43-48e5-8d06-aeb4cf744f60/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Surfclub",
            "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/29079/?format=api",
            "id": 29079,
            "code": "RG190",
            "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.524021728670832,
                    52.340879351694454,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:28.061192Z",
            "created": "2021-12-21T10:25:15.923510Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9bdcf223-778f-42b4-b057-9585daf29819/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9ffb1b66-86df-4a9a-bdc1-170bbea71059/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0723f2fb-44a8-42b5-992e-6318d8469d92/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1cfed713-b7e1-41a6-9cb9-e21091c2124c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/34619ade-1eb3-4d0a-b9de-a52bbdf0d5b7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/36e51ac0-93ad-4afb-94eb-0cdceae2e8c6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/deaee4e1-1680-49f9-97e2-7cdb7a0ef5a7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/26d01357-951c-4a9e-9500-fc4b6137f196/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f4d780e-a390-4d2a-9642-215585fb232d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/360200dd-7b82-4601-8fd2-386826f7910c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/100f107d-138b-4407-99cd-be6a66ea500d/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Horsterveld",
            "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/29080/?format=api",
            "id": 29080,
            "code": "RG187",
            "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.528908701254229,
                    52.30664228294815,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:27.820498Z",
            "created": "2021-12-21T10:25:25.003762Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4e2eed2c-8fb7-4c4c-9bc7-cadc18d7b1c0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f999819a-5c7a-4d33-b436-0ca3fe5ebbc2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d23de47a-4145-443e-b81c-cf5faed02715/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3cdfe02a-2712-4fa0-8cd8-8a0b73a119ea/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1e73e7cf-9c4f-4cf0-8f26-ac177a795ead/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/86ae3d8c-9525-4432-a685-db5bae07a257/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1bdecbc7-4fba-4816-b783-e959c8f4f0ee/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal De Bosschuur",
            "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/29081/?format=api",
            "id": 29081,
            "code": "RG196",
            "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.516181350286001,
                    52.36399980713888,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:12:28.833473Z",
            "created": "2021-12-21T10:25:31.072625Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a851db9-36ef-4a94-a0f2-023b099ee3f9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d505aca-729b-436f-8f95-85f01712d28c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/949d3448-0f1e-47ea-9661-ee8edf72ba40/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e2bf010-8ecc-4b64-9e49-5aa61ac549ec/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eb0eeb5c-be08-4a45-847e-e2dfe4cdcbcf/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9147b12a-7620-45c3-9022-2d6718795669/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe0ddcce-40fc-4992-882d-75221ce33588/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/93200c8c-7a6e-40b7-aa26-1555e93a237f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/54accaf2-b99d-4730-9a1d-6c70514a5f24/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal RWA Trekkersveld - 3",
            "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
        }
    ]
}