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=50
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 326798,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=51",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=49",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1bc68f82-43a0-4490-b7a8-3bed2c27b99a/?format=api",
            "uuid": "1bc68f82-43a0-4490-b7a8-3bed2c27b99a",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2014-06-05T11:54:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -2.964,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/40d0d2c2-3e29-4ea9-9458-2c6cb4ff6014/?format=api",
                "uuid": "40d0d2c2-3e29-4ea9-9458-2c6cb4ff6014",
                "name": "Rg. Leekerweg, kelder",
                "code": "ZRG-L-0527_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:10.233872Z",
            "last_modified": "2023-03-30T03:27:06.466159Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5bdb2de4-a30e-4acb-9426-8e638d94c427/?format=api",
            "uuid": "5bdb2de4-a30e-4acb-9426-8e638d94c427",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-03-06T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -2.855,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/446a857a-0260-4cb6-8cf5-2661a1ebc0a7/?format=api",
                "uuid": "446a857a-0260-4cb6-8cf5-2661a1ebc0a7",
                "name": "Rg. Leiden, kelder",
                "code": "ZRG-O-0036_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:10.457300Z",
            "last_modified": "2023-03-30T03:27:05.007090Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/39616a87-acdc-45ef-9634-aee1e97ec5c5/?format=api",
            "uuid": "39616a87-acdc-45ef-9634-aee1e97ec5c5",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2011-01-12T15:52:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.602,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/a8895d58-184e-4db7-8d89-45dd79b3f6fe/?format=api",
                "uuid": "a8895d58-184e-4db7-8d89-45dd79b3f6fe",
                "name": "Rg. Lijnbaan, kelder",
                "code": "ZRG-O-0037_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:10.801552Z",
            "last_modified": "2023-03-30T03:27:00.532195Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d21e5a96-2eb0-467e-8ece-5d692edc0282/?format=api",
            "uuid": "d21e5a96-2eb0-467e-8ece-5d692edc0282",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2014-09-14T13:00:00Z",
            "end": "2016-08-16T11:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/38eca3b6-d1e8-4d62-90e2-56850f226e72/?format=api",
                "uuid": "38eca3b6-d1e8-4d62-90e2-56850f226e72",
                "name": "Rg. Limmen, BBB",
                "code": "ZRG-L-0501_BBB"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:10.971272Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/711c8240-9eac-415a-aefb-3b28241e683b/?format=api",
            "uuid": "711c8240-9eac-415a-aefb-3b28241e683b",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2011-11-13T08:46:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.933,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/3dd3a6ad-ebb5-412c-97fd-5dbcd498c3d5/?format=api",
                "uuid": "3dd3a6ad-ebb5-412c-97fd-5dbcd498c3d5",
                "name": "Rg. Limmen, kelder",
                "code": "ZRG-L-0501_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:11.135018Z",
            "last_modified": "2023-03-30T03:27:03.593840Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b9572243-395a-4490-a236-38b34a132619/?format=api",
            "uuid": "b9572243-395a-4490-a236-38b34a132619",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:06:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -5.069,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/68f53fe0-4bb4-4649-9b3b-b98ab33889a1/?format=api",
                "uuid": "68f53fe0-4bb4-4649-9b3b-b98ab33889a1",
                "name": "Rg. Lommerhof (Rg318), kelder",
                "code": "ZRG-S-0245_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:11.294679Z",
            "last_modified": "2023-03-30T03:27:07.748089Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5d597573-de3e-44c1-b78b-156add2b1af4/?format=api",
            "uuid": "5d597573-de3e-44c1-b78b-156add2b1af4",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T20:12:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -6.558,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/fc5f0bdb-e9b9-421b-853b-d319a3ee5fe3/?format=api",
                "uuid": "fc5f0bdb-e9b9-421b-853b-d319a3ee5fe3",
                "name": "Rg. Lotte Beesedijk (Rg 334), kelder",
                "code": "ZRG-P-0182_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:11.453698Z",
            "last_modified": "2023-03-30T03:27:00.563180Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ea359646-b774-44d1-ac6e-64693f1ba06f/?format=api",
            "uuid": "ea359646-b774-44d1-ac6e-64693f1ba06f",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:04:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -2.809,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/807e2fc0-e154-4e38-a86a-6f31eee59160/?format=api",
                "uuid": "807e2fc0-e154-4e38-a86a-6f31eee59160",
                "name": "Rg. Lutjewinkel, kelder",
                "code": "ZRG-L-0509_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:11.627225Z",
            "last_modified": "2023-03-30T03:27:04.748778Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1c5d49ad-4638-470e-a321-72b47af64372/?format=api",
            "uuid": "1c5d49ad-4638-470e-a321-72b47af64372",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T21:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -6.585,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/31462654-e496-48d2-a021-8011a41ffa37/?format=api",
                "uuid": "31462654-e496-48d2-a021-8011a41ffa37",
                "name": "Rg. Marconistraat (Rg 311), kelder",
                "code": "ZRG-P-0101_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:11.784813Z",
            "last_modified": "2023-03-30T03:27:03.064130Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/47031f67-a4d3-4640-af56-a083b232cb38/?format=api",
            "uuid": "47031f67-a4d3-4640-af56-a083b232cb38",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-02-11T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.226,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/ca0c6afb-d6eb-40cd-82fd-0ebae10a222b/?format=api",
                "uuid": "ca0c6afb-d6eb-40cd-82fd-0ebae10a222b",
                "name": "Rg. Marken-Binnen, kelder",
                "code": "ZRG-L-0465_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:11.951023Z",
            "last_modified": "2023-03-30T03:27:05.873853Z",
            "access_modifier": "Public"
        }
    ]
}