Pump Station List
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=300
https://demo.lizard.net/api/v4/pumpstations/?format=api&page=301", "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=299", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpstations/29064/?format=api", "id": 29064, "code": "RG-650", "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.75889658509417, 52.57881476725104, 0.0 ] }, "last_modified": "2023-12-23T06:12:26.916635Z", "created": "2021-12-21T10:22:53.798590Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/5ab65a8a-92ea-4666-87cb-5f5ee2d35d7e/?format=api", "https://demo.lizard.net/api/v4/timeseries/11652f1d-99e0-4bc2-9a7d-dfb9ed002a88/?format=api", "https://demo.lizard.net/api/v4/timeseries/ddde87ec-2e96-4669-b9ba-6722b51513fa/?format=api", "https://demo.lizard.net/api/v4/timeseries/a64dbb67-8e3f-4111-902c-cc1d203ab001/?format=api", "https://demo.lizard.net/api/v4/timeseries/3c818f21-b27c-49b3-9252-d95471136cfe/?format=api", "https://demo.lizard.net/api/v4/timeseries/c0d612ff-b230-43c1-8e48-01cd71422994/?format=api", "https://demo.lizard.net/api/v4/timeseries/7dfccf09-387b-4b7e-bcba-c0921232e475/?format=api", "https://demo.lizard.net/api/v4/timeseries/fb80c7f1-0bb7-4268-af63-8b95a0013176/?format=api", "https://demo.lizard.net/api/v4/timeseries/038a406f-3c2d-4f92-82b0-31b34337d1bd/?format=api", "https://demo.lizard.net/api/v4/timeseries/97434f20-cd6c-4803-a205-2ae0757a2d4b/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal Colijn", "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/29065/?format=api", "id": 29065, "code": "RG-720", "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.637733042824171, 52.396250842128644, 0.0 ] }, "last_modified": "2023-12-23T06:12:27.868807Z", "created": "2021-12-21T10:23:02.009254Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/41603715-7b65-4eef-8e3b-976d862a3321/?format=api", "https://demo.lizard.net/api/v4/timeseries/8f83edd2-7c68-4c2f-b41a-c9c1ef887278/?format=api", "https://demo.lizard.net/api/v4/timeseries/383bf6d9-5804-4cdf-8883-a1c1e70639aa/?format=api", "https://demo.lizard.net/api/v4/timeseries/f366cd39-f56e-495d-bcf0-eb6601527f3a/?format=api", "https://demo.lizard.net/api/v4/timeseries/1ca94593-8966-4d0e-9cd3-e36c2de58712/?format=api", "https://demo.lizard.net/api/v4/timeseries/a2e1ab04-350f-4661-aed6-575c261467ea/?format=api", "https://demo.lizard.net/api/v4/timeseries/d786f8d9-a772-44ca-b6a1-5674f6753af2/?format=api", "https://demo.lizard.net/api/v4/timeseries/72b5fd7d-ae9d-4681-a7ac-6bcd2297caaf/?format=api", "https://demo.lizard.net/api/v4/timeseries/d727521a-1f9a-47ca-b537-0a87bc11e37d/?format=api", "https://demo.lizard.net/api/v4/timeseries/6ab7dc19-5222-4ffd-962b-3ae2ccab456b/?format=api", "https://demo.lizard.net/api/v4/timeseries/eadd786f-ebfb-4d80-ba13-cbacd9a208a6/?format=api", "https://demo.lizard.net/api/v4/timeseries/3fd245ba-7fb7-448d-a951-e72538f7b17f/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal X40", "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/29066/?format=api", "id": 29066, "code": "RG425", "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.45290915605417, 52.51317964162828, 0.0 ] }, "last_modified": "2023-12-20T11:33:32.552661Z", "created": "2021-12-21T10:23:11.562941Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ad05649a-53a5-4ea0-8172-ad4db549467a/?format=api", "https://demo.lizard.net/api/v4/timeseries/19d2dc05-3fb1-41c0-9a31-f786e2aabcfa/?format=api", "https://demo.lizard.net/api/v4/timeseries/b0892744-2a26-4ae2-ae46-2d3e4072af1d/?format=api", "https://demo.lizard.net/api/v4/timeseries/10529455-1b54-4a96-9f15-be352eb79c81/?format=api", "https://demo.lizard.net/api/v4/timeseries/4075d368-45e4-46d5-8308-e7b8a539c6c7/?format=api", "https://demo.lizard.net/api/v4/timeseries/c23bb53b-14ee-437c-98bd-2dd9955c340b/?format=api", "https://demo.lizard.net/api/v4/timeseries/aaa28473-9187-4955-a604-9df0b47d688d/?format=api", "https://demo.lizard.net/api/v4/timeseries/e9f63bbd-487e-4bf4-960f-e9772ab725c1/?format=api", "https://demo.lizard.net/api/v4/timeseries/781cd42c-5f02-49ab-93aa-633f596ec956/?format=api", "https://demo.lizard.net/api/v4/timeseries/2471be43-d159-4120-8fa3-9cf38631d036/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal De Gondel", "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/29067/?format=api", "id": 29067, "code": "RG410", "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.486193089236994, 52.52080557623917, 0.0 ] }, "last_modified": "2023-12-20T11:33:31.933434Z", "created": "2021-12-21T10:23:21.446327Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/720b7aa1-741b-4e06-947f-79aa224901c0/?format=api", "https://demo.lizard.net/api/v4/timeseries/c7dbb63a-9a5a-42e3-b24d-fb07cc6a1174/?format=api", "https://demo.lizard.net/api/v4/timeseries/424ab148-c925-4fdc-9b3f-0d17e05cf213/?format=api", "https://demo.lizard.net/api/v4/timeseries/3c235ba3-08d3-4523-ade0-481443fb56d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/2d503fec-37ef-412c-a952-cdbce9b43391/?format=api", "https://demo.lizard.net/api/v4/timeseries/eb2689e8-ed67-4081-9b1a-78766ba7108e/?format=api", "https://demo.lizard.net/api/v4/timeseries/439cd5f7-06f5-4db6-82e6-f3c3f8468e80/?format=api", "https://demo.lizard.net/api/v4/timeseries/f24c8f59-8df4-48f4-b086-47d3596ca285/?format=api", "https://demo.lizard.net/api/v4/timeseries/6815d89b-fce4-47e1-8557-18576abefd64/?format=api", "https://demo.lizard.net/api/v4/timeseries/0dd4a02a-6899-4134-ab7b-ed598891af87/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal Noorderwagenplein", "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/29068/?format=api", "id": 29068, "code": "RG435", "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.473331174292908, 52.49311224445883, 0.0 ] }, "last_modified": "2023-12-20T11:33:33.167797Z", "created": "2021-12-21T10:23:31.945916Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/6acbe2bf-3319-4478-80d1-38eb30d23338/?format=api", "https://demo.lizard.net/api/v4/timeseries/7de521b8-0969-4e49-81d0-f292a9f0ae5a/?format=api", "https://demo.lizard.net/api/v4/timeseries/58f27365-d304-48ca-a2b5-1fd19640097f/?format=api", "https://demo.lizard.net/api/v4/timeseries/ef43608a-b7b2-45ad-8ca5-51377b70fa62/?format=api", "https://demo.lizard.net/api/v4/timeseries/e237f496-f792-451b-9724-ec77c42efbc9/?format=api", "https://demo.lizard.net/api/v4/timeseries/584ac66e-7de2-42b8-9301-4858fafd9042/?format=api", "https://demo.lizard.net/api/v4/timeseries/d7a284ff-8bb6-4c44-b2a0-4baf4d148922/?format=api", "https://demo.lizard.net/api/v4/timeseries/4236366a-e774-42cd-a5fe-fffe6b01a85a/?format=api", "https://demo.lizard.net/api/v4/timeseries/d6d8f9d8-d81e-4e1b-8dfd-62f4143f88cf/?format=api", "https://demo.lizard.net/api/v4/timeseries/1e4d99e9-bd77-4117-8fe2-0e274ea04b2e/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal Warande", "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/29069/?format=api", "id": 29069, "code": "RG445", "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.488935548410523, 52.49870526431462, 0.0 ] }, "last_modified": "2023-12-20T11:33:33.430629Z", "created": "2021-12-21T10:23:42.697891Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/7be42876-e0d7-4652-a67f-adb9d9ecd7a9/?format=api", "https://demo.lizard.net/api/v4/timeseries/09b2c5bf-0d75-4d6c-827d-fbd0eaa57c35/?format=api", "https://demo.lizard.net/api/v4/timeseries/1f40aecf-62a2-41e3-8489-1b12448f523d/?format=api", "https://demo.lizard.net/api/v4/timeseries/75c9a1c5-fb78-43c7-bcd6-063cf5952e1f/?format=api", "https://demo.lizard.net/api/v4/timeseries/f8e2fc4b-71ab-4126-9a94-55686ba24fb1/?format=api", "https://demo.lizard.net/api/v4/timeseries/b02ae208-3396-4750-8df8-a512a5a51143/?format=api", "https://demo.lizard.net/api/v4/timeseries/38c79174-b162-49af-8950-1747855f8405/?format=api", "https://demo.lizard.net/api/v4/timeseries/13125360-0875-4620-bc20-ba5db559fef2/?format=api", "https://demo.lizard.net/api/v4/timeseries/c3095742-f21d-4518-9bdf-97a389038617/?format=api", "https://demo.lizard.net/api/v4/timeseries/c1cd067e-0ed1-4b8b-a580-effd1ec39e59/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal De Griend", "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/29070/?format=api", "id": 29070, "code": "RG430", "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.566937553426679, 52.458400363323584, 0.0 ] }, "last_modified": "2023-12-20T11:33:32.857665Z", "created": "2021-12-21T10:23:54.308617Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e82214f5-42df-4e85-bf30-689fc61605b1/?format=api", "https://demo.lizard.net/api/v4/timeseries/e46ce005-9eb4-4002-a505-4182a866e393/?format=api", "https://demo.lizard.net/api/v4/timeseries/7d50bb6b-d8d4-453c-8c00-a13a834ac554/?format=api", "https://demo.lizard.net/api/v4/timeseries/c8f3b392-c0d0-4a3a-a8e6-574cc6a47f48/?format=api", "https://demo.lizard.net/api/v4/timeseries/d2e10d9a-8f02-48fb-a46b-a22ceb3b1cc1/?format=api", "https://demo.lizard.net/api/v4/timeseries/88615854-63ff-4386-8a6b-600fa87896bb/?format=api", "https://demo.lizard.net/api/v4/timeseries/0d311849-512e-4680-8a6a-d0584614f56c/?format=api", "https://demo.lizard.net/api/v4/timeseries/fcef549b-49aa-4118-a1c8-da3d81be5659/?format=api", "https://demo.lizard.net/api/v4/timeseries/36c3682b-dbfa-4290-b9d3-0ba0f4cbc5a0/?format=api", "https://demo.lizard.net/api/v4/timeseries/d3a9deb9-fde0-4d92-b2b6-6a1f5c931813/?format=api", "https://demo.lizard.net/api/v4/timeseries/c41dcfed-f514-425f-9f7d-53304b4650dc/?format=api", "https://demo.lizard.net/api/v4/timeseries/ec8bb7a1-d07c-4d12-9d1d-dfd4c441ae95/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal ANWB Camping", "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/29071/?format=api", "id": 29071, "code": "RG405", "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.431424245006139, 52.50449800441148, 0.0 ] }, "last_modified": "2023-12-20T11:33:31.645226Z", "created": "2021-12-21T10:24:05.782740Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ea5c3354-8f7b-4743-bee5-66bd8f390102/?format=api", "https://demo.lizard.net/api/v4/timeseries/88a82682-d90c-4867-a5c3-af7d46d1dc50/?format=api", "https://demo.lizard.net/api/v4/timeseries/1781f607-3acc-47b8-a46a-5aca1d9bb6dd/?format=api", "https://demo.lizard.net/api/v4/timeseries/5b701ddf-4b48-4dc6-aafb-d7f120c7c6da/?format=api", "https://demo.lizard.net/api/v4/timeseries/8b150cdb-9ea5-4f4d-85ca-706c96b85a3e/?format=api", "https://demo.lizard.net/api/v4/timeseries/efcfae97-04a9-4745-88ea-0674c76c82fa/?format=api", "https://demo.lizard.net/api/v4/timeseries/8b184488-2079-40c6-9131-44266b03bf9a/?format=api", "https://demo.lizard.net/api/v4/timeseries/23c25c6d-543c-4fa3-8b48-a039524329cb/?format=api", "https://demo.lizard.net/api/v4/timeseries/254e112d-c256-46ec-b5da-db8422e5be8a/?format=api", "https://demo.lizard.net/api/v4/timeseries/9ad360af-7894-4f48-bba6-c911071689f9/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal Noordersluis", "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/29072/?format=api", "id": 29072, "code": "RG420", "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.570027062316254, 52.44947201464839, 0.0 ] }, "last_modified": "2023-12-20T11:33:32.244102Z", "created": "2021-12-21T10:24:14.836036Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3e22295d-0c77-4968-ba20-c5c30f8a59f1/?format=api", "https://demo.lizard.net/api/v4/timeseries/e3a11d4d-76a5-40bc-9f42-fea39de06cf0/?format=api", "https://demo.lizard.net/api/v4/timeseries/4c8af354-7453-4c39-959d-64778c49c06b/?format=api", "https://demo.lizard.net/api/v4/timeseries/f836baae-decb-440e-9cc6-b55a0bcbf0ba/?format=api", "https://demo.lizard.net/api/v4/timeseries/8222049e-95e3-4d9b-ba30-a4a2cd1237b5/?format=api", "https://demo.lizard.net/api/v4/timeseries/e5c8f7bd-9d8a-456b-9e19-84a86beefb49/?format=api", "https://demo.lizard.net/api/v4/timeseries/43a9f94e-6832-4a1b-959d-0147490098a1/?format=api", "https://demo.lizard.net/api/v4/timeseries/c4972fe1-c945-45bc-8500-7fc764df1ff2/?format=api", "https://demo.lizard.net/api/v4/timeseries/1069fa35-3434-4391-9741-209214529520/?format=api", "https://demo.lizard.net/api/v4/timeseries/362b5df0-90d6-45da-b5b2-68023b576041/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal Larserbos", "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/29073/?format=api", "id": 29073, "code": "RG175", "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.526355991059738, 52.33049140691535, 0.0 ] }, "last_modified": "2023-12-20T11:33:24.698499Z", "created": "2021-12-21T10:24:24.396889Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/09dd7b78-5f7d-40c5-8df8-58482188eb94/?format=api", "https://demo.lizard.net/api/v4/timeseries/59720130-752c-49a5-88a6-da97b5faf082/?format=api", "https://demo.lizard.net/api/v4/timeseries/be63e863-d343-4d3b-913f-96f8674a3798/?format=api", "https://demo.lizard.net/api/v4/timeseries/d6b4dab2-91dd-4f24-998f-c6f9afea0757/?format=api", "https://demo.lizard.net/api/v4/timeseries/b0d14bd5-de1b-487f-a568-24ebbfe3f97c/?format=api", "https://demo.lizard.net/api/v4/timeseries/68681c7a-5015-4202-8af5-b9b83b196888/?format=api", "https://demo.lizard.net/api/v4/timeseries/efaa77f8-b6c2-4a60-aca0-34a3dd456739/?format=api", "https://demo.lizard.net/api/v4/timeseries/d5772026-f85d-45ab-9a3c-e2750f94b53a/?format=api", "https://demo.lizard.net/api/v4/timeseries/d8e987ae-7aae-4074-a47c-3b5e1d5abba1/?format=api", "https://demo.lizard.net/api/v4/timeseries/21628179-322e-4e10-87c7-6111efeba94a/?format=api", "https://demo.lizard.net/api/v4/timeseries/3be4f3f2-0d56-4363-b92b-b4b7ef5f04eb/?format=api", "https://demo.lizard.net/api/v4/timeseries/26de1ca1-da89-4edf-9d35-53d441ba95a2/?format=api", "https://demo.lizard.net/api/v4/timeseries/2350b18c-8259-4075-b1a4-f06c11dfb30d/?format=api", "https://demo.lizard.net/api/v4/timeseries/4908e1d2-ea2e-4a16-855f-649ed9346a64/?format=api", "https://demo.lizard.net/api/v4/timeseries/462211bc-b77b-4e16-8ff1-c3d5e55993df/?format=api", "https://demo.lizard.net/api/v4/timeseries/bb3c93d0-a172-491e-b211-ab30a528ec09/?format=api", "https://demo.lizard.net/api/v4/timeseries/c994d7e0-6434-4027-8bf5-fab739590fd2/?format=api" ], "pumps": [], "type": "other", "name": "Rioolgemaal Sportlaan", "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 } ] }{ "count": 3136, "next": "