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/
https://demo.lizard.net/api/v4/timeseries/?page=2", "previous": null, "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/1bcba36e-781d-4339-9632-00d5398c3b15/", "uuid": "1bcba36e-781d-4339-9632-00d5398c3b15", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2010-01-01T00:00:00Z", "end": "2016-08-16T11:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/13bc925b-7664-4636-bee7-af3814c80e36/", "uuid": "13bc925b-7664-4636-bee7-af3814c80e36", "name": "Scheidingsvliet, instroom", "code": "KGM-A-369_in" }, "extra_metadata": {}, "created": "2014-11-05T10:25:31.597427Z", "last_modified": "2024-09-09T10:27:01.969319Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/4350e6b3-08a0-484d-bebd-4c8158f666a1/", "uuid": "4350e6b3-08a0-484d-bebd-4c8158f666a1", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2013-07-21T06:15:00Z", "end": "2016-11-10T06:00:00Z", "value_type": "float", "last_value": -3.724, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/6329a784-2990-4235-bd29-36a56a7100a8/", "uuid": "6329a784-2990-4235-bd29-36a56a7100a8", "name": "Spoorvijver", "code": "KGM-P-311000" }, "extra_metadata": {}, "created": "2014-11-05T10:25:37.745948Z", "last_modified": "2024-09-09T10:27:46.632609Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/9eb2b824-e62a-4075-8b62-ab2909821682/", "uuid": "9eb2b824-e62a-4075-8b62-ab2909821682", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2010-01-01T00:00:00Z", "end": "2024-12-07T20:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/0236616d-00fc-4629-85df-f598522e2aef/", "uuid": "0236616d-00fc-4629-85df-f598522e2aef", "name": "Vier Noorder Koggen gemaal, instroom (-2,20)", "code": "KGM-Q-31673_in(-2,20)" }, "extra_metadata": {}, "created": "2014-11-05T10:25:46.048329Z", "last_modified": "2024-12-05T19:30:05.069713Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/a92699dc-4d0b-4a0a-bfd9-5f6d7040ee51/", "uuid": "a92699dc-4d0b-4a0a-bfd9-5f6d7040ee51", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2010-01-01T00:00:00Z", "end": "2024-12-07T20:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/66ad3c40-c66f-4bff-a558-550c25211706/", "uuid": "66ad3c40-c66f-4bff-a558-550c25211706", "name": "Vier Noorder Koggen gemaal, instroom (-3,70)", "code": "KGM-Q-31673_in(-3,70)" }, "extra_metadata": {}, "created": "2014-11-05T10:25:46.260314Z", "last_modified": "2024-12-05T19:30:04.563165Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/6909acfb-80b4-4fa1-af3e-a31fa2726ddd/", "uuid": "6909acfb-80b4-4fa1-af3e-a31fa2726ddd", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2012-05-23T06:00:00Z", "end": "2016-11-10T06:00:00Z", "value_type": "float", "last_value": -1.334, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/8fdeb240-6ef1-4d93-8ec3-76371b9829fa/", "uuid": "8fdeb240-6ef1-4d93-8ec3-76371b9829fa", "name": "Volkstuinen Anna Paulowna", "code": "KGM-Q-25397" }, "extra_metadata": {}, "created": "2014-11-05T10:25:47.428452Z", "last_modified": "2024-09-09T10:27:47.899488Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/89470582-65b4-4db1-84d1-c3693550ee3c/", "uuid": "89470582-65b4-4db1-84d1-c3693550ee3c", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2010-01-01T00:00:00Z", "end": "2016-08-16T11:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/e409b32f-74b3-4699-908e-4128a02fb758/", "uuid": "e409b32f-74b3-4699-908e-4128a02fb758", "name": "Zwaan, instroom", "code": "KGM-Q-29208_in" }, "extra_metadata": {}, "created": "2014-11-05T10:26:06.983568Z", "last_modified": "2024-09-09T10:27:48.261529Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/f2eef369-0af0-49f7-ab24-49fadb5bceaf/", "uuid": "f2eef369-0af0-49f7-ab24-49fadb5bceaf", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2011-11-23T23:15:00Z", "end": "2016-08-16T11:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/f6782f59-62ae-4976-8a2f-006fb705b2a6/", "uuid": "f6782f59-62ae-4976-8a2f-006fb705b2a6", "name": "H-on", "code": "KDU-Q-6957" }, "extra_metadata": {}, "created": "2014-11-05T10:28:15.622651Z", "last_modified": "2024-09-09T10:27:48.581875Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/1c381f4b-238d-4a69-9cd2-60da7df72581/", "uuid": "1c381f4b-238d-4a69-9cd2-60da7df72581", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2011-09-13T06:00:00Z", "end": "2016-08-16T11:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/b10da8b3-df84-41c7-855d-d4dcf69767b6/", "uuid": "b10da8b3-df84-41c7-855d-d4dcf69767b6", "name": "Luijendijk", "code": "KSL-Q-8161" }, "extra_metadata": {}, "created": "2014-11-05T10:28:35.280497Z", "last_modified": "2024-09-09T10:27:48.913660Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/8766b8a7-c6cb-4e22-8c5f-e7fdffc3b5f9/", "uuid": "8766b8a7-c6cb-4e22-8c5f-e7fdffc3b5f9", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2011-07-26T06:00:00Z", "end": "2024-12-02T08:00:00Z", "value_type": "float", "last_value": 0.4, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/8d51324f-86ab-4d3d-a15d-8ab91fc41802/", "uuid": "8d51324f-86ab-4d3d-a15d-8ab91fc41802", "name": "Busch en Dam", "code": "982" }, "extra_metadata": {}, "created": "2014-11-05T10:28:39.877574Z", "last_modified": "2024-12-03T14:05:44.394324Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/acd3d1de-172f-4433-aaa6-0e66627d6c06/", "uuid": "acd3d1de-172f-4433-aaa6-0e66627d6c06", "code": "H.meting::second::1::900", "name": "H.meting", "description": "", "start": "2011-07-26T06:00:00Z", "end": "2024-04-04T06:30:00Z", "value_type": "float", "last_value": null, "interval": 900, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/2/", "id": 2, "code": "H.meting", "parameter": "Waterhoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "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/4d3a32d0-1ddc-43ba-a1b1-2a9fd3b46a95/", "uuid": "4d3a32d0-1ddc-43ba-a1b1-2a9fd3b46a95", "name": "Egmond", "code": "963" }, "extra_metadata": {}, "created": "2014-11-05T10:28:40.089300Z", "last_modified": "2024-09-09T10:27:49.572401Z", "access_modifier": "Public" } ] }{ "count": 327789, "next": "