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=17
https://demo.lizard.net/api/v4/timeseries/?format=api&page=18", "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=16", "results": [ { "url": "https://demo.lizard.net/api/v4/timeseries/5eb9acec-f42e-46c6-96b4-5df94f20f9fd/?format=api", "uuid": "5eb9acec-f42e-46c6-96b4-5df94f20f9fd", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-15T08: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/05f70f9c-07a1-4b16-bfaf-681c97c9e86f/?format=api", "uuid": "05f70f9c-07a1-4b16-bfaf-681c97c9e86f", "name": "WEST BEEMSTER", "code": "251" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.350231Z", "last_modified": "2025-03-16T15:10:48.616024Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/931bc849-41eb-4c83-a3db-b96a72934c1e/?format=api", "uuid": "931bc849-41eb-4c83-a3db-b96a72934c1e", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-15T08: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/56d30158-26ba-4991-80c6-03ba360ff618/?format=api", "uuid": "56d30158-26ba-4991-80c6-03ba360ff618", "name": "KOLHORN", "code": "252" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.402431Z", "last_modified": "2025-03-16T15:10:30.922549Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/62997437-3a51-4592-a3a8-ff2de9df08ab/?format=api", "uuid": "62997437-3a51-4592-a3a8-ff2de9df08ab", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-15T08:00:00Z", "value_type": "float", "last_value": 0.1, "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/3f07c0c2-1b0c-458c-9905-315bdb19c95f/?format=api", "uuid": "3f07c0c2-1b0c-458c-9905-315bdb19c95f", "name": "OBDAM", "code": "255" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.456371Z", "last_modified": "2025-03-16T15:10:41.037033Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/2ab35e5f-6d1a-4f6c-9638-3bba6c6c9186/?format=api", "uuid": "2ab35e5f-6d1a-4f6c-9638-3bba6c6c9186", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-14T08: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/382cbfd0-d21a-464a-a158-eccde453cab8/?format=api", "uuid": "382cbfd0-d21a-464a-a158-eccde453cab8", "name": "MARKEN", "code": "256" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.504406Z", "last_modified": "2025-03-15T15:10:46.872006Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/ecc6cff1-e359-42e6-8b15-4680de172050/?format=api", "uuid": "ecc6cff1-e359-42e6-8b15-4680de172050", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-14T08:00:00Z", "value_type": "float", "last_value": 1.8, "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/0d3286c9-72bd-4860-a696-e34ccea98372/?format=api", "uuid": "0d3286c9-72bd-4860-a696-e34ccea98372", "name": "HOOGWOUD", "code": "257" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.552587Z", "last_modified": "2025-03-15T15:10:44.662534Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/91c71840-2f2d-42fd-8748-8f69ac7f2728/?format=api", "uuid": "91c71840-2f2d-42fd-8748-8f69ac7f2728", "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/9bb4b5c1-b99a-4c43-a3ea-bc41dd7557aa/?format=api", "uuid": "9bb4b5c1-b99a-4c43-a3ea-bc41dd7557aa", "name": "STEENWIJKSMOER", "code": "298" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.615879Z", "last_modified": "2025-03-14T15:10:30.544088Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/63d49f64-9d2c-40ff-8107-7379aadf2696/?format=api", "uuid": "63d49f64-9d2c-40ff-8107-7379aadf2696", "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/41388ce8-27c7-45d5-9325-bd21d03b9142/?format=api", "uuid": "41388ce8-27c7-45d5-9325-bd21d03b9142", "name": "MARKNESSE", "code": "317" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.667596Z", "last_modified": "2025-03-14T15:10:43.598359Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/34bf2df0-fef8-4ef3-a961-c62c4d57a9a8/?format=api", "uuid": "34bf2df0-fef8-4ef3-a961-c62c4d57a9a8", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-02-24T08:00:00Z", "value_type": "float", "last_value": 0.1, "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/666c277a-e123-4d64-8edd-e0e5e5d7025a/?format=api", "uuid": "666c277a-e123-4d64-8edd-e0e5e5d7025a", "name": "LAAGHALEN", "code": "323" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.752893Z", "last_modified": "2025-03-10T15:25:54.159728Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/e98b363c-c1c3-429b-8d52-3529a27798c1/?format=api", "uuid": "e98b363c-c1c3-429b-8d52-3529a27798c1", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-15T08: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/f407b125-3110-47b9-8328-f9d63dae121a/?format=api", "uuid": "f407b125-3110-47b9-8328-f9d63dae121a", "name": "FREDERIKSOORD", "code": "326" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.819599Z", "last_modified": "2025-03-16T15:10:48.229357Z", "access_modifier": "Public" }, { "url": "https://demo.lizard.net/api/v4/timeseries/37c73eb2-f921-4385-92d6-e2519c9048e6/?format=api", "uuid": "37c73eb2-f921-4385-92d6-e2519c9048e6", "code": "WNS1400.1d::second::1::86400", "name": "WNS1400.1d", "description": "", "start": "2009-12-29T08:00:00Z", "end": "2025-03-15T08: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/55b12f7e-1571-44d1-88be-71ab2044f4be/?format=api", "uuid": "55b12f7e-1571-44d1-88be-71ab2044f4be", "name": "DWINGELOO", "code": "327" }, "extra_metadata": {}, "created": "2014-11-05T13:46:59.863149Z", "last_modified": "2025-03-16T15:10:49.595866Z", "access_modifier": "Public" } ] }{ "count": 326771, "next": "