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=32
https://demo.lizard.net/api/v4/timeseries/?format=api&page=33", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=31", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/1bb81e38-610d-44e2-b857-93cf9ddb8d09/?format=api", "uuid": "1bb81e38-610d-44e2-b857-93cf9ddb8d09", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-16T08: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/ab072008-e92d-4c70-ab77-aaa31fa43914/?format=api", "uuid": "ab072008-e92d-4c70-ab77-aaa31fa43914", "name": "KAPELLE", "code": "735" }, "extra_metadata": {}, "created": "2014-11-05T13:47:06.974837Z", "last_modified": "2025-03-17T15:10:48.931643Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/6e59f8cc-ed2a-4234-b2fa-7c636fd4528a/?format=api", "uuid": "6e59f8cc-ed2a-4234-b2fa-7c636fd4528a", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-02-28T08:00:00Z", "value_type": "float", "last_value": 2.9, "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/7828276e-f3fd-407e-9fdb-aa82c9814193/?format=api", "uuid": "7828276e-f3fd-407e-9fdb-aa82c9814193", "name": "BROUWERSHAVEN", "code": "736" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.018684Z", "last_modified": "2025-03-10T15:25:32.481272Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/93395609-1845-4f9e-8171-f7551d014b48/?format=api", "uuid": "93395609-1845-4f9e-8171-f7551d014b48", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-18T08: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/adddd797-586c-491e-b689-95491f1b1d65/?format=api", "uuid": "adddd797-586c-491e-b689-95491f1b1d65", "name": "KERKWERVE", "code": "737" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.066524Z", "last_modified": "2025-03-19T15:10:37.808141Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/36841712-fa75-4be0-b674-9fe78ca9efd8/?format=api", "uuid": "36841712-fa75-4be0-b674-9fe78ca9efd8", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-18T08: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/8fb0e0f2-f845-42a5-b34d-aa65c6efb910/?format=api", "uuid": "8fb0e0f2-f845-42a5-b34d-aa65c6efb910", "name": "BIERVLIET", "code": "738" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.117978Z", "last_modified": "2025-03-19T15:10:51.237513Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/d0f30ec0-35d7-4983-ba6b-4c1b43daf859/?format=api", "uuid": "d0f30ec0-35d7-4983-ba6b-4c1b43daf859", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-18T08: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/b05a0a73-132a-4b75-8aff-96fbe8ec5692/?format=api", "uuid": "b05a0a73-132a-4b75-8aff-96fbe8ec5692", "name": "ST KRUIS", "code": "740" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.174998Z", "last_modified": "2025-03-19T15:10:34.499740Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/9b82c260-b195-454f-b01a-34a1bdf2bc09/?format=api", "uuid": "9b82c260-b195-454f-b01a-34a1bdf2bc09", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-18T08: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/208e9a3f-f7ae-4a8a-8612-782bf6610a0e/?format=api", "uuid": "208e9a3f-f7ae-4a8a-8612-782bf6610a0e", "name": "STAVENISSE", "code": "741" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.229879Z", "last_modified": "2025-03-19T15:10:31.498310Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/50609433-3123-44a1-b154-6db47b3d3ce9/?format=api", "uuid": "50609433-3123-44a1-b154-6db47b3d3ce9", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-13T08: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/6a4faa96-9584-4ec6-885d-ae45a2cd95e5/?format=api", "uuid": "6a4faa96-9584-4ec6-885d-ae45a2cd95e5", "name": "TERNEUZEN", "code": "742" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.273562Z", "last_modified": "2025-03-14T15:10:33.468433Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/0ecb68eb-7c22-4205-a550-78f31ba3dc56/?format=api", "uuid": "0ecb68eb-7c22-4205-a550-78f31ba3dc56", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-17T08: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/02cdb1fd-fe4b-48af-9cf7-1dc761cb0576/?format=api", "uuid": "02cdb1fd-fe4b-48af-9cf7-1dc761cb0576", "name": "NOORDGOUWE", "code": "743" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.321361Z", "last_modified": "2025-03-19T15:10:49.441142Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/2153a7ad-9275-4f97-96d1-61d1b384fe9e/?format=api", "uuid": "2153a7ad-9275-4f97-96d1-61d1b384fe9e", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-17T08: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/faeb04af-a461-4451-8dd4-bdd40566411c/?format=api", "uuid": "faeb04af-a461-4451-8dd4-bdd40566411c", "name": "AN JACOBAPOLDER", "code": "744" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.374592Z", "last_modified": "2025-03-19T15:10:45.068852Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/cc4a3797-2b1e-48f2-a5e9-3622622b0b51/?format=api", "uuid": "cc4a3797-2b1e-48f2-a5e9-3622622b0b51", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-18T08: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/e51bf04a-ce63-4cc0-bd19-f4d3eeb3d8ce/?format=api", "uuid": "e51bf04a-ce63-4cc0-bd19-f4d3eeb3d8ce", "name": "WESTKAPELLE", "code": "746" }, "extra_metadata": {}, "created": "2014-11-05T13:47:07.418078Z", "last_modified": "2025-03-19T15:10:42.655852Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "