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

{
    "count": 3136,
    "next": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=305",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=303",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29104/?format=api",
            "id": 29104,
            "code": "RG845",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/5bc9de3b-aeb7-4ab8-80b4-e333de3df090/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0425dd7f-25ea-4b44-80d9-ca8a322b0d1b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/393b408a-a1c5-46ec-aa06-14d552d724c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/68794cc3-6081-4091-ade7-c18ad920d9b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e3f15104-8a77-4591-a392-2ce40a2eed9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f11c174f-3b54-4f77-9ed9-07563d44be50/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/52885ff3-ea05-440e-96cb-0f3e82888340/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/57e63007-386e-4ba4-afa1-2efdbc6a8e58/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/68a71671-f421-422f-8739-33d5015c2aaa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac6fd9ec-d9d3-4d88-9159-efdab0fbe850/?format=api",
                "https://demo.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://demo.lizard.net/api/v4/pumpstations/29105/?format=api",
            "id": 29105,
            "code": "RG960",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/38ceb760-7516-4a72-9e3e-713fe370988f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe8fe154-c027-4b2a-b27f-9e8862467a2d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/508c9f87-6ef1-416c-8212-e2c31a6b51d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f35e5103-d6d7-4c30-a19c-54de642e59b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/84935b10-0874-4ed7-af3f-a9409d8a6ccb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26c78404-6935-473d-86fc-94e83ad911c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3d827570-a354-4ab0-8ed7-ca42afdcf3dc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4fa51eb5-8c01-47fb-91cb-355b75ad9d39/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d7b2fea7-3130-4c8b-a930-15b951c1380f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bcb30c7f-ed2c-43bf-89a5-e5809af0d772/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3b5c77a4-cefe-40df-9042-d21ae4b18ddd/?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://demo.lizard.net/api/v4/pumpstations/29106/?format=api",
            "id": 29106,
            "code": "RG840",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/cd98f8bb-dc5a-496d-b818-24065d8f1615/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07ee92cf-259f-4e69-a458-881edd0b6dc5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0efcec23-b8ae-497d-8676-df3c212c4aea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6fea931-f83c-43ef-8cb1-b398b0489587/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a577e5a2-32e1-4dd8-a776-c847c87ae705/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2fcb24ff-6613-4674-ae9e-18f757d2ab18/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2eaa623b-e55c-4831-b432-fd6bfbb81e49/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/913227d7-38b1-4922-a6ef-5f1cee71bcc5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e64f550-062b-46af-8fb2-adbb772952f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/27c64ee8-d9c2-498c-8c28-934a29a2ae60/?format=api",
                "https://demo.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://demo.lizard.net/api/v4/pumpstations/29107/?format=api",
            "id": 29107,
            "code": "RG980",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/f2b31fc7-8384-40d4-acdb-dde6591625fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/63a20ad8-b570-4b34-84c8-070124c6438f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30334105-d66e-4aff-a1ea-ba37d92df5eb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eddff85c-16ed-4172-a1b7-375872f944d6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/51c3602a-ca03-4592-86aa-89f3192df57a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5d63a0b2-3852-4f82-88c8-32d7b60c8ec0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f966216-c90f-4205-9cc0-674952040137/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/434d04fe-b2bb-47d1-8b18-02eeeaf1e215/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02d58539-7a1c-477a-93d2-894c5acdf2b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6472e956-cc68-4776-9957-d7c98be35cb4/?format=api",
                "https://demo.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://demo.lizard.net/api/v4/pumpstations/29108/?format=api",
            "id": 29108,
            "code": "RG985",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/1ec8cfb9-aa67-4d74-a40c-b61f82bed085/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e4d4a66-6eba-4759-a962-d2b88691bede/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b209df8-25ca-49f2-8e51-032332409254/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30945875-6e07-4b45-993e-b3cd0c55b72b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3448f91d-a9b4-4329-9ad3-dfbbe9a96ad3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ec7e032f-c00b-4d9e-865b-0697e028a3f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/58259277-56c1-4250-b406-db194e03a7ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9289f8da-1988-4617-b4e9-c858f8a493a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f81c1aa8-7e1d-438b-b47c-ded6c2c389ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2440e2b-60c9-4a24-be6c-25da698d94df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7fed62a9-1ade-4f1d-ab79-3bf786a6d688/?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://demo.lizard.net/api/v4/pumpstations/29109/?format=api",
            "id": 29109,
            "code": "RG940",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/b8d195b2-6b29-46c5-a013-d054f04704a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3a42bfb0-9f85-4874-a84f-55c7f75b7b5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/78a2bcbb-863b-4285-8987-4ae9e760a06c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02863332-bee7-49f3-91b9-33f6c7131b99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e2c87af-83a3-4c31-95f9-aeda5632191e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cad03a5c-77e0-4d32-b738-02b99a110d5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/83920db3-b2a5-4b2b-8e97-963df39ef35a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac536aa2-eac3-4761-979e-ed96506378a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1db75224-82bd-47e5-b119-5341bd0b5285/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bf29f3f3-11a6-4774-b632-73c00ae14b26/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb12c292-56d5-4d5f-a3df-076877635928/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dcc651de-398e-48f5-a767-73b0defec4b8/?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://demo.lizard.net/api/v4/pumpstations/29110/?format=api",
            "id": 29110,
            "code": "RG820",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/2a3acea9-e739-4657-8e0b-e7f69083c27b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7cbf9822-0729-4040-af33-de19f5e0d0f7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76bc636a-66a5-409d-8c81-2bd73e86a5a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39c11f3b-33ab-49bf-92d6-4e75bc27c344/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4e3ed73-58f9-48a4-b48c-3c728c838953/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00775dda-015e-4f29-ac2c-dc425a83a1cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f2f8a65d-a79f-487c-be71-6b0f72544284/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eec69aa9-d048-499f-96eb-6576c5ba900f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a56174a5-bd63-4b49-aa1a-ff96aa6d13b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d6408865-a785-41cc-b761-77c141dc0102/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a977be96-5054-4571-b9f5-a596d9e04ad9/?format=api",
                "https://demo.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://demo.lizard.net/api/v4/pumpstations/29111/?format=api",
            "id": 29111,
            "code": "RG880",
            "organisation": {
                "url": "https://demo.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://demo.lizard.net/api/v4/timeseries/6e6df45a-850c-43ea-abeb-a42a5de7ddb8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8da6c3d-0be1-4c88-9807-988d09dd4f59/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b673a329-b532-47ce-9262-8242fa29a6d1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/073cc8e5-3e12-467f-aa79-e72f8a916972/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d66f2d61-5c36-4ca2-8e33-e00e9b56c9aa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/99fb31d0-1283-43be-91e1-9dd0bdb766e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/421e88a6-4a93-44e3-802f-e9903c775ec3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4a3fa5bc-c0b6-4d43-94d9-4489034b638d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6268237f-ad98-4fa1-9ecc-3f6709502cae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb9ad74c-a7a0-4cc5-84e0-21ba96204ccd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/876dd862-5caa-4866-8753-b9a9eaf21022/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/83624090-a4fc-49a9-b52f-1bbf2e7777f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b43f389-b72b-4112-830d-3f0bb8e95b84/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3480caf8-9f10-4c2a-8d83-8ec54998d079/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d802f784-37ca-4cac-81e9-72be6dc2716b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bc2b760d-c609-4dc9-bc36-56837881c937/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f8f825f-d127-47bf-a1f0-f0e66dc35157/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d90617cc-1c77-4821-9afc-c53478eb4f4f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/28032253-f212-4217-b0bc-8e29612ac633/?format=api",
                "https://demo.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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29112/?format=api",
            "id": 29112,
            "code": "RG920",
            "organisation": {
                "url": "https://demo.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.720378151922833,
                    52.7166614558407,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:35.855395Z",
            "created": "2021-12-21T10:30:23.774253Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/98c4257f-0585-4e65-9800-6db2328c30bf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/af306a33-d9e5-4ca8-b37c-290101c92f21/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1e61851c-a8e0-43fb-be84-333d3037acbd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/41e0bdb8-e618-4e23-a1ff-a78be5d1a8a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69caa78f-c9c3-4f44-a724-c4d5080f83cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/44aad1df-c34c-4cbf-ba98-35f59793ccad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/018510bb-4030-4209-811e-c12ce40f052f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b3a54b8-2977-4f27-bc22-f330b39213ec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/22f2a023-d4aa-4658-ae07-57f738d023af/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8c6397a-3a6c-438d-b5e9-04177437a5bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3fc63834-49a4-421b-9453-cd7994c45cc1/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Emmeloord 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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29113/?format=api",
            "id": 29113,
            "code": "RG900",
            "organisation": {
                "url": "https://demo.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.609436142562028,
                    52.657427725479515,
                    0.0
                ]
            },
            "last_modified": "2025-02-18T06:00:29.384311Z",
            "created": "2021-12-21T10:30:35.540703Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c1c6b078-e731-4bad-8d9d-995fad01408f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6560cb76-1581-4fd8-a7ff-a84b34806e85/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e64c74cc-1807-487c-ba08-cafc83130209/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e053cf1-4a2a-4709-ad77-3fc35a165d8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/912e00d0-7f8a-4f10-8dfd-c89a8973892f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4a89abf1-9a1a-4640-a744-8f4834fcc03e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/576a89a7-c537-4f7d-b926-635b9508dfc4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4745335c-7751-40de-9ed7-1c49fc31b42a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/73be4394-ecd5-4ec9-be08-20d1ddb420a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b1f71d93-6895-42be-b680-ae22ebb4f562/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a04ab9d0-811a-4440-a4ad-05c783408a2d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8aa8f87-516d-4692-958f-6c54e5115523/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c3e2a9e-8aa3-42af-9f16-7d3f088483a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/18938b92-00dc-4899-9291-2488734a8af3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d049bf41-6aba-4a6c-b829-5cbdc2fad041/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e4e849b4-c069-4ce5-8787-642aaff663b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/efa1d1ce-df9b-43e8-9c34-e9e1cdca3ac6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b19c312c-bf85-4a79-88f5-fe6cadfdd786/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/971b4348-582b-41b3-80c8-7110a849b380/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7a0676a6-1774-4bf1-b1be-977008ac9392/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/86946fe2-7212-4a29-8752-2a93d58a9d5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/800b0995-c70a-4d3d-9d18-74b9c5261832/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c203dce6-a3cf-4d65-9f54-ce38696cb29c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e05ea612-589d-4301-bd69-df9e0fd9d7fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c72888ed-ff4d-488b-b41a-cd0dd99bd5b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba45244e-e273-4035-bbeb-110178b2b0e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce4a027d-17b8-430f-b789-16743b23102c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/34d718fc-e4c7-4b6d-a043-b57cb6c69a52/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/79d22a42-2437-4c8e-ae05-7c09af34cf3f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20cdb75d-78be-4f3d-9bb8-40b58c15c45b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a0e81509-7d39-4e81-93d0-2fa15fab3e94/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f225602-2d87-466b-9cce-17d4db3b62db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9612246-37d7-4f77-b7d5-9628393e2031/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b565773c-e250-4e68-85d3-a2e9a51da9c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d822bda7-4106-4cd9-9f69-b945ab66788b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4882c7f3-f744-4db8-9b1e-661f37d90934/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8db9a80f-daaa-4e89-9cca-919e5bad7aaa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/766dd3c7-d17b-4620-96fd-5a0f77bb19bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/64fcd3bb-0070-4ac4-a8a7-97e90bbcb607/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8d4d091-34d5-4fc5-89f8-115b436826d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4dac39a7-42fc-4c75-b4b3-103bee9fabda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0ed340be-24fd-415c-aa98-8c8f0b459a83/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/80eb24e2-9f55-408c-a45d-bb6cb8aa98ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/945bb9b8-4b74-47bc-887a-785f49707f2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f0753409-eacc-4466-8050-178cc06a3dee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/df84e87b-b547-46d1-af00-ccc3539da50e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/25a91939-495e-4206-99d8-f2845ae7b67b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b34ebf65-8f7b-4803-8939-176c52f7be01/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/555499fb-6dc9-410e-bee0-b1ea80b089bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77c900aa-c6d9-4220-94b7-8bc27bdb15e2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/04c97578-2d17-4d27-aa23-8cef28c04239/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f8011e27-43ad-4d77-8bf6-b216a5a0abc5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9ae0ccc9-c0a2-4d1f-89c8-81384f05514c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ade67250-305e-4113-959a-8fef6de8a827/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Urk Stortemelk",
            "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
        }
    ]
}