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=47
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=48",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=46",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a154f4f-2b99-41ed-9d56-b0d8795f0d86/?format=api",
            "uuid": "2a154f4f-2b99-41ed-9d56-b0d8795f0d86",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2011-03-26T23:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.883,
            "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/b8c81dc1-aa2a-49cf-928c-cb910bfc5d74/?format=api",
                "uuid": "b8c81dc1-aa2a-49cf-928c-cb910bfc5d74",
                "name": "Rg. Haydnlaan, kelder",
                "code": "ZRG-S-1002_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:04.995163Z",
            "last_modified": "2023-03-30T03:27:06.893251Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/55c58637-2e97-495f-8f38-ea7c6df8f1b0/?format=api",
            "uuid": "55c58637-2e97-495f-8f38-ea7c6df8f1b0",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:02:00Z",
            "end": "2020-09-07T05:08:00Z",
            "value_type": "float",
            "last_value": -2.996,
            "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/b9d4255c-3ec5-4744-bd41-28c365438ace/?format=api",
                "uuid": "b9d4255c-3ec5-4744-bd41-28c365438ace",
                "name": "Rg. Hazepolder, kelder",
                "code": "ZRG-L-0450_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:05.161509Z",
            "last_modified": "2020-09-15T10:08:27.810477Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/61e6f716-8cd5-436a-8384-49aec44a8773/?format=api",
            "uuid": "61e6f716-8cd5-436a-8384-49aec44a8773",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -8.683,
            "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/41092840-8a27-461c-8894-54d8942b2ac8/?format=api",
                "uuid": "41092840-8a27-461c-8894-54d8942b2ac8",
                "name": "Rg. Hemelboog (Rg356), totaal",
                "code": "ZRG-P-0001_totaal"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:05.385915Z",
            "last_modified": "2023-03-30T03:27:06.302466Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4a1068ca-b8c1-4282-bc5e-307ec48f5a3b/?format=api",
            "uuid": "4a1068ca-b8c1-4282-bc5e-307ec48f5a3b",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -8.047,
            "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/2ff4a0ff-cbf5-4bd9-8e24-ec64bc7e9968/?format=api",
                "uuid": "2ff4a0ff-cbf5-4bd9-8e24-ec64bc7e9968",
                "name": "Rg. Hemelboog (Rg356), RWA",
                "code": "ZRG-P-0001_RWA"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:05.581833Z",
            "last_modified": "2023-03-30T03:27:06.753665Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/51c0d0bf-c55c-41ac-9585-a4e131af2258/?format=api",
            "uuid": "51c0d0bf-c55c-41ac-9585-a4e131af2258",
            "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": -5.006,
            "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/67fb2566-88d3-4ae4-8cf3-385d1f04fbc6/?format=api",
                "uuid": "67fb2566-88d3-4ae4-8cf3-385d1f04fbc6",
                "name": "Rg. Hensbroek, kelder",
                "code": "ZRG-L-0538_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:05.766675Z",
            "last_modified": "2023-03-30T03:27:00.509340Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a42a276c-dd13-47c6-b000-0ac6ae850847/?format=api",
            "uuid": "a42a276c-dd13-47c6-b000-0ac6ae850847",
            "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": -1.659,
            "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/8021e47b-70c3-40b2-886e-802c94ce7495/?format=api",
                "uuid": "8021e47b-70c3-40b2-886e-802c94ce7495",
                "name": "Rg. Hippolytushoef, kelder",
                "code": "ZRG-L-0165_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:05.861065Z",
            "last_modified": "2023-03-30T03:27:03.688897Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d4933132-092f-4452-9817-792106c4a9dd/?format=api",
            "uuid": "d4933132-092f-4452-9817-792106c4a9dd",
            "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": -4.597,
            "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/2df4542a-e6ec-4420-b569-0c654c983599/?format=api",
                "uuid": "2df4542a-e6ec-4420-b569-0c654c983599",
                "name": "Rg. Hoogkarspel, kelder",
                "code": "ZRG-L-0550_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:05.956410Z",
            "last_modified": "2023-03-30T03:27:02.495671Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c67dd182-9c68-4ea0-9f09-91be0c61498c/?format=api",
            "uuid": "c67dd182-9c68-4ea0-9f09-91be0c61498c",
            "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": -3.648,
            "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/eb32a63e-feab-4a3a-b45b-ec3aea9bae1c/?format=api",
                "uuid": "eb32a63e-feab-4a3a-b45b-ec3aea9bae1c",
                "name": "Rg. Hoogwoud, kelder",
                "code": "ZRG-L-0270_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.051946Z",
            "last_modified": "2023-03-30T03:27:04.843367Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a3ac2cbb-391d-4470-ba8a-c53439404f59/?format=api",
            "uuid": "a3ac2cbb-391d-4470-ba8a-c53439404f59",
            "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": -4.582,
            "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/c8a736c8-101a-4c5c-ba2c-de8d37ae596e/?format=api",
                "uuid": "c8a736c8-101a-4c5c-ba2c-de8d37ae596e",
                "name": "Rg. Hooizolder (Rg 29), kelder",
                "code": "ZRG-S-0176_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.135837Z",
            "last_modified": "2023-03-30T03:27:03.359602Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7467f21f-7b52-43a3-b060-cf0dbfd24e3d/?format=api",
            "uuid": "7467f21f-7b52-43a3-b060-cf0dbfd24e3d",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:04:00Z",
            "end": "2020-01-06T06:08:00Z",
            "value_type": "float",
            "last_value": -5.908,
            "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/de21c4c7-e813-42fa-860c-86a41b6fbd26/?format=api",
                "uuid": "de21c4c7-e813-42fa-860c-86a41b6fbd26",
                "name": "Rg. Hoorn, kelder",
                "code": "ZRG-L-0551_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.227432Z",
            "last_modified": null,
            "access_modifier": "Public"
        }
    ]
}