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=32674
https://demo.lizard.net/api/v4/timeseries/?format=api&page=32675", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32673", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/1f9f20fb-9cec-4433-bdb7-2726a61ca8ed/?format=api", "uuid": "1f9f20fb-9cec-4433-bdb7-2726a61ca8ed", "code": "WNS12779::second::1::3600", "name": "WNS12779", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T00:00:00Z", "value_type": "float", "last_value": -120.1, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api", "id": 3905, "code": "WNS12779", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:40.840685Z", "last_modified": "2020-02-19T15:58:40.840648Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api", "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b", "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch", "code": "27AN-079-02" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366546Z", "last_modified": "2025-03-15T05:26:04.695121Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/d9211896-89ba-4bb3-9ece-a7f15e5cc4a2/?format=api", "uuid": "d9211896-89ba-4bb3-9ece-a7f15e5cc4a2", "code": "WNS12779::second::1::3600", "name": "WNS12779", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T02:00:00Z", "value_type": "float", "last_value": -190.5, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api", "id": 3905, "code": "WNS12779", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:40.840685Z", "last_modified": "2020-02-19T15:58:40.840648Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/18bf9fa5-fcec-408b-aa3b-48f43294b52d/?format=api", "uuid": "18bf9fa5-fcec-408b-aa3b-48f43294b52d", "name": "BREMERBERGDIJK, hmp 14.0, benedenbeloop, freatisch", "code": "27AN-079-04" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366588Z", "last_modified": "2025-03-15T05:25:34.436425Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/1aa52f75-f6aa-4eed-ac71-dd0236847702/?format=api", "uuid": "1aa52f75-f6aa-4eed-ac71-dd0236847702", "code": "WNS12779::second::1::3600", "name": "WNS12779", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T01:00:00Z", "value_type": "float", "last_value": -147.1, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api", "id": 3905, "code": "WNS12779", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:40.840685Z", "last_modified": "2020-02-19T15:58:40.840648Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/93c87281-7154-4df5-8b0e-f42ae1b5c298/?format=api", "uuid": "93c87281-7154-4df5-8b0e-f42ae1b5c298", "name": "HARDERDIJK, hmp 20.0, binnentalud, freatisch", "code": "26FZ-197-02" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366630Z", "last_modified": "2025-03-15T05:25:36.598977Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/a0f3ad14-cdbf-4943-8ba1-c4ec49d5f8e9/?format=api", "uuid": "a0f3ad14-cdbf-4943-8ba1-c4ec49d5f8e9", "code": "WNS12779::second::1::3600", "name": "WNS12779", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T01:00:00Z", "value_type": "float", "last_value": -183.1, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api", "id": 3905, "code": "WNS12779", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:40.840685Z", "last_modified": "2020-02-19T15:58:40.840648Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/034f2411-9428-44c6-a097-ef15436e7467/?format=api", "uuid": "034f2411-9428-44c6-a097-ef15436e7467", "name": "HARDERDIJK, hmp 20.0, benedenbeloop, freatisch", "code": "26FZ-197-04" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366671Z", "last_modified": "2025-03-15T05:26:06.610792Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/d92368b8-f2ad-4fc8-a9ab-57f564badcd4/?format=api", "uuid": "d92368b8-f2ad-4fc8-a9ab-57f564badcd4", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T02:00:00Z", "value_type": "float", "last_value": -65.2, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/74b63f5d-7ad8-455b-bcdc-edda36d27fdc/?format=api", "uuid": "74b63f5d-7ad8-455b-bcdc-edda36d27fdc", "name": "DRONTERMEERDIJK, hmp 4.8, benedenbeloop, freatisch", "code": "20CZ-096-04" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366732Z", "last_modified": "2025-03-15T05:25:59.596624Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/dab8aa47-a18d-4e6c-9e3d-eac2422b01a2/?format=api", "uuid": "dab8aa47-a18d-4e6c-9e3d-eac2422b01a2", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T02:00:00Z", "value_type": "float", "last_value": -366.2, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/b29c9931-84e8-4207-89b4-99fd721a1c7d/?format=api", "uuid": "b29c9931-84e8-4207-89b4-99fd721a1c7d", "name": "BREMERBERGDIJK, hmp 14.0, buitenkruin, freatisch", "code": "27AN-079-01" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366773Z", "last_modified": "2025-03-15T05:26:12.518604Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/ba1baa71-f8d0-429b-a0ab-3f83bff45df1/?format=api", "uuid": "ba1baa71-f8d0-429b-a0ab-3f83bff45df1", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T00:00:00Z", "value_type": "float", "last_value": -286.1, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api", "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b", "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch", "code": "27AN-079-02" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366832Z", "last_modified": "2025-03-15T05:26:14.636908Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/0538d3ad-da1d-4c5f-85ed-8ba89b2fb1b6/?format=api", "uuid": "0538d3ad-da1d-4c5f-85ed-8ba89b2fb1b6", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T02:00:00Z", "value_type": "float", "last_value": -124.5, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/18bf9fa5-fcec-408b-aa3b-48f43294b52d/?format=api", "uuid": "18bf9fa5-fcec-408b-aa3b-48f43294b52d", "name": "BREMERBERGDIJK, hmp 14.0, benedenbeloop, freatisch", "code": "27AN-079-04" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366875Z", "last_modified": "2025-03-15T05:25:46.107807Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/fc4640b4-aad0-41b7-b3be-cde2698f1ba5/?format=api", "uuid": "fc4640b4-aad0-41b7-b3be-cde2698f1ba5", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T01:00:00Z", "value_type": "float", "last_value": -333.1, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/93c87281-7154-4df5-8b0e-f42ae1b5c298/?format=api", "uuid": "93c87281-7154-4df5-8b0e-f42ae1b5c298", "name": "HARDERDIJK, hmp 20.0, binnentalud, freatisch", "code": "26FZ-197-02" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366917Z", "last_modified": "2025-03-15T05:25:44.337352Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/db156606-ea7a-47be-a98f-5ea11331fee0/?format=api", "uuid": "db156606-ea7a-47be-a98f-5ea11331fee0", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-22T06:00:00Z", "end": "2025-03-14T01:00:00Z", "value_type": "float", "last_value": -85.1, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/034f2411-9428-44c6-a097-ef15436e7467/?format=api", "uuid": "034f2411-9428-44c6-a097-ef15436e7467", "name": "HARDERDIJK, hmp 20.0, benedenbeloop, freatisch", "code": "26FZ-197-04" }, "extra_metadata": {}, "created": "2025-02-21T06:20:50.366957Z", "last_modified": "2025-03-15T05:25:57.845009Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "