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=32671
https://demo.lizard.net/api/v4/timeseries/?format=api&page=32672", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32670", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/971b4348-582b-41b3-80c8-7110a849b380/?format=api", "uuid": "971b4348-582b-41b3-80c8-7110a849b380", "code": "WNS8943::nonequidistant::1::1", "name": "WNS8943", "description": "", "start": "2025-01-25T00:00:00Z", "end": "2025-02-24T00:00:00Z", "value_type": "float", "last_value": 320.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6220/?format=api", "id": 6220, "code": "WNS8943", "parameter": "koolstof organisch", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "C", "compartment": "AW", "created": "2020-06-23T16:06:02.233505Z", "last_modified": "2020-06-23T16:06:02.233469Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/de8c25b6-407d-457f-9352-6a8c8323d1f7/?format=api", "uuid": "de8c25b6-407d-457f-9352-6a8c8323d1f7", "name": "Bemonsteringspunt influent RG Stortemelk", "code": "900-X-1101" }, "extra_metadata": {}, "created": "2025-02-15T12:20:51.546126Z", "last_modified": "2025-03-15T15:20:39.394068Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/5302d191-2ede-43e9-b2c0-4452f40162cf/?format=api", "uuid": "5302d191-2ede-43e9-b2c0-4452f40162cf", "code": "WNS8943::nonequidistant::1::1", "name": "WNS8943", "description": "", "start": "2025-01-25T00:00:00Z", "end": "2025-02-24T00:00:00Z", "value_type": "float", "last_value": 310.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6220/?format=api", "id": 6220, "code": "WNS8943", "parameter": "koolstof organisch", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "C", "compartment": "AW", "created": "2020-06-23T16:06:02.233505Z", "last_modified": "2020-06-23T16:06:02.233469Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/dc11dcb7-120b-404b-b3c9-c282f5e54577/?format=api", "uuid": "dc11dcb7-120b-404b-b3c9-c282f5e54577", "name": "Bemonsteringspunt influent", "code": "800-X-1103" }, "extra_metadata": {}, "created": "2025-02-15T12:20:57.025056Z", "last_modified": "2025-03-15T10:26:14.162408Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/cace01fb-9241-4dd3-9553-aa43f8e017a2/?format=api", "uuid": "cace01fb-9241-4dd3-9553-aa43f8e017a2", "code": "WNS5139::nonequidistant::1::1", "name": "WNS5139", "description": "", "start": "2022-08-19T06:00:00Z", "end": "2025-02-24T00:00:00Z", "value_type": "float", "last_value": 0.21, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api", "id": 6621, "code": "WNS5139", "parameter": "uranium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.272126Z", "last_modified": "2020-06-24T11:06:18.272089Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/dc11dcb7-120b-404b-b3c9-c282f5e54577/?format=api", "uuid": "dc11dcb7-120b-404b-b3c9-c282f5e54577", "name": "Bemonsteringspunt influent", "code": "800-X-1103" }, "extra_metadata": {}, "created": "2025-02-17T10:26:16.447700Z", "last_modified": "2025-03-15T10:25:55.564057Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/820d4a27-8f18-46e1-be63-fa3e322bfbd5/?format=api", "uuid": "820d4a27-8f18-46e1-be63-fa3e322bfbd5", "code": "WNS2182::nonequidistant::1::1", "name": "WNS2182", "description": "", "start": "2022-08-19T06:00:00Z", "end": "2025-02-24T00:00:00Z", "value_type": "float", "last_value": 0.76, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api", "id": 6623, "code": "WNS2182", "parameter": "wolfraam", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.311221Z", "last_modified": "2020-06-24T11:06:18.311182Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/dc11dcb7-120b-404b-b3c9-c282f5e54577/?format=api", "uuid": "dc11dcb7-120b-404b-b3c9-c282f5e54577", "name": "Bemonsteringspunt influent", "code": "800-X-1103" }, "extra_metadata": {}, "created": "2025-02-17T10:26:16.447784Z", "last_modified": "2025-03-15T10:25:46.613469Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/eb878e1f-b1f2-470d-ad18-145476047258/?format=api", "uuid": "eb878e1f-b1f2-470d-ad18-145476047258", "code": "WNS5139::nonequidistant::1::1", "name": "WNS5139", "description": "", "start": "2025-01-22T00:00:00Z", "end": "2025-01-22T00:00:00Z", "value_type": "float", "last_value": 0.05, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api", "id": 6621, "code": "WNS5139", "parameter": "uranium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.272126Z", "last_modified": "2020-06-24T11:06:18.272089Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/c3d0abd2-3aba-4b2d-91e7-05fc535a9f4c/?format=api", "uuid": "c3d0abd2-3aba-4b2d-91e7-05fc535a9f4c", "name": "Bemonsteringspunt effluent", "code": "100-X-1301" }, "extra_metadata": {}, "created": "2025-02-17T13:00:48.308942Z", "last_modified": "2025-02-18T10:22:35.053450Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/3cbc241f-19de-47ec-89f3-e78ddd172e6d/?format=api", "uuid": "3cbc241f-19de-47ec-89f3-e78ddd172e6d", "code": "WNS2182::nonequidistant::1::1", "name": "WNS2182", "description": "", "start": "2025-01-22T00:00:00Z", "end": "2025-01-22T00:00:00Z", "value_type": "float", "last_value": 0.65, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api", "id": 6623, "code": "WNS2182", "parameter": "wolfraam", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.311221Z", "last_modified": "2020-06-24T11:06:18.311182Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/c3d0abd2-3aba-4b2d-91e7-05fc535a9f4c/?format=api", "uuid": "c3d0abd2-3aba-4b2d-91e7-05fc535a9f4c", "name": "Bemonsteringspunt effluent", "code": "100-X-1301" }, "extra_metadata": {}, "created": "2025-02-17T13:00:48.309035Z", "last_modified": "2025-02-18T10:22:45.980103Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/4bfe2342-0546-4744-a0d1-1006306b793b/?format=api", "uuid": "4bfe2342-0546-4744-a0d1-1006306b793b", "code": "WNS2182::nonequidistant::1::1", "name": "WNS2182", "description": "", "start": "2025-01-22T00:00:00Z", "end": "2025-01-22T00:00:00Z", "value_type": "float", "last_value": 0.14, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api", "id": 6623, "code": "WNS2182", "parameter": "wolfraam", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.311221Z", "last_modified": "2020-06-24T11:06:18.311182Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/54ff82b6-767a-44f3-bcfb-e2565e3765ec/?format=api", "uuid": "54ff82b6-767a-44f3-bcfb-e2565e3765ec", "name": "Bemonsteringspunt effluent", "code": "200-X-1601" }, "extra_metadata": {}, "created": "2025-02-17T13:01:10.062055Z", "last_modified": "2025-02-18T10:22:45.301741Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/a3f77e96-4d4e-46fe-a671-3109ea877f08/?format=api", "uuid": "a3f77e96-4d4e-46fe-a671-3109ea877f08", "code": "WNS5139::nonequidistant::1::1", "name": "WNS5139", "description": "", "start": "2025-01-22T00:00:00Z", "end": "2025-01-22T00:00:00Z", "value_type": "float", "last_value": 0.05, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api", "id": 6621, "code": "WNS5139", "parameter": "uranium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.272126Z", "last_modified": "2020-06-24T11:06:18.272089Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/54ff82b6-767a-44f3-bcfb-e2565e3765ec/?format=api", "uuid": "54ff82b6-767a-44f3-bcfb-e2565e3765ec", "name": "Bemonsteringspunt effluent", "code": "200-X-1601" }, "extra_metadata": {}, "created": "2025-02-17T13:01:10.062129Z", "last_modified": "2025-02-18T10:23:06.891152Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/56a7ec88-2f5b-4650-afe5-f1f161094636/?format=api", "uuid": "56a7ec88-2f5b-4650-afe5-f1f161094636", "code": "WNS2182::nonequidistant::1::1", "name": "WNS2182", "description": "", "start": "2025-01-22T00:00:00Z", "end": "2025-01-22T00:00:00Z", "value_type": "float", "last_value": 0.14, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api", "id": 6623, "code": "WNS2182", "parameter": "wolfraam", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.311221Z", "last_modified": "2020-06-24T11:06:18.311182Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/d7c19413-f744-47ce-8857-56c47b598e97/?format=api", "uuid": "d7c19413-f744-47ce-8857-56c47b598e97", "name": "Bemonsteringspunt effluent", "code": "400-X-1401" }, "extra_metadata": {}, "created": "2025-02-17T13:01:35.550273Z", "last_modified": "2025-02-18T10:27:59.108340Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/36eefe15-a613-4fd5-9313-477763f3f388/?format=api", "uuid": "36eefe15-a613-4fd5-9313-477763f3f388", "code": "WNS5139::nonequidistant::1::1", "name": "WNS5139", "description": "", "start": "2025-01-22T00:00:00Z", "end": "2025-01-22T00:00:00Z", "value_type": "float", "last_value": 0.05, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api", "id": 6621, "code": "WNS5139", "parameter": "uranium", "unit": "ug/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "AW", "created": "2020-06-24T11:06:18.272126Z", "last_modified": "2020-06-24T11:06:18.272089Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/d7c19413-f744-47ce-8857-56c47b598e97/?format=api", "uuid": "d7c19413-f744-47ce-8857-56c47b598e97", "name": "Bemonsteringspunt effluent", "code": "400-X-1401" }, "extra_metadata": {}, "created": "2025-02-17T13:01:35.550384Z", "last_modified": "2025-02-18T10:28:42.722401Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "