Timeseries List
Endpoint for interacting with timeseries metadata.
Query parameters:
uuid
Exact filter on uuid
.
uuid__in
List filter on uuid
. UUIDs must be comma separated.
name
Filter on name
. Filter methods exact
and startswith
are supported.
code
Filter on code
. Filter methods exact
and startswith
are supported.
start:
Temporal filter on start
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; start__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
end:
Temporal filter on end
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; end__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
value_type
Filter on value_type
. Choices are integer
, float
, boolean
, text
,
image
, movie
, file
, float array
.
observation_type__id
Filter on observation_type__id
. Filter method exact
is supported.
observation_type__code
Filter on observation_type__code
. Filter methods exact
and startswith
are supported.
datasource__id
Filter on datasource__id
. Filter method exact
is supported.
datasource__uuid
Filter on datasource__uuid
field. Filter method exact
is supported.
location__uuid
Filter on location__uuid
field. Filter method exact
is supported.
location__organisation__uuid (Requires also filter on code)
Filter on location__organisation__uuid
. Filter method exact
is supported.
monitoring_network__id
Filter on monitoring_network__id
. Filter method exact
is supported.
access_modifier
Filter on access_modifier
, options are 'Public', 'Private', 'Common', or 'Hidden'.
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.
Examples
?uuid=d08a97db-80b4-4a0b-bc5b-078f97a948e5
?uuid__in=d08a97db-80b4-4a0b-bc5b-078f97a948e5,9723f42c-820a-4c5f-96ce-9febef948f53
?name=my-timeseries
?name__startswith=my-tim
?code=abc&location__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1
?code__startswith=a&location__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1
?start__gte=2017-01-01T00:00:00Z
?end__lt=2018-01-01T00:00:00Z
?value_type=float
?observation_type=1
?observation_type__id=1
?observation_type__code=my-code
?observation_type__code__startswith=my-c
?datasource=1
?datasource__id=1
?datasource__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1
?location__code=MOB_MP_P_5min
?location__name__startswith=Rotterdam
?location__organisation__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1
?location__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1
?access_modifier=Private
?access_modifier=100
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/timeseries/?format=api&page=32670
https://demo.lizard.net/api/v4/timeseries/?format=api&page=32671", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32669", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/15ec6602-fde2-4c67-9ec6-7cee8fe1ed9e/?format=api", "uuid": "15ec6602-fde2-4c67-9ec6-7cee8fe1ed9e", "code": "WNS8943::nonequidistant::1::1", "name": "WNS8943", "description": "", "start": "2025-01-13T00:00:00Z", "end": "2025-02-18T00:00:00Z", "value_type": "float", "last_value": 270.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6220/?format=api", "id": 6220, "code": "WNS8943", "parameter": "koolstof organisch", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "C", "compartment": "AW", "created": "2020-06-23T16:06:02.233505Z", "last_modified": "2020-06-23T16:06:02.233469Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/4e398ee0-4f2a-4b56-aabb-9352ee4a4365/?format=api", "uuid": "4e398ee0-4f2a-4b56-aabb-9352ee4a4365", "name": "Bemonsteringspunt influent", "code": "600-X-1104" }, "extra_metadata": {}, "created": "2025-02-03T13:08:45.883313Z", "last_modified": "2025-03-15T10:25:34.448562Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/44d1f086-13d6-4ff5-a89e-3bc7b56ad8d9/?format=api", "uuid": "44d1f086-13d6-4ff5-a89e-3bc7b56ad8d9", "code": "ZZL99027::second::1::900", "name": "ZZL99027", "description": "", "start": "2025-01-25T12:30:00Z", "end": "2025-03-15T20:30:00Z", "value_type": "float", "last_value": 47.206, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6241/?format=api", "id": 6241, "code": "ZZL99027", "parameter": "Debiet", "unit": "m3/15min", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "INSU", "compartment": "OW", "created": "2020-06-24T08:56:10.262103Z", "last_modified": "2020-06-24T08:56:10.262060Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/89c33563-73b9-47e6-8789-1e2800d6822f/?format=api", "uuid": "89c33563-73b9-47e6-8789-1e2800d6822f", "name": "Stuw Steenwijkertocht 2, debiet", "code": "ST4891-FT" }, "extra_metadata": {}, "created": "2025-02-03T21:28:17.828176Z", "last_modified": "2025-03-15T21:25:44.662148Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/969b3b51-dd7f-4dcc-bd0f-4d0d0471c2ce/?format=api", "uuid": "969b3b51-dd7f-4dcc-bd0f-4d0d0471c2ce", "code": "ZZL99027::second::1::900", "name": "ZZL99027", "description": "", "start": "2025-01-25T12:30:00Z", "end": "2025-03-15T20:30:00Z", "value_type": "float", "last_value": 135.801, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6241/?format=api", "id": 6241, "code": "ZZL99027", "parameter": "Debiet", "unit": "m3/15min", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "INSU", "compartment": "OW", "created": "2020-06-24T08:56:10.262103Z", "last_modified": "2020-06-24T08:56:10.262060Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/0fe99d32-2665-4f47-a3fa-2ee9cf4f376b/?format=api", "uuid": "0fe99d32-2665-4f47-a3fa-2ee9cf4f376b", "name": "Stuw Steenwijkertocht 1, debiet", "code": "ST4817-FT" }, "extra_metadata": {}, "created": "2025-02-03T21:28:17.828243Z", "last_modified": "2025-03-15T21:25:30.495299Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/02533621-2a0d-4289-bf90-a26cb7af99a4/?format=api", "uuid": "02533621-2a0d-4289-bf90-a26cb7af99a4", "code": "WNS6870::second::1::86400", "name": "WNS6870", "description": "", "start": "2025-01-27T00:00:00Z", "end": "2025-03-15T00:00:00Z", "value_type": "float", "last_value": 4512.227, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8418/?format=api", "id": 8418, "code": "WNS6870", "parameter": "", "unit": "m3/d", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-10-08T14:35:28.925596Z", "last_modified": "2020-10-08T14:35:28.925571Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/89c33563-73b9-47e6-8789-1e2800d6822f/?format=api", "uuid": "89c33563-73b9-47e6-8789-1e2800d6822f", "name": "Stuw Steenwijkertocht 2, debiet", "code": "ST4891-FT" }, "extra_metadata": {}, "created": "2025-02-03T22:28:34.438305Z", "last_modified": "2025-03-15T21:25:36.092882Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/09d20c93-b2b2-4225-94b8-f855ad774a9f/?format=api", "uuid": "09d20c93-b2b2-4225-94b8-f855ad774a9f", "code": "WNS6870::second::1::86400", "name": "WNS6870", "description": "", "start": "2025-01-27T00:00:00Z", "end": "2025-03-15T00:00:00Z", "value_type": "float", "last_value": 12093.838, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8418/?format=api", "id": 8418, "code": "WNS6870", "parameter": "", "unit": "m3/d", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-10-08T14:35:28.925596Z", "last_modified": "2020-10-08T14:35:28.925571Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/0fe99d32-2665-4f47-a3fa-2ee9cf4f376b/?format=api", "uuid": "0fe99d32-2665-4f47-a3fa-2ee9cf4f376b", "name": "Stuw Steenwijkertocht 1, debiet", "code": "ST4817-FT" }, "extra_metadata": {}, "created": "2025-02-03T22:28:34.438378Z", "last_modified": "2025-03-15T21:25:36.453599Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/429038f6-35a5-4fbe-bfdd-927bd97fdcec/?format=api", "uuid": "429038f6-35a5-4fbe-bfdd-927bd97fdcec", "code": "WNS8734::nonequidistant::1::1", "name": "WNS8734", "description": "", "start": "2023-02-07T09:50:00Z", "end": "2023-08-08T09:00:00Z", "value_type": "float", "last_value": 2.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/7827/?format=api", "id": 7827, "code": "WNS8734", "parameter": "dipyridamol", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-07-07T10:09:06.393783Z", "last_modified": "2020-07-07T10:09:06.393639Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/5b111608-372b-499f-99e7-13a2fbb769be/?format=api", "uuid": "5b111608-372b-499f-99e7-13a2fbb769be", "name": "LAGE VAART, brug Colijnweg", "code": "20HN-044-01" }, "extra_metadata": {}, "created": "2025-02-05T16:21:15.633763Z", "last_modified": "2025-02-18T10:27:41.282567Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/a0ad7046-bb7d-4d5a-9af9-b22155013489/?format=api", "uuid": "a0ad7046-bb7d-4d5a-9af9-b22155013489", "code": "WNS8734::nonequidistant::1::1", "name": "WNS8734", "description": "", "start": "2023-02-07T09:25:00Z", "end": "2023-08-08T07:00:00Z", "value_type": "float", "last_value": 0.5, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/7827/?format=api", "id": 7827, "code": "WNS8734", "parameter": "dipyridamol", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-07-07T10:09:06.393783Z", "last_modified": "2020-07-07T10:09:06.393639Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/981a4797-0c72-43ea-b45f-bda0ce7d0e14/?format=api", "uuid": "981a4797-0c72-43ea-b45f-bda0ce7d0e14", "name": "URKERVAART, steiger t/o Toppad Urk", "code": "20FN-186-01" }, "extra_metadata": {}, "created": "2025-02-05T16:21:15.633844Z", "last_modified": "2025-02-18T10:28:17.327947Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/343eb073-2405-4d18-ada8-b910e5a926fe/?format=api", "uuid": "343eb073-2405-4d18-ada8-b910e5a926fe", "code": "groundwater_head_v1", "name": "groundwater heead", "description": "", "start": "2019-01-27T12:00:00Z", "end": "2019-02-25T12:00:00Z", "value_type": "float", "last_value": 0.005, "interval": 0, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/845/?format=api", "id": 845, "code": "Elevation(mMSL)", "parameter": "Elevation", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MSL", "compartment": "", "created": "2017-08-21T12:22:55.356966Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/d5641da4-3d24-46e7-b866-5053130eaacc/?format=api", "uuid": "d5641da4-3d24-46e7-b866-5053130eaacc", "name": "Groundwater station 1", "code": "BR99" }, "extra_metadata": {}, "created": "2025-02-06T11:15:58.861444Z", "last_modified": "2025-02-06T11:27:44.246089Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/5d25a459-fba4-4b4a-8ad7-0ba2c93213ad/?format=api", "uuid": "5d25a459-fba4-4b4a-8ad7-0ba2c93213ad", "code": "WNS5139::nonequidistant::1::1", "name": "WNS5139", "description": "", "start": "2025-01-25T00:00:00Z", "end": "2025-02-24T00:00:00Z", "value_type": "float", "last_value": 0.05, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api", "id": 6621, "code": "WNS5139", "parameter": "uranium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.272126Z", "last_modified": "2020-06-24T11:06:18.272089Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/1c71ddb0-6b62-4411-8951-b3de746f40cf/?format=api", "uuid": "1c71ddb0-6b62-4411-8951-b3de746f40cf", "name": "Bemonsteringspunt effluent", "code": "800-X-1801" }, "extra_metadata": {}, "created": "2025-02-14T11:20:57.681023Z", "last_modified": "2025-03-15T10:25:47.291284Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/533ddd63-bea0-4a20-8be5-6f83ea256fb5/?format=api", "uuid": "533ddd63-bea0-4a20-8be5-6f83ea256fb5", "code": "WNS2182::nonequidistant::1::1", "name": "WNS2182", "description": "", "start": "2025-01-25T00:00:00Z", "end": "2025-02-24T00:00:00Z", "value_type": "float", "last_value": 0.05, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api", "id": 6623, "code": "WNS2182", "parameter": "wolfraam", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.311221Z", "last_modified": "2020-06-24T11:06:18.311182Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/1c71ddb0-6b62-4411-8951-b3de746f40cf/?format=api", "uuid": "1c71ddb0-6b62-4411-8951-b3de746f40cf", "name": "Bemonsteringspunt effluent", "code": "800-X-1801" }, "extra_metadata": {}, "created": "2025-02-14T11:20:57.681114Z", "last_modified": "2025-03-15T10:25:50.506834Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "