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=39
https://demo.lizard.net/api/v4/timeseries/?format=api&page=40", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=38", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/0f26e684-1c9c-4aa7-839e-102c33364238/?format=api", "uuid": "0f26e684-1c9c-4aa7-839e-102c33364238", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-20T08:00:00Z", "value_type": "float", "last_value": 0.0, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/e3e232b4-8257-4747-98a9-c59470e5d140/?format=api", "uuid": "e3e232b4-8257-4747-98a9-c59470e5d140", "name": "ARCEN", "code": "923" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.138268Z", "last_modified": "2025-03-21T15:15:38.304928Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/ad8eaa28-e43d-4c16-932f-7c8fa5f8b140/?format=api", "uuid": "ad8eaa28-e43d-4c16-932f-7c8fa5f8b140", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2021-06-24T08:00:00Z", "value_type": "float", "last_value": null, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/d8bdca73-ea1e-4200-aea0-afa57553338e/?format=api", "uuid": "d8bdca73-ea1e-4200-aea0-afa57553338e", "name": "EIJSDEN BREUST", "code": "950" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.194025Z", "last_modified": "2021-06-23T16:13:05.552526Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/6dcee9ce-5406-409e-9c02-cd397c9aea50/?format=api", "uuid": "6dcee9ce-5406-409e-9c02-cd397c9aea50", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2023-11-21T08:00:00Z", "value_type": "float", "last_value": 4.7, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/69f765b8-d448-481c-8714-9d7725b560b0/?format=api", "uuid": "69f765b8-d448-481c-8714-9d7725b560b0", "name": "ROERMOND", "code": "961" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.268698Z", "last_modified": "2024-08-20T14:52:26.821817Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/a5d50562-b747-4cac-9915-c6f12ad63770/?format=api", "uuid": "a5d50562-b747-4cac-9915-c6f12ad63770", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-22T08:00:00Z", "value_type": "float", "last_value": 0.3, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/488796a4-d1a5-48ea-9743-5a7cb8952a91/?format=api", "uuid": "488796a4-d1a5-48ea-9743-5a7cb8952a91", "name": "UBACHSBERG", "code": "962" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.338179Z", "last_modified": "2025-03-23T15:10:42.314568Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/7b088a1b-e7c8-4ea8-b8d3-c32df2c9a825/?format=api", "uuid": "7b088a1b-e7c8-4ea8-b8d3-c32df2c9a825", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2021-06-24T08:00:00Z", "value_type": "float", "last_value": null, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/234ed009-132c-4499-a6ed-bd98a40fa0c6/?format=api", "uuid": "234ed009-132c-4499-a6ed-bd98a40fa0c6", "name": "VALKENBURG", "code": "963" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.397297Z", "last_modified": "2021-06-23T16:12:39.198555Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/cba67c90-ddd0-4c05-b41d-12e04a3e7b55/?format=api", "uuid": "cba67c90-ddd0-4c05-b41d-12e04a3e7b55", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-22T08:00:00Z", "value_type": "float", "last_value": 0.0, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/0cba1719-59b4-4159-ae27-a6bcd5cb72ad/?format=api", "uuid": "0cba1719-59b4-4159-ae27-a6bcd5cb72ad", "name": "WEERT", "code": "964" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.474267Z", "last_modified": "2025-03-23T15:10:34.049331Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/12826f06-0c95-49b3-b44d-5acf960e2dfa/?format=api", "uuid": "12826f06-0c95-49b3-b44d-5acf960e2dfa", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-22T08:00:00Z", "value_type": "float", "last_value": 0.4, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/41fdee63-c08f-4799-937d-540b22da6509/?format=api", "uuid": "41fdee63-c08f-4799-937d-540b22da6509", "name": "SCHAESBERG", "code": "965" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.557434Z", "last_modified": "2025-03-23T15:10:54.747342Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/bd0e554c-b140-430e-af0c-481a350c54e8/?format=api", "uuid": "bd0e554c-b140-430e-af0c-481a350c54e8", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-21T08:00:00Z", "value_type": "float", "last_value": 0.0, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/07169f8f-6ab4-4654-801a-3af8e5e1053b/?format=api", "uuid": "07169f8f-6ab4-4654-801a-3af8e5e1053b", "name": "SCHINNEN", "code": "966" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.609327Z", "last_modified": "2025-03-22T15:15:37.192050Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/16cd60ba-7de8-4f45-a244-6d6d1115719f/?format=api", "uuid": "16cd60ba-7de8-4f45-a244-6d6d1115719f", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-22T08:00:00Z", "value_type": "float", "last_value": 0.0, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/7acf7ce0-1047-4723-9f14-a46f6b98e5c2/?format=api", "uuid": "7acf7ce0-1047-4723-9f14-a46f6b98e5c2", "name": "HEIBLOEM", "code": "967" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.664628Z", "last_modified": "2025-03-23T15:10:52.881578Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/14ca18e9-8f70-47c9-b632-64083116a8b1/?format=api", "uuid": "14ca18e9-8f70-47c9-b632-64083116a8b1", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-22T08:00:00Z", "value_type": "float", "last_value": 0.0, "interval": 86400, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api", "id": 36, "code": "WNS1400", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": "", "compartment": "NT", "created": "2015-08-06T15:16:49.002578Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "datasource": null, "supplier": null, "supplier_code": "", "location": { "url": "https://demo.lizard.net/api/v4/locations/11e2582c-0bb6-441a-b1f6-e70a15520212/?format=api", "uuid": "11e2582c-0bb6-441a-b1f6-e70a15520212", "name": "VAALS", "code": "968" }, "extra_metadata": {}, "created": "2014-11-05T13:47:11.712230Z", "last_modified": "2025-03-23T15:10:39.928704Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "