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=32656
https://demo.lizard.net/api/v4/timeseries/?format=api&page=32657", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32655", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/34ed77ed-7637-4939-81e4-d84a2a3a5793/?format=api", "uuid": "34ed77ed-7637-4939-81e4-d84a2a3a5793", "code": "WNS6931::nonequidistant::1::1", "name": "WNS6931", "description": "", "start": "2024-11-13T08:58:00Z", "end": "2024-11-13T08:58:00Z", "value_type": "float", "last_value": 34.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6281/?format=api", "id": 6281, "code": "WNS6931", "parameter": "Gloeirest", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T09:06:28.460046Z", "last_modified": "2020-06-24T09:06:28.460004Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/42008cd8-1f70-4aba-a094-b98212e10648/?format=api", "uuid": "42008cd8-1f70-4aba-a094-b98212e10648", "name": "PLAS NAAST 'DE STICHTSE PUTTEN', nabij Kz5/6", "code": "26DZ-024-01" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519255Z", "last_modified": "2025-02-11T10:28:43.672558Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/3d38d967-f59a-41d7-a92d-bdd6c388d272/?format=api", "uuid": "3d38d967-f59a-41d7-a92d-bdd6c388d272", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2025-01-09T10:00:00Z", "end": "2025-02-06T10:30:00Z", "value_type": "float", "last_value": 1.95, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/2cdc1e19-6ffd-42d8-a22e-f8b7ab77cad1/?format=api", "uuid": "2cdc1e19-6ffd-42d8-a22e-f8b7ab77cad1", "name": "STAARTRESERVAAT, plas aan oostzijde", "code": "20FN-295-01" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519329Z", "last_modified": "2025-02-22T09:23:12.120557Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/6610b3c0-cd66-42d9-af9a-7b992234ea35/?format=api", "uuid": "6610b3c0-cd66-42d9-af9a-7b992234ea35", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2025-01-06T08:45:00Z", "end": "2025-02-05T09:01:00Z", "value_type": "float", "last_value": 4.4, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/3822fe1b-01c4-4b00-8857-e5c6e52dafd9/?format=api", "uuid": "3822fe1b-01c4-4b00-8857-e5c6e52dafd9", "name": "ZWARTEMEERTOCHT, thv Paardenweg", "code": "21BZ-031-01" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519375Z", "last_modified": "2025-02-18T10:28:10.134621Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/ad7f013f-472c-4991-8c95-5278307da25f/?format=api", "uuid": "ad7f013f-472c-4991-8c95-5278307da25f", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2024-11-26T08:10:00Z", "end": "2024-11-26T08:10:00Z", "value_type": "float", "last_value": 1.93, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/90616669-f49b-46b6-8e84-fb4945046ff3/?format=api", "uuid": "90616669-f49b-46b6-8e84-fb4945046ff3", "name": "IJSSELMEER, thv hmp 33.3", "code": "20DZ-38644" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519420Z", "last_modified": "2025-02-11T10:28:26.235539Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/457b89f0-1b50-440d-862b-8089ed44a087/?format=api", "uuid": "457b89f0-1b50-440d-862b-8089ed44a087", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2024-11-26T08:46:00Z", "end": "2024-11-26T08:46:00Z", "value_type": "float", "last_value": 2.95, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/6a45676a-3258-42d7-b368-3262ce2a0e33/?format=api", "uuid": "6a45676a-3258-42d7-b368-3262ce2a0e33", "name": "IJSSELMEER, thv ijzeren hevelhuisje, hmp 28.3", "code": "20GN-38645" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519462Z", "last_modified": "2025-02-11T10:28:43.663226Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/edd45980-5429-4019-b2a3-d6cde12c791f/?format=api", "uuid": "edd45980-5429-4019-b2a3-d6cde12c791f", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2024-11-26T09:10:00Z", "end": "2024-11-26T09:10:00Z", "value_type": "float", "last_value": 3.11, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/6def6d5d-2328-47c9-9166-b7a33d7f7336/?format=api", "uuid": "6def6d5d-2328-47c9-9166-b7a33d7f7336", "name": "IJSSELMEER, thv hmp 24.7", "code": "20GN-38646" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519503Z", "last_modified": "2025-02-11T10:27:36.434404Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/68d65a59-106e-4272-947c-34a7d83bd09c/?format=api", "uuid": "68d65a59-106e-4272-947c-34a7d83bd09c", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2024-11-26T09:20:00Z", "end": "2025-02-11T08:19:00Z", "value_type": "float", "last_value": 2.19, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/ea3c6d8a-998e-4264-b8ca-75113803a5a6/?format=api", "uuid": "ea3c6d8a-998e-4264-b8ca-75113803a5a6", "name": "IJSSELMEER, thv hmp 21.7", "code": "20GN-38647" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519568Z", "last_modified": "2025-02-22T11:21:16.345951Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/56fffe25-09eb-4a9c-bc92-2e3b7e31df5a/?format=api", "uuid": "56fffe25-09eb-4a9c-bc92-2e3b7e31df5a", "code": "ZZL99030::nonequidistant::1::1", "name": "ZZL99030", "description": "", "start": "2024-11-26T09:35:00Z", "end": "2024-11-26T09:35:00Z", "value_type": "float", "last_value": 3.37, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6612/?format=api", "id": 6612, "code": "ZZL99030", "parameter": "stikstof", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "nf", "compartment": "OW", "created": "2020-06-24T10:05:10.235881Z", "last_modified": "2020-06-24T10:05:48.629041Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/eb5e3de9-1c57-4407-8e87-ccc54d63eebd/?format=api", "uuid": "eb5e3de9-1c57-4407-8e87-ccc54d63eebd", "name": "IJSSELMEER, thv hmp 18.4", "code": "20FZ-38648" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519610Z", "last_modified": "2025-02-11T10:27:51.950154Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/85281512-417b-4080-bebe-fd755820f35a/?format=api", "uuid": "85281512-417b-4080-bebe-fd755820f35a", "code": "WNS12178::nonequidistant::1::1", "name": "WNS12178", "description": "", "start": "2024-10-29T09:25:00Z", "end": "2025-02-24T10:00:00Z", "value_type": "float", "last_value": 6.6, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/3304/?format=api", "id": 3304, "code": "WNS12178", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:36.449364Z", "last_modified": "2020-02-19T15:58:36.449327Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api", "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa", "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht", "code": "26EN-045-01" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519652Z", "last_modified": "2025-03-18T08:30:55.698664Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/9a813e8c-9239-4a34-8552-955290cd9a6c/?format=api", "uuid": "9a813e8c-9239-4a34-8552-955290cd9a6c", "code": "WNS12178::nonequidistant::1::1", "name": "WNS12178", "description": "", "start": "2024-10-29T09:20:00Z", "end": "2025-02-24T09:40:00Z", "value_type": "float", "last_value": 3.6, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/3304/?format=api", "id": 3304, "code": "WNS12178", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:36.449364Z", "last_modified": "2020-02-19T15:58:36.449327Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api", "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4", "name": "MEERKOETENTOCHT, einde kavelpad D24/D25", "code": "26EN-39910" }, "extra_metadata": {}, "created": "2025-01-27T13:01:04.519692Z", "last_modified": "2025-03-18T08:30:47.843250Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "