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=32653
{ "count": 326771, "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32654", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32652", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/c47d0ae4-0f73-4b57-9af2-5acd565afca5/?format=api", "uuid": "c47d0ae4-0f73-4b57-9af2-5acd565afca5", "code": "WNS3380::second::1::3600", "name": "WNS3380", "description": "", "start": "2024-03-19T00:00:00Z", "end": "2024-12-04T00:00:00Z", "value_type": "float", "last_value": 1.4, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8738/?format=api", "id": 8738, "code": "WNS3380", "parameter": "", "unit": "mm/d", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-10-03T10:28:16.957337Z", "last_modified": "2022-10-03T10:28:16.957318Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/a6ac8e33-a5f3-408e-b444-300deb48ab60/?format=api", "uuid": "a6ac8e33-a5f3-408e-b444-300deb48ab60", "name": "Hoofdmeetnet_44, Kavel S58, neerslagmeter", "code": "16CZ-211-NM" }, "extra_metadata": {}, "created": "2024-11-25T13:07:50.104716Z", "last_modified": "2024-12-05T21:20:30.854000Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/e964a9dd-ca29-48db-94b1-9fda5b5a3039/?format=api", "uuid": "e964a9dd-ca29-48db-94b1-9fda5b5a3039", "code": "WNS8972::second::1::3600", "name": "WNS8972", "description": "", "start": "2024-10-30T13:00:00Z", "end": "2025-03-18T23:00:00Z", "value_type": "float", "last_value": -567.3, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api", "id": 477, "code": "WNS8972", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "GW", "created": "2016-01-27T09:49:13.648684Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/59b47c01-e413-4927-8598-d99c89936937/?format=api", "uuid": "59b47c01-e413-4927-8598-d99c89936937", "name": "VOGELGEBIED, Eendenweg 9, E18, 1e WVP", "code": "26EN-125-02" }, "extra_metadata": {}, "created": "2024-11-25T13:09:23.650881Z", "last_modified": "2025-03-19T18:25:36.154231Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/e282a772-f5bb-41a6-b406-ceed7bf609ae/?format=api", "uuid": "e282a772-f5bb-41a6-b406-ceed7bf609ae", "code": "WNS8972::second::1::3600", "name": "WNS8972", "description": "", "start": "2024-10-30T12:00:00Z", "end": "2025-03-18T23:00:00Z", "value_type": "float", "last_value": -562.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api", "id": 477, "code": "WNS8972", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "GW", "created": "2016-01-27T09:49:13.648684Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/107c05bc-3c75-4720-8b2e-70ba9220f078/?format=api", "uuid": "107c05bc-3c75-4720-8b2e-70ba9220f078", "name": "VOGELGEBIED, Eendenweg 13, E14, 1e WVP", "code": "26EN-124-02" }, "extra_metadata": {}, "created": "2024-11-25T13:09:23.650943Z", "last_modified": "2025-03-19T18:20:47.950923Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/1f22079f-3156-4ea1-b0c2-9aece7b313f3/?format=api", "uuid": "1f22079f-3156-4ea1-b0c2-9aece7b313f3", "code": "WNS8972::second::1::3600", "name": "WNS8972", "description": "", "start": "2024-10-30T14:00:00Z", "end": "2025-03-19T00:00:00Z", "value_type": "float", "last_value": -554.2, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api", "id": 477, "code": "WNS8972", "parameter": "Stijghoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "GW", "created": "2016-01-27T09:49:13.648684Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/2e5f72b7-6bfb-4f2b-97fb-3b80c173360d/?format=api", "uuid": "2e5f72b7-6bfb-4f2b-97fb-3b80c173360d", "name": "VOGELGEBIED, Vogelweg 6, E35, 1e WVP", "code": "26EN-123-02" }, "extra_metadata": {}, "created": "2024-11-25T13:09:23.650988Z", "last_modified": "2025-03-19T18:20:47.995892Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/0a177787-a9e0-4a37-8963-76bd0bc8fbf3/?format=api", "uuid": "0a177787-a9e0-4a37-8963-76bd0bc8fbf3", "code": "WNS12930::second::1::3600", "name": "WNS12930", "description": "", "start": "2024-10-30T13:00:00Z", "end": "2025-03-18T23:00:00Z", "value_type": "float", "last_value": -114.3, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api", "id": 4056, "code": "WNS12930", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:41.886177Z", "last_modified": "2020-02-19T15:58:41.886140Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/59b47c01-e413-4927-8598-d99c89936937/?format=api", "uuid": "59b47c01-e413-4927-8598-d99c89936937", "name": "VOGELGEBIED, Eendenweg 9, E18, 1e WVP", "code": "26EN-125-02" }, "extra_metadata": {}, "created": "2024-11-25T13:09:23.651029Z", "last_modified": "2025-03-19T18:20:48.201180Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/23377da5-6108-46b8-b6fd-d80420d06ad1/?format=api", "uuid": "23377da5-6108-46b8-b6fd-d80420d06ad1", "code": "WNS12930::second::1::3600", "name": "WNS12930", "description": "", "start": "2024-10-30T12:00:00Z", "end": "2025-03-19T05:00:00Z", "value_type": "float", "last_value": -126.2, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api", "id": 4056, "code": "WNS12930", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:41.886177Z", "last_modified": "2020-02-19T15:58:41.886140Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/107c05bc-3c75-4720-8b2e-70ba9220f078/?format=api", "uuid": "107c05bc-3c75-4720-8b2e-70ba9220f078", "name": "VOGELGEBIED, Eendenweg 13, E14, 1e WVP", "code": "26EN-124-02" }, "extra_metadata": {}, "created": "2024-11-25T13:09:23.651070Z", "last_modified": "2025-03-19T18:21:00.714854Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/7b750843-86ff-4b01-b584-170f4a76d1fa/?format=api", "uuid": "7b750843-86ff-4b01-b584-170f4a76d1fa", "code": "WNS12930::second::1::3600", "name": "WNS12930", "description": "", "start": "2024-10-30T14:00:00Z", "end": "2025-03-19T00:00:00Z", "value_type": "float", "last_value": -120.2, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api", "id": 4056, "code": "WNS12930", "parameter": "", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:41.886177Z", "last_modified": "2020-02-19T15:58:41.886140Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/2e5f72b7-6bfb-4f2b-97fb-3b80c173360d/?format=api", "uuid": "2e5f72b7-6bfb-4f2b-97fb-3b80c173360d", "name": "VOGELGEBIED, Vogelweg 6, E35, 1e WVP", "code": "26EN-123-02" }, "extra_metadata": {}, "created": "2024-11-25T13:09:23.651111Z", "last_modified": "2025-03-19T18:20:42.724543Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/fb64b455-9119-4ec8-b2e4-476f13dac4a7/?format=api", "uuid": "fb64b455-9119-4ec8-b2e4-476f13dac4a7", "code": "WNS2184::second::1::900", "name": "WNS2184", "description": "", "start": "2024-11-24T10:15:00Z", "end": "2025-03-19T16:00:00Z", "value_type": "float", "last_value": -695.175, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api", "id": 8, "code": "WNS2184", "parameter": "Waterhoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "OW", "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/baeaad40-0501-46e7-a1b2-92f15dbd6b57/?format=api", "uuid": "baeaad40-0501-46e7-a1b2-92f15dbd6b57", "name": "Opvoerpomp Zuider-D-tocht, waterhoogte LWZ", "code": "OP4172-LT1" }, "extra_metadata": {}, "created": "2024-11-26T11:22:15.024378Z", "last_modified": "2025-03-19T18:25:34.485115Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/0fa16df7-0593-4671-bbcd-c67c6b32e439/?format=api", "uuid": "0fa16df7-0593-4671-bbcd-c67c6b32e439", "code": "WNS2184::second::1::900", "name": "WNS2184", "description": "", "start": "2024-11-24T10:15:00Z", "end": "2025-03-19T16:00:00Z", "value_type": "float", "last_value": -707.012, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api", "id": 8, "code": "WNS2184", "parameter": "Waterhoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "OW", "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/1db79406-aa1f-46fb-a994-757eb47a9313/?format=api", "uuid": "1db79406-aa1f-46fb-a994-757eb47a9313", "name": "Opvoerpomp Zuider-D-tocht, waterhoogte HWZ", "code": "OP4172-LT2" }, "extra_metadata": {}, "created": "2024-11-26T11:22:15.024444Z", "last_modified": "2025-03-19T18:25:40.925320Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/f88f99ee-42e0-4cfe-a45e-c42d38f4f8aa/?format=api", "uuid": "f88f99ee-42e0-4cfe-a45e-c42d38f4f8aa", "code": "WNS2114::second::1::900", "name": "WNS2114", "description": "", "start": "2024-11-24T10:15:00Z", "end": "2025-03-19T16:00:00Z", "value_type": "float", "last_value": 0.0, "interval": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/883/?format=api", "id": 883, "code": "WNS2114", "parameter": "Toerental", "unit": "n/min", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "NT", "created": "2017-10-10T16:03:11.167435Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://demo.lizard.net/api/v4/locations/69364108-732b-4abf-a960-5ed0e5299d97/?format=api", "uuid": "69364108-732b-4abf-a960-5ed0e5299d97", "name": "Opvoerpomp Zuider-D-tocht, pomp", "code": "OP4172-P" }, "extra_metadata": {}, "created": "2024-11-26T11:22:15.024488Z", "last_modified": "2025-03-19T18:25:29.917440Z", "access_modifier": "Public" } ] }