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=11
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=12",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/?format=api&page=10",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/29082/?format=api",
            "id": 29082,
            "code": "RG151",
            "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.520345677968033,
                    52.3490883522187,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:22.124173Z",
            "created": "2021-12-21T10:25:37.552001Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/18bab838-b924-440d-8193-5fc1da79d984/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c09274ae-3edc-4bfe-942b-5ea9781cb24b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/47f75495-572c-4116-a634-838dba22103b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/46a716ea-2392-44bb-87c5-72b9ae8b6b39/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe28427d-d133-4dcb-ae93-f3f68daf24fe/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/70c246c1-0f77-4a66-9362-6fd57ccb397e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c19024f3-84ab-4e5a-ab18-82391a132594/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/58d1b4a5-2a8a-4dfc-8931-f0bb5b7ef86f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f9254982-3109-44f5-a442-f9a64c128156/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c157c9b2-17c9-4c94-b5f4-a0308866410b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9c616cb9-91c8-43d3-ba0f-bd76bd047af1/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Vestingsveld",
            "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/29083/?format=api",
            "id": 29083,
            "code": "RG183",
            "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.610735027000684,
                    52.36600600207412,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:26.359870Z",
            "created": "2021-12-21T10:25:49.282536Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2b8b1497-c5c0-4019-b739-c062ed81da9a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a58addee-b266-430f-bbe9-b01624c9cfc6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f8ebe70-f2be-4116-a98b-88cb07a83409/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/545a6d45-9230-42c2-9718-e5d3e6cb6813/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/37285680-5552-4a34-a118-4e4e3c507e64/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cfe772ff-b40e-4124-866f-ca9cd7835cda/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Harderhaven",
            "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/29084/?format=api",
            "id": 29084,
            "code": "RG195",
            "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.516221060470279,
                    52.36402403029072,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:28.334782Z",
            "created": "2021-12-21T10:25:53.692378Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea4edfbd-d148-4765-9b94-a1fb589fe0f6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ee539fec-e6a0-4435-8429-b094c029cbaf/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/45910483-8877-41aa-b95f-0204c632e175/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a667af7-b7a9-45a4-9cfa-50e8185babd5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cc926a2c-6ed5-4683-afba-3f9f79878183/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c91583e7-33c8-4426-a780-6658f1ef5b61/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/91424774-8085-4204-91ee-b89763675f0a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb9b7a4c-b5e2-4b8d-9674-89efbf102a92/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2dfd7d09-ad3c-44b3-99f7-2d6883c12296/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/57078fe7-7615-44e8-addc-fa251fb09a5b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7815186-eb9f-49b5-b909-ca8483dbd03d/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal 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
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/29085/?format=api",
            "id": 29085,
            "code": "RG185",
            "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.505445511739014,
                    52.35433588810097,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:26.959078Z",
            "created": "2021-12-21T10:26:02.611869Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e8a314f-143b-41ff-9c11-b793dff6c4e6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d42c92b-5f02-4c8c-bed3-f4009e03444c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/328081ef-77be-450d-9042-e6dffb35f9ca/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/09786169-b177-455b-a9fa-7a0fff2b08d2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/49773b25-6601-401b-8900-9dc9bc6cbf76/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea52fa9d-79b3-431e-babd-55fd3fe44900/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f31093d5-ac32-4fb4-8dbd-11deeb2be581/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/aee89f9a-bd04-477c-818c-afd0e32820d7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a2479e68-347d-42ab-9934-d24333fc1edd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3ad5c025-5861-4269-b5b3-32b193809c25/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/804aa5a9-f5f2-4f33-a4d7-ed804b788c0c/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Trekkersveld - 2",
            "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/29086/?format=api",
            "id": 29086,
            "code": "RG192",
            "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.505493865502823,
                    52.35430438309254,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:12:45.913582Z",
            "created": "2021-12-21T10:26:12.279764Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc96fe6e-ace2-45b3-8921-f1d604164798/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7b324e2-7de6-45ae-a232-db13a7e78853/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/595b7205-5224-4a3d-9e35-5da4ff14bcf7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ab9d7756-d6e2-49dd-ab76-0c7b84299e48/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4efc3c4b-4186-4a05-b44e-c345c7f8cae9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b99fdad3-d157-4ad0-a273-c4bedc040404/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/820846c2-53d6-4813-b993-ee8746a4dedb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3b12cee-1ce8-45ea-a9a0-f543751c1cdb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8a4098e5-f26e-4714-baa1-3528a0e5a9f1/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal RWA Trekkersveld - 2",
            "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/29087/?format=api",
            "id": 29087,
            "code": "RG186",
            "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.527804508397697,
                    52.32835512463043,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:27.256018Z",
            "created": "2021-12-21T10:26:19.452066Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8ccf0d8c-ea2f-400f-836a-0adaffbb4d33/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e32eb1ea-ff81-4f85-b2ee-46d955495d66/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/698f6442-3a2d-49ef-9fc7-d4dc195cacfb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8144aa56-f2a5-4f55-ba47-4ad148b006e5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/883b105c-03ba-481f-a086-4746ab95189b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d859411-5527-4658-983d-6d4a3925df94/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/19d799b1-bb91-41bf-b9f9-00a43a57bce1/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Tennis",
            "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/29088/?format=api",
            "id": 29088,
            "code": "RG198",
            "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.497419457133371,
                    52.35018777739742,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:28.900673Z",
            "created": "2021-12-21T10:26:24.643194Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b4bb4d42-cbe9-47e8-b97c-96ebaf7332fe/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b4623a51-ea0e-4c5f-947f-58d1d2e58c54/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/30394c31-254e-444f-b40d-6eda9aa37c21/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f9cb3355-5abb-4f59-a5a7-3c9a56b1c83f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2958010-e850-440f-b096-9494389fc380/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eb3a003a-45fc-4738-999c-a96694dd66ce/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2c683f2c-844c-4e80-8b0b-c71403af3cfa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/363d8f9e-f2e7-4b3a-be03-84f90c047826/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Horsterparc",
            "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/29089/?format=api",
            "id": 29089,
            "code": "RG174",
            "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.451215622270313,
                    52.272095598270006,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:24.375154Z",
            "created": "2021-12-21T10:26:32.378143Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/94dd4950-64ba-4487-9e9c-046797b3b5eb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/66d9a969-16e0-4af1-9605-9352fc8c87ac/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/27eab218-167e-49e4-a970-3fa2486ea73c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/dfdb2d3a-90d6-4845-a298-b761dc03225a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ae2622aa-1707-433d-aea4-29d0b089f098/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f075c8ba-161a-4675-9146-2be6cfb48ac6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ceef7a68-a79d-4b33-a096-07238d345960/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/aced537d-6945-40ca-9c65-0d13c190d5b8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fdca84fa-2bb5-41ec-87cb-557cc1ef5c91/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/644bfe6c-50b0-4c05-9477-0fb209096769/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d695a98-f6cc-461d-9615-53b7091e3174/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fcfa75bb-14d3-4156-a42f-7fb8b10935cb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4c4ee5cb-4750-4dd0-81e0-a428f5657861/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2bfcd1c4-e404-4ee1-b78c-350312aa91cc/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8d6ff6d9-780f-4a3f-a9cf-775dfb74b060/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e4de5c64-a33b-4d3b-9779-9a93d535ec90/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8dbc5ad5-7c45-428b-8e07-8644554b8551/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Slingerweg",
            "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/29090/?format=api",
            "id": 29090,
            "code": "RG178",
            "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.545035857821762,
                    52.33261238513488,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:24.995337Z",
            "created": "2021-12-21T10:26:44.923211Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/aaf40c2b-38fe-4440-b8cb-0c00ec3a7bfb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7f2635b2-0544-4d87-b31d-c7b41fbee5dc/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ff4a172-076f-422c-9ac1-b2ba5b7c1bac/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2d49a8e4-1b87-4595-9d99-7d9fd02ac301/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9a7bc9dd-ddf9-4cf8-8bb9-73c5d01d46e6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/37bcf388-2f43-414f-a3cb-e1a27047f855/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/95241b86-fd75-48fe-b079-426a06ce8071/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2e8a88c9-55b6-4f6f-837c-9211c72b2746/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Pluuthaven",
            "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/29091/?format=api",
            "id": 29091,
            "code": "RG182",
            "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.54354980445749,
                    52.31891177195999,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:26.059351Z",
            "created": "2021-12-21T10:26:51.310356Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1da7302b-d946-4513-8dc7-6d5c4ef49aed/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6cd98563-6a74-4949-9452-f990f6ebcacb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/31055065-3bae-4d7e-bb3f-37244caa930a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6235b292-507c-409b-b386-bd9409764877/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/8251d7ba-0afe-40cd-b3fa-b118decb450d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0c73a301-6e0a-4d36-b55d-13e7d45f85d1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/93f259ce-e83b-43cd-8487-9b80438c27ca/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a0cd7af7-a307-4165-bf9b-976c62e065e5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3a49cea1-1e2b-4b7e-a69a-576136e79c04/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2fdda36c-9155-488c-bd22-839ba7738b55/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Eikenlaan",
            "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
        }
    ]
}