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=292
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=293",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=291",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/26826/?format=api",
            "id": 26826,
            "code": "OP4140",
            "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.8939202,
                    52.64697206,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:06:55.656561Z",
            "created": "2020-07-07T19:44:52.971432Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2803d331-1b8e-4774-8a9e-b321c35c6279/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f2ee76f4-0e23-453a-9652-2ae991007e20/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/33d3730f-282f-4c82-874f-f7f05b27c8a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be2fef8c-689c-45e3-a178-28c6c04888a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/763c4157-075f-44c4-b80d-6f84dae1cd0a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e926eb02-9667-4755-8b97-f09d69efc663/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d4031a8e-16c2-41e3-b071-657bfb3c81f4/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Hertentocht-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://demo.lizard.net/api/v4/pumpstations/26827/?format=api",
            "id": 26827,
            "code": "OP4145",
            "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.89554638,
                    52.6444664,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:07:05.495183Z",
            "created": "2020-07-07T19:44:53.009679Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/42a2be25-3fd5-43bf-b70d-92c5726b9cc9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9cbcc39b-c23c-4f5d-89e7-9ad2722be3d1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b486000-1b33-4ce0-86f2-18350c8bb7e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e18a438-a749-4138-a91b-afe94ca743b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/86a383a1-b01e-4a20-a625-42637d8eb209/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e4fb443-f919-4ee2-8979-2de163e35cd6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55ee9a92-d8aa-4b2a-acb4-30f26575a418/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Hertentocht-5",
            "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/26828/?format=api",
            "id": 26828,
            "code": "OP4105",
            "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.90150792,
                    52.72594526,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:06:51.646313Z",
            "created": "2020-07-07T19:44:53.051742Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/eef46e7c-4cfb-4382-ac16-5eb69791fbf4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b952f6bd-be89-4d6c-8bb0-f785f0a5b0fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b1601fc5-49f7-470c-a198-bea3a2d91d17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a64bc090-1538-4071-a6f0-7000c2a7535a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7f578e5a-1d2c-4a5a-88a7-38deaba1e173/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6925d296-17ef-4b4c-bc54-a04b694ba2bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69d3d68e-239e-4caf-a11e-a892e9ee43e1/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Baarlosetocht-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://demo.lizard.net/api/v4/pumpstations/26829/?format=api",
            "id": 26829,
            "code": "OP4150",
            "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.89405361,
                    52.64700745,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:06:45.000156Z",
            "created": "2020-07-07T19:44:53.092458Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/08347a3a-7232-419b-8f28-97e1a7faf940/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a001125-504a-48b4-ad9f-4c0302f2cceb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/690553bb-db29-4557-874d-5da27794ecf1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07570676-0d85-4a19-b2fa-ed3931714790/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2db545e0-694f-41ba-a323-76b8a868b951/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/86e8077c-681e-4f24-a750-e1f9047a97a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4fb9a1e4-4f5b-4732-9c58-0ee302977fe6/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Hertentocht-4",
            "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/26830/?format=api",
            "id": 26830,
            "code": "OP4110",
            "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.90353509,
                    52.71074666,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:07:19.071232Z",
            "created": "2020-07-07T19:44:53.131765Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/572f8ef8-7153-427a-85df-11f69bcc24f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31305e72-3d8f-4837-ae51-7471616dc3c5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07e792bc-54e2-4d43-9d5b-20de48619719/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d7e0b21c-2c50-4a99-b7eb-c446b2c2d86b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/36971e8d-46d4-4578-982b-f45fe279f2f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26514d01-6ac5-466b-a527-f0f097ae11d1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d4d3b4c7-cc93-436c-ae7e-0f1dbd9bdc12/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Blokzijlerdwarsweg",
            "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/26831/?format=api",
            "id": 26831,
            "code": "OP4165",
            "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.62559385,
                    52.66187824,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:07:16.588910Z",
            "created": "2020-07-07T19:44:53.170655Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a167fcba-caba-4dba-a903-4246dc7160b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/40b95d53-d1cb-4ab9-95ff-b5419ce30355/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9e5f164-004a-4a0a-af49-0eeef356d19a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0eb7c08e-38cb-4c57-9c39-7b00e2504300/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8c57adb9-685a-4d3a-bdd6-9d93d55f5fa5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07f38116-ed7a-4bea-9561-9a81e05f7079/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5eda4fdd-0988-4563-832a-36c6e4b53b9a/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Toppad",
            "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/26832/?format=api",
            "id": 26832,
            "code": "OP4115",
            "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.92765465,
                    52.66716397,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:07:33.546857Z",
            "created": "2020-07-07T19:44:53.208530Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7154a327-64eb-4682-8651-03d20de9a902/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c5b86b72-16c2-4cee-b89f-cf7d70abab8c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a2faa62a-24b4-4ec3-9273-ebb1be6cb962/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c46cfd8f-6fdc-4593-9b7c-0c95546dcb30/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a509d110-d222-4dfc-9d5b-3fde3f40c01d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Kadoelertocht",
            "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/26833/?format=api",
            "id": 26833,
            "code": "OP4160",
            "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.7796195,
                    52.64605203,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:07:21.704224Z",
            "created": "2020-07-07T19:44:53.249283Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4e92610a-82f3-4d1e-80f7-831404f63822/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/06f4e9de-7fd8-4c6f-8faf-2afec74160ca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9228c92-bc81-467b-9547-e6dc03544754/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/acf41b50-adab-486a-972b-6b9aba5961cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1d20a9fb-ee57-4ae2-813f-570098ea7487/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71d6615d-f958-4189-a801-107eda1e693f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f9cd3a1b-625c-4291-b721-3dafec976139/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/471b25c3-584e-4980-a543-f6c837d07d05/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fbd5b0c7-dc34-4a3f-9452-04d76bff3efb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c98aa71c-12a2-4214-8e35-04e7a8978af8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d1a77675-3559-42b7-bbd8-fbc750751cc6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c9cb8d5-d159-4894-95ed-f492039e2237/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/95403e5c-21ab-4abd-a44e-4fad981bc667/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ab7c411-ac36-452f-a679-b0b4f9a29d17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ce3a846-7a41-4012-81c5-c8201546e36b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ff9a05be-95b3-4d95-8ee6-48cb6a96dcf4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/737361eb-5ab4-4471-b945-7a36907dcfbd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd9e449e-adee-4faa-856e-afaac38537ea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1928ea9-f3e6-4175-8524-3ec67a6d4ef5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/baa2dd05-4073-49dd-b057-bf1921a9cc60/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dd7e09c9-1cf8-4a01-a278-160f1e97db84/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3fa69983-989e-4164-a618-180fe46b65fd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/062fda6c-31aa-4af3-9ae6-7cbb8d92c36a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94af4c79-154a-4158-84af-9acd5073c332/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6720cc58-9d43-4d0d-9053-ff8888154a1c/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Schokland",
            "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/26834/?format=api",
            "id": 26834,
            "code": "OP4120",
            "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.92078845,
                    52.64471541,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:07:24.157037Z",
            "created": "2020-07-07T19:44:53.288527Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4ce05a65-5260-4af9-9c70-5ab22eb62f9c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fbcdce9e-6a6e-49eb-94ad-d80b37a89403/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d010062d-4662-4e9c-ab1a-55f85c20c78a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/37a224aa-0d9d-4154-8425-9a53910d518a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5898493b-869c-4d1c-bba6-bae022c60c96/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4bae4ff6-1e00-489a-9982-e61d183ffe39/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c02f3ce6-0481-44f5-acde-46bd74125c47/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Paardentocht-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://demo.lizard.net/api/v4/pumpstations/26835/?format=api",
            "id": 26835,
            "code": "OP4125",
            "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.91753888,
                    52.64973639,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:08:07.416924Z",
            "created": "2020-07-07T19:44:53.328050Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7d610e69-a9cc-4fce-83b9-3367d02b414b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/949e2f92-b3e4-41ac-8ecd-ad93ea949627/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07c9e7ca-9457-4d46-a071-abfd93d58535/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f8b992f5-0656-4a44-86de-db0a643db322/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0fcc52d6-3a4c-4091-b4f8-9660a87bd1c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6d48a808-51c6-450e-b5f6-1a2a7ed548a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/079f69d9-515e-4b56-b858-e76187952ed2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/850357c6-561c-4702-b79d-36fd486f6082/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Paardentocht-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
        }
    ]
}