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=32680
https://demo.lizard.net/api/v4/timeseries/?format=api&page=32679", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/d3be722b-2faf-41b8-9323-d6b6e1cf0231/?format=api", "uuid": "d3be722b-2faf-41b8-9323-d6b6e1cf0231", "code": "WNS2410::nonequidistant::1::1", "name": "WNS2410", "description": "", "start": "2025-03-18T11:45:00Z", "end": "2025-03-18T11:45:00Z", "value_type": "float", "last_value": 0.44, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api", "id": 6329, "code": "WNS2410", "parameter": "selenium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-06-24T09:06:28.825729Z", "last_modified": "2020-06-24T09:06:28.825684Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/96900954-c3aa-4b55-96f4-2fa85374bfc1/?format=api", "uuid": "96900954-c3aa-4b55-96f4-2fa85374bfc1", "name": "LEMSTERVAART, brug Ruttenseweg (NP214)", "code": "15HN-086-01" }, "extra_metadata": {}, "created": "2025-03-29T12:20:43.794207Z", "last_modified": "2025-04-01T10:25:43.425149Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/ec3003e1-c394-41c0-a4af-69b1dc45afbd/?format=api", "uuid": "ec3003e1-c394-41c0-a4af-69b1dc45afbd", "code": "WNS2410::nonequidistant::1::1", "name": "WNS2410", "description": "", "start": "2025-03-18T10:25:00Z", "end": "2025-03-18T10:25:00Z", "value_type": "float", "last_value": 0.34, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api", "id": 6329, "code": "WNS2410", "parameter": "selenium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-06-24T09:06:28.825729Z", "last_modified": "2020-06-24T09:06:28.825684Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/fdcc9640-b86b-4a1d-96af-8af29a0b61d0/?format=api", "uuid": "fdcc9640-b86b-4a1d-96af-8af29a0b61d0", "name": "ZWOLSEVAART, 'De Voorst' bij Voorstersluis", "code": "21BN-032-01" }, "extra_metadata": {}, "created": "2025-03-29T12:20:43.794249Z", "last_modified": "2025-04-01T10:26:14.737150Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/abe4eefc-62bb-481d-b57d-1fb85557870e/?format=api", "uuid": "abe4eefc-62bb-481d-b57d-1fb85557870e", "code": "WNS2410::nonequidistant::1::1", "name": "WNS2410", "description": "", "start": "2025-03-18T09:56:00Z", "end": "2025-03-18T09:56:00Z", "value_type": "float", "last_value": 0.69, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api", "id": 6329, "code": "WNS2410", "parameter": "selenium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-06-24T09:06:28.825729Z", "last_modified": "2020-06-24T09:06:28.825684Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/caf86c48-77e9-4825-a56c-4f9458914191/?format=api", "uuid": "caf86c48-77e9-4825-a56c-4f9458914191", "name": "LAGE VAART, gemaal De Blocq van Kuffeler", "code": "26AZ-053-01" }, "extra_metadata": {}, "created": "2025-03-29T12:20:43.794292Z", "last_modified": "2025-04-01T10:26:20.002875Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/0f795ad1-ff12-4e44-867a-82c2330a7aa6/?format=api", "uuid": "0f795ad1-ff12-4e44-867a-82c2330a7aa6", "code": "WNS2410::nonequidistant::1::1", "name": "WNS2410", "description": "", "start": "2025-03-18T09:00:00Z", "end": "2025-03-18T09:00:00Z", "value_type": "float", "last_value": 0.63, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api", "id": 6329, "code": "WNS2410", "parameter": "selenium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-06-24T09:06:28.825729Z", "last_modified": "2020-06-24T09:06:28.825684Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/7b3a611f-9d65-4274-a146-d3c202c73917/?format=api", "uuid": "7b3a611f-9d65-4274-a146-d3c202c73917", "name": "LAGE DWARSVAART, brug Buizerdweg", "code": "26BN-008-01" }, "extra_metadata": {}, "created": "2025-03-29T12:20:43.794340Z", "last_modified": "2025-04-01T10:26:11.464245Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/255fd40d-f759-4b2c-918d-9847f8034c0d/?format=api", "uuid": "255fd40d-f759-4b2c-918d-9847f8034c0d", "code": "WNS2410::nonequidistant::1::1", "name": "WNS2410", "description": "", "start": "2025-03-18T12:40:00Z", "end": "2025-03-18T12:40:00Z", "value_type": "float", "last_value": 0.25, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api", "id": 6329, "code": "WNS2410", "parameter": "selenium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-06-24T09:06:28.825729Z", "last_modified": "2020-06-24T09:06:28.825684Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/c1190adb-84ac-4858-8a89-0ae321bc0f89/?format=api", "uuid": "c1190adb-84ac-4858-8a89-0ae321bc0f89", "name": "HOGE VAART, Ketelhaven einde steiger", "code": "21CN-015-01" }, "extra_metadata": {}, "created": "2025-03-29T12:20:43.794381Z", "last_modified": "2025-04-01T10:26:14.387455Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/e6c83659-5788-4de0-93d7-5343d9091502/?format=api", "uuid": "e6c83659-5788-4de0-93d7-5343d9091502", "code": "WNS2410::nonequidistant::1::1", "name": "WNS2410", "description": "", "start": "2025-03-18T11:41:00Z", "end": "2025-03-18T11:41:00Z", "value_type": "float", "last_value": 0.73, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api", "id": 6329, "code": "WNS2410", "parameter": "selenium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "OW", "created": "2020-06-24T09:06:28.825729Z", "last_modified": "2020-06-24T09:06:28.825684Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/276b1203-c52b-4cd0-96ab-32c0ab4d2ae2/?format=api", "uuid": "276b1203-c52b-4cd0-96ab-32c0ab4d2ae2", "name": "LARSERTOCHT, aflaatwerk Vleetweg, hoge kant", "code": "26EZ-025-01" }, "extra_metadata": {}, "created": "2025-03-29T12:20:43.794422Z", "last_modified": "2025-04-01T10:26:12.937816Z", "access_modifier": "Public" } ] }{ "count": 326796, "next": null, "previous": "