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=43
https://demo.lizard.net/api/v4/timeseries/?format=api&page=44", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=42", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/8f1b33c4-81f1-4654-81f7-775b1604ab57/?format=api", "uuid": "8f1b33c4-81f1-4654-81f7-775b1604ab57", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2010-12-12T14:02:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -5.544, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/4468991d-90e1-498f-8019-946e3a7921bc/?format=api", "uuid": "4468991d-90e1-498f-8019-946e3a7921bc", "name": "Rg. Breekland, kelder", "code": "ZRG-S-0103_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:48:58.856114Z", "last_modified": "2023-03-30T03:27:01.320078Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/add2d580-9998-4a8f-b527-c073890785f3/?format=api", "uuid": "add2d580-9998-4a8f-b527-c073890785f3", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2010-12-12T14:04:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -4.75, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/f8bb75db-bd7d-4d78-886b-7f06de29709b/?format=api", "uuid": "f8bb75db-bd7d-4d78-886b-7f06de29709b", "name": "Rg. Breezand, kelder", "code": "ZRG-L-0479_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:48:59.011316Z", "last_modified": "2023-03-30T03:27:05.219027Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/f7f7d83f-0343-4a5f-86f0-157099a2410a/?format=api", "uuid": "f7f7d83f-0343-4a5f-86f0-157099a2410a", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2013-03-06T08:00:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -3.955, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/82a2b1ae-c72b-466c-a51a-5712b4a04f44/?format=api", "uuid": "82a2b1ae-c72b-466c-a51a-5712b4a04f44", "name": "Rg. Broekgouw, kelder", "code": "ZRG-O-0025_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:48:59.175546Z", "last_modified": "2023-03-30T03:27:06.193668Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/1177a309-5872-4c49-8d11-c2609c6c41bd/?format=api", "uuid": "1177a309-5872-4c49-8d11-c2609c6c41bd", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2013-02-14T08:00:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -4.869, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/badfbd7f-a869-4a7e-8cd7-4bcf9bffbf25/?format=api", "uuid": "badfbd7f-a869-4a7e-8cd7-4bcf9bffbf25", "name": "Rg. Broekpolder, totaal", "code": "ZRG-O-0026_totaal" }, "extra_metadata": {}, "created": "2014-11-17T13:48:59.553195Z", "last_modified": "2023-03-30T03:27:02.294820Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/36fd1b52-6c5c-4280-b9c3-bacc94b09e0d/?format=api", "uuid": "36fd1b52-6c5c-4280-b9c3-bacc94b09e0d", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2013-02-14T08:00:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -5.369, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/64368316-10ff-4406-a18f-f12156605e57/?format=api", "uuid": "64368316-10ff-4406-a18f-f12156605e57", "name": "Rg. Broekpolder, RWA", "code": "ZRG-O-0026_RWA" }, "extra_metadata": {}, "created": "2014-11-17T13:48:59.721743Z", "last_modified": "2023-03-30T03:27:07.496973Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/b39bca3b-09d8-47a4-a451-dba4a163f0ce/?format=api", "uuid": "b39bca3b-09d8-47a4-a451-dba4a163f0ce", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2011-11-13T08:46:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -3.32, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/6343ec5f-081f-4b9b-8f38-70159b022595/?format=api", "uuid": "6343ec5f-081f-4b9b-8f38-70159b022595", "name": "Rg. Burgerbrug, kelder", "code": "ZRG-L-0523_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:48:59.885518Z", "last_modified": "2023-03-30T03:27:02.346241Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/09a052da-7c0b-4cae-ace0-dc3a9ac9d8ac/?format=api", "uuid": "09a052da-7c0b-4cae-ace0-dc3a9ac9d8ac", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2011-11-13T08:46:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -1.496, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/3a2a9c5c-5692-4003-b4c4-a885ebf92fbe/?format=api", "uuid": "3a2a9c5c-5692-4003-b4c4-a885ebf92fbe", "name": "Rg. Burgervlotbrug, kelder", "code": "ZRG-L-0524_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:49:00.040848Z", "last_modified": "2023-03-30T03:27:05.315889Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/5a06e8bb-118e-462e-8d7c-dae4603eae2d/?format=api", "uuid": "5a06e8bb-118e-462e-8d7c-dae4603eae2d", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2013-03-05T08:00:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -3.108, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/dfcee266-1760-46c7-b3f7-a4020c870613/?format=api", "uuid": "dfcee266-1760-46c7-b3f7-a4020c870613", "name": "Rg. Buurterstraat 17, kelder", "code": "ZRG-O-0027_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:49:00.206280Z", "last_modified": "2023-03-30T03:27:08.178186Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/2f93f219-1014-40a5-b1ac-e52700381a01/?format=api", "uuid": "2f93f219-1014-40a5-b1ac-e52700381a01", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2013-03-06T08:00:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -3.43, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/1e2188ce-3ff3-4eff-b922-f4bb106aac57/?format=api", "uuid": "1e2188ce-3ff3-4eff-b922-f4bb106aac57", "name": "Rg. Buurterstraat 47, kelder", "code": "ZRG-O-0028_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:49:00.373674Z", "last_modified": "2023-03-30T03:27:05.454472Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/9a8fbcee-6f4b-4868-b7ce-ff1bef88c2ab/?format=api", "uuid": "9a8fbcee-6f4b-4868-b7ce-ff1bef88c2ab", "code": "WNS9688::second::1::120", "name": "WNS9688", "description": "", "start": "2012-01-02T12:48:00Z", "end": "2023-03-21T10:14:00Z", "value_type": "float", "last_value": -2.88, "interval": 120, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api", "id": 14, "code": "WNS9688", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "AW", "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/53f6482c-ebcd-413e-a79d-a93ed03d1d31/?format=api", "uuid": "53f6482c-ebcd-413e-a79d-a93ed03d1d31", "name": "Rg. Callantsoog, kelder", "code": "ZRG-L-0525_kelder" }, "extra_metadata": {}, "created": "2014-11-17T13:49:00.561840Z", "last_modified": "2023-03-30T03:27:08.391888Z", "access_modifier": "Public" } ] }{ "count": 326796, "next": "