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=13
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=14",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/?format=api&page=12",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/29102/?format=api",
            "id": 29102,
            "code": "RG860",
            "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.67659363522868,
                    52.68151484187248,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:34.958086Z",
            "created": "2021-12-21T10:28:17.517982Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/718ea12c-132f-4a30-bd60-969ff540982a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b2743570-15a6-4a32-8380-688ec4967107/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ddf4d8b2-d575-4ab7-827e-185f691c7e42/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6d8d06e-52cf-4856-a106-f0f671675b34/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/69c4c355-272f-4cb8-9783-62887dc74bcd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/89a6b7bf-0ea2-41c2-9863-a1d8fdc1ddca/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/82399fa9-0b7c-4318-8fb3-ca03d20f0f5f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/baad3f75-ca44-4605-a4c2-72e951a28192/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b08df04-ac8c-455d-97e8-e4edb96720d8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e9ebce04-8b0a-4345-b63e-3acc63547368/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b09839b6-e559-488b-83f2-f6c9d3dc5773/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Tollebeek",
            "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/29103/?format=api",
            "id": 29103,
            "code": "RG990",
            "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.898611251862229,
                    52.66399100182616,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:37.556679Z",
            "created": "2021-12-21T10:28:26.829182Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5559406a-52aa-4379-a0b0-5ab78afb826c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b4ce5a6-0146-49ea-97b8-97c4e4d84023/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ed0b3541-f643-492e-a840-3bdca91e6d40/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ce01a684-483f-4591-b702-f6e90caf1737/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0fe87852-7582-4a20-91ee-2607778b49b2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/dd02293d-dea0-4f6c-b84c-fbebd02b42e1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/c03a8173-8b45-495d-a98d-9dcb3f13a078/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/39983f31-b727-4b09-9bef-5fcc1351fb54/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/dd9f49e1-2c4a-4387-91ab-3144b48710c1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/aae2a228-58b5-4b4c-942c-6d4788de4ded/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/dc3b393f-542c-46b6-8e2a-ae4837370ac1/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Kraggenburg",
            "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/29104/?format=api",
            "id": 29104,
            "code": "RG845",
            "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.699147268681746,
                    52.80468732577234,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:34.394308Z",
            "created": "2021-12-21T10:28:37.766496Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5bc9de3b-aeb7-4ab8-80b4-e333de3df090/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0425dd7f-25ea-4b44-80d9-ca8a322b0d1b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/393b408a-a1c5-46ec-aa06-14d552d724c4/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/68794cc3-6081-4091-ade7-c18ad920d9b9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3f15104-8a77-4591-a392-2ce40a2eed9e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f11c174f-3b54-4f77-9ed9-07563d44be50/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/52885ff3-ea05-440e-96cb-0f3e82888340/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ac6fd9ec-d9d3-4d88-9159-efdab0fbe850/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/68a71671-f421-422f-8739-33d5015c2aaa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/57e63007-386e-4ba4-afa1-2efdbc6a8e58/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f6de7b82-c5e6-4fea-9d4a-8a16d34a86cb/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Rutten",
            "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/29105/?format=api",
            "id": 29105,
            "code": "RG960",
            "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.853328476332599,
                    52.74166773348751,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:36.730733Z",
            "created": "2021-12-21T10:28:48.659103Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/38ceb760-7516-4a72-9e3e-713fe370988f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe8fe154-c027-4b2a-b27f-9e8862467a2d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f35e5103-d6d7-4c30-a19c-54de642e59b4/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/508c9f87-6ef1-416c-8212-e2c31a6b51d8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/84935b10-0874-4ed7-af3f-a9409d8a6ccb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/26c78404-6935-473d-86fc-94e83ad911c4/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3d827570-a354-4ab0-8ed7-ca42afdcf3dc/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4fa51eb5-8c01-47fb-91cb-355b75ad9d39/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bcb30c7f-ed2c-43bf-89a5-e5809af0d772/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b5c77a4-cefe-40df-9042-d21ae4b18ddd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d7b2fea7-3130-4c8b-a930-15b951c1380f/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Luttelgeest",
            "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/29106/?format=api",
            "id": 29106,
            "code": "RG840",
            "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.663145349846919,
                    52.762810754177025,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:34.099023Z",
            "created": "2021-12-21T10:28:58.144044Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd98f8bb-dc5a-496d-b818-24065d8f1615/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/07ee92cf-259f-4e69-a458-881edd0b6dc5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0efcec23-b8ae-497d-8676-df3c212c4aea/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b6fea931-f83c-43ef-8cb1-b398b0489587/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a577e5a2-32e1-4dd8-a776-c847c87ae705/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2fcb24ff-6613-4674-ae9e-18f757d2ab18/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2eaa623b-e55c-4831-b432-fd6bfbb81e49/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/27c64ee8-d9c2-498c-8c28-934a29a2ae60/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/913227d7-38b1-4922-a6ef-5f1cee71bcc5/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e64f550-062b-46af-8fb2-adbb772952f6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f41aaecc-fb13-44d8-bf69-1974e4998224/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Creil",
            "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/29107/?format=api",
            "id": 29107,
            "code": "RG980",
            "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.722419879283644,
                    52.645100295469994,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:37.013376Z",
            "created": "2021-12-21T10:29:08.416928Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2b31fc7-8384-40d4-acdb-dde6591625fc/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/63a20ad8-b570-4b34-84c8-070124c6438f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/30334105-d66e-4aff-a1ea-ba37d92df5eb/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eddff85c-16ed-4172-a1b7-375872f944d6/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/51c3602a-ca03-4592-86aa-89f3192df57a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5d63a0b2-3852-4f82-88c8-32d7b60c8ec0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f966216-c90f-4205-9cc0-674952040137/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/02d58539-7a1c-477a-93d2-894c5acdf2b0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/434d04fe-b2bb-47d1-8b18-02eeeaf1e215/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6472e956-cc68-4776-9957-d7c98be35cb4/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/28823bb8-7be0-4e78-a6bc-554569ed7131/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Nagele",
            "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/29108/?format=api",
            "id": 29108,
            "code": "RG985",
            "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.821193237398957,
                    52.64116869717701,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:37.286277Z",
            "created": "2021-12-21T10:29:25.407901Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ec8cfb9-aa67-4d74-a40c-b61f82bed085/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e4d4a66-6eba-4759-a962-d2b88691bede/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/0b209df8-25ca-49f2-8e51-032332409254/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/30945875-6e07-4b45-993e-b3cd0c55b72b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3448f91d-a9b4-4329-9ad3-dfbbe9a96ad3/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ec7e032f-c00b-4d9e-865b-0697e028a3f2/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/58259277-56c1-4250-b406-db194e03a7ae/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2440e2b-60c9-4a24-be6c-25da698d94df/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7fed62a9-1ade-4f1d-ab79-3bf786a6d688/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9289f8da-1988-4617-b4e9-c858f8a493a8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f81c1aa8-7e1d-438b-b47c-ded6c2c389ed/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Ens",
            "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/29109/?format=api",
            "id": 29109,
            "code": "RG940",
            "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.743696922262034,
                    52.69930566671263,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:36.159126Z",
            "created": "2021-12-21T10:29:35.300496Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b8d195b2-6b29-46c5-a013-d054f04704a0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3a42bfb0-9f85-4874-a84f-55c7f75b7b5b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/78a2bcbb-863b-4285-8987-4ae9e760a06c/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/02863332-bee7-49f3-91b9-33f6c7131b99/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cad03a5c-77e0-4d32-b738-02b99a110d5b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/83920db3-b2a5-4b2b-8e97-963df39ef35a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e2c87af-83a3-4c31-95f9-aeda5632191e/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/ac536aa2-eac3-4761-979e-ed96506378a0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/dcc651de-398e-48f5-a767-73b0defec4b8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bf29f3f3-11a6-4774-b632-73c00ae14b26/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/1db75224-82bd-47e5-b119-5341bd0b5285/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eb12c292-56d5-4d5f-a3df-076877635928/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Emmeloord Zuid",
            "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/29110/?format=api",
            "id": 29110,
            "code": "RG820",
            "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.645907193231458,
                    52.72272683802319,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:33.779634Z",
            "created": "2021-12-21T10:29:57.997763Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/2a3acea9-e739-4657-8e0b-e7f69083c27b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7cbf9822-0729-4040-af33-de19f5e0d0f7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/76bc636a-66a5-409d-8c81-2bd73e86a5a7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/39c11f3b-33ab-49bf-92d6-4e75bc27c344/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a4e3ed73-58f9-48a4-b48c-3c728c838953/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/00775dda-015e-4f29-ac2c-dc425a83a1cd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2f8a65d-a79f-487c-be71-6b0f72544284/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/eec69aa9-d048-499f-96eb-6576c5ba900f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a56174a5-bd63-4b49-aa1a-ff96aa6d13b7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6408865-a785-41cc-b761-77c141dc0102/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/a977be96-5054-4571-b9f5-a596d9e04ad9/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/5296a17a-c3f1-4d17-ab2c-076bc8bb3eb3/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Espel",
            "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/29111/?format=api",
            "id": 29111,
            "code": "RG880",
            "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.595338830190836,
                    52.66816396526846,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:35.241294Z",
            "created": "2021-12-21T10:30:11.327746Z",
            "image_url": "",
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6e6df45a-850c-43ea-abeb-a42a5de7ddb8/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b8da6c3d-0be1-4c88-9807-988d09dd4f59/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b673a329-b532-47ce-9262-8242fa29a6d1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/073cc8e5-3e12-467f-aa79-e72f8a916972/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d66f2d61-5c36-4ca2-8e33-e00e9b56c9aa/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/99fb31d0-1283-43be-91e1-9dd0bdb766e0/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/421e88a6-4a93-44e3-802f-e9903c775ec3/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a3fa5bc-c0b6-4d43-94d9-4489034b638d/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6268237f-ad98-4fa1-9ecc-3f6709502cae/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb9ad74c-a7a0-4cc5-84e0-21ba96204ccd/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/876dd862-5caa-4866-8753-b9a9eaf21022/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/83624090-a4fc-49a9-b52f-1bbf2e7777f1/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d802f784-37ca-4cac-81e9-72be6dc2716b/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc2b760d-c609-4dc9-bc36-56837881c937/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b43f389-b72b-4112-830d-3f0bb8e95b84/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/3480caf8-9f10-4c2a-8d83-8ec54998d079/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/4f8f825f-d127-47bf-a1f0-f0e66dc35157/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/d90617cc-1c77-4821-9afc-c53478eb4f4f/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/28032253-f212-4217-b0bc-8e29612ac633/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/6a3d3137-5cda-47c4-8c9f-6259f6f4f2e3/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Urk Kern",
            "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
        }
    ]
}