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=303
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=304",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=302",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29094/?format=api",
            "id": 29094,
            "code": "RG157",
            "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.531863554132532,
                    52.31260652535902,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:22.706749Z",
            "created": "2021-12-21T10:27:13.661107Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/85b73022-35b4-4010-bc75-50998a89c40d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/845bc6dc-4ccf-4bd9-88ac-6d175aa52695/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb12f5d7-4e1e-4a3f-8c05-3ad2767f49a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/736f236f-d5ed-45da-99c5-53aa2cce3edf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e81136da-1536-4154-882b-2a48bc11ddd6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9d6245ef-e37e-4a36-9328-321695f6d1a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/01c92d85-cb40-46e6-aa97-53f7270b7253/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/86adec15-6803-43cc-8d66-75dc7968c4d8/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal RCN",
            "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/29095/?format=api",
            "id": 29095,
            "code": "RG156",
            "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.456667195475633,
                    52.272993982563776,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:21:32.597308Z",
            "created": "2021-12-21T10:27:21.591655Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal nabij OZ 37",
            "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/29096/?format=api",
            "id": 29096,
            "code": "RG158",
            "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.526731467052799,
                    52.304818575836414,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:23.000263Z",
            "created": "2021-12-21T10:27:24.160438Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/590ded46-804f-4b3a-9200-650c8ef83dd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dc7c81d2-3d52-47f8-8722-16d8e2057c5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4c746aaa-760a-47c8-9c7b-e41266a8427d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d70b9832-10c6-40e1-ba83-8afd1394acf5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e0cadf75-3c7e-41ad-afb1-c4c45a2f4cc1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3d8949b5-e216-4bff-8514-f6fd35c7265f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2eef0428-093d-41c9-b9bc-5cd6531e329a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f5b3ad8f-c324-4c23-8df3-71d063d647ed/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal NCC",
            "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/29097/?format=api",
            "id": 29097,
            "code": "RG159",
            "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.524824896651529,
                    52.33584624169615,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:23.281646Z",
            "created": "2021-12-21T10:27:31.578805Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/db2adbfb-5779-44f7-aad3-887284b8ce9d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a1aa6a29-b477-4429-aafa-26f22ad331f0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e02b8f8b-0f97-4dfd-8a02-95d7f110dcbd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f5afe1e5-a51d-4c54-a4f8-42516fc6b88b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bf0d07aa-d679-4231-84e9-1cbb8d4c8476/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f4c7bb5f-1dd1-429c-9d0c-76060623f2c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/647dc25a-d132-45c0-8798-cec99b61feb3/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Schepenveld",
            "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/29098/?format=api",
            "id": 29098,
            "code": "RG171",
            "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.524781969588194,
                    52.32626725556886,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:24.107599Z",
            "created": "2021-12-21T10:27:36.648594Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c26cd7af-ad85-4736-98cb-0a308b765951/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de1606b2-9fd9-45cf-bf1f-16c6f9ded862/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a2687bc7-2762-4c55-9b0f-870448f2a3f7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8207f334-9865-4521-9670-5d7e91f2a761/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5fe2e96b-8177-49b2-90ef-c9b41896ceca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/126082c2-c5bc-421d-9e20-2068e3e7da85/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42529c45-25db-45ab-8b6d-3ca5b6cd143b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f0f6903-5e10-4fad-83db-ef9abd788b9b/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal De Horst",
            "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/29099/?format=api",
            "id": 29099,
            "code": "RG179",
            "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.507376674228934,
                    52.32493270310712,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:25.258865Z",
            "created": "2021-12-21T10:27:43.456477Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bb20970c-2dd6-462e-994f-bc3995706c09/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/398a154a-4bd5-43f4-8e9c-9ef5ffd2b7cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8dd135fc-e729-429f-bc11-83de5180440b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/704cb149-d0fe-41b9-bcdc-049b1d1600b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a71a1d8a-0b85-4085-8d06-4e8a44e2a0e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1a1fe3a6-3c04-4dab-8595-c143ef4876e9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2bebdf89-4421-426d-b70b-fc0c76a4afce/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2b63b6fb-2f36-433f-88c9-7f18051872bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dbd1da8a-b94c-4ce1-b972-7901332a70a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e57ec87-adc9-4acd-bf67-a40e2bbe9b39/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/065e6cf7-8af5-41f2-9342-17d17f6afd58/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/51cb4175-de1f-4972-b0e4-cfdc33beebb9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b600b36f-1f27-4075-bdc4-db438c19dbfb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d67755d7-e34b-45c3-8269-38a0fc03d638/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54e643d1-e2e0-4273-9860-dd66eb378ff2/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Golfbaan",
            "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/29100/?format=api",
            "id": 29100,
            "code": "RG950",
            "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.857358309738137,
                    52.70761463128906,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:36.467386Z",
            "created": "2021-12-21T10:27:55.204075Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e81a3f9d-fe36-4723-8a06-ba09e375e1c8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9d60f331-9e34-4a95-8cd6-e4a983be8a66/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4db84602-1faf-4799-ac9b-c93729e49697/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91fce15a-7e3c-47a8-8733-dcf4d22c44f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd0bc47c-f34d-40d8-af65-3ff6cfb2ba80/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/baeb7073-e074-402f-8744-b14cd88b0a38/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/892facf8-a289-4ce8-ac46-a62673f0352b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74441c33-01ad-4629-abbe-e6dc8aef1b95/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7759b0c3-d851-4c59-b546-1240f099dd12/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1520d97b-31da-4e2b-b0cd-f2f088a945b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c37622b8-9476-4a14-b5c8-1af79f873fe2/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Marknesse",
            "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/29101/?format=api",
            "id": 29101,
            "code": "RG850",
            "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.752191798466901,
                    52.76926714581379,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:34.702090Z",
            "created": "2021-12-21T10:28:06.924936Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/034cafa4-3654-4be2-8ba4-7c28aa7b9884/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7cbf8666-1557-4166-8642-5c31bb22f68b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/45a85a57-d178-4b25-8761-1009ceb9b2cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c0282df-af73-453b-8878-81302472e9fa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c972efca-7c20-4fec-9797-b4c3c871fed2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4bf735ac-2ce1-4692-9dfb-f305ac59e02f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3474012f-9ad4-4afb-8503-cef3c1d683f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/749673e6-d2ec-48da-926e-eea7aeb6d45b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8eb89a7-8a68-4e13-beef-ce7d00f82bdb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16c87e18-1a46-45f6-a10e-721913ffbffd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8536f2aa-ba27-4222-81ce-f60308b5c5e6/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Bant",
            "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/29102/?format=api",
            "id": 29102,
            "code": "RG860",
            "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.67659363522868,
                    52.68151484187248,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:34.958086Z",
            "created": "2021-12-21T10:28:17.517982Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/718ea12c-132f-4a30-bd60-969ff540982a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ddf4d8b2-d575-4ab7-827e-185f691c7e42/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b2743570-15a6-4a32-8380-688ec4967107/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d6d8d06e-52cf-4856-a106-f0f671675b34/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69c4c355-272f-4cb8-9783-62887dc74bcd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/89a6b7bf-0ea2-41c2-9863-a1d8fdc1ddca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/82399fa9-0b7c-4318-8fb3-ca03d20f0f5f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/baad3f75-ca44-4605-a4c2-72e951a28192/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b08df04-ac8c-455d-97e8-e4edb96720d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9ebce04-8b0a-4345-b63e-3acc63547368/?format=api",
                "https://demo.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://demo.lizard.net/api/v4/pumpstations/29103/?format=api",
            "id": 29103,
            "code": "RG990",
            "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.898611251862229,
                    52.66399100182616,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:37.556679Z",
            "created": "2021-12-21T10:28:26.829182Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5559406a-52aa-4379-a0b0-5ab78afb826c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b4ce5a6-0146-49ea-97b8-97c4e4d84023/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed0b3541-f643-492e-a840-3bdca91e6d40/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce01a684-483f-4591-b702-f6e90caf1737/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0fe87852-7582-4a20-91ee-2607778b49b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dd02293d-dea0-4f6c-b84c-fbebd02b42e1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c03a8173-8b45-495d-a98d-9dcb3f13a078/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39983f31-b727-4b09-9bef-5fcc1351fb54/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aae2a228-58b5-4b4c-942c-6d4788de4ded/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dc3b393f-542c-46b6-8e2a-ae4837370ac1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dd9f49e1-2c4a-4387-91ab-3144b48710c1/?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
        }
    ]
}