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=48
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=49",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=47",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8387b9d6-0c76-4d17-bacf-51d5ec774e84/?format=api",
            "uuid": "8387b9d6-0c76-4d17-bacf-51d5ec774e84",
            "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.276,
            "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/f883b2dc-14ae-4587-8c5d-a041ce1c1d0d/?format=api",
                "uuid": "f883b2dc-14ae-4587-8c5d-a041ce1c1d0d",
                "name": "Rg. Huiswaard, kelder",
                "code": "ZRG-L-0445_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.322201Z",
            "last_modified": "2023-03-30T03:27:01.842052Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9d4841ef-ab00-461d-8e4f-db2e42e5bc91/?format=api",
            "uuid": "9d4841ef-ab00-461d-8e4f-db2e42e5bc91",
            "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": -6.297,
            "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/fd8a16c5-52a6-4ab6-b08b-931acbe8b979/?format=api",
                "uuid": "fd8a16c5-52a6-4ab6-b08b-931acbe8b979",
                "name": "Rg. Huygenhoekring (Rg 328), totaal",
                "code": "ZRG-IB-0803_totaal"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.520800Z",
            "last_modified": "2023-03-30T03:27:08.245221Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6fd6dadc-9307-4f50-ba04-c06f115287cc/?format=api",
            "uuid": "6fd6dadc-9307-4f50-ba04-c06f115287cc",
            "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": -6.247,
            "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/1af7d9b4-852d-4c2c-8306-182f6cc7e5b7/?format=api",
                "uuid": "1af7d9b4-852d-4c2c-8306-182f6cc7e5b7",
                "name": "Rg. Huygenhoekring (Rg 328), RWA",
                "code": "ZRG-IB-0803_RWA"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.690346Z",
            "last_modified": "2023-03-30T03:27:02.122548Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9fbed216-56a0-4b16-a63b-af54e8e898b5/?format=api",
            "uuid": "9fbed216-56a0-4b16-a63b-af54e8e898b5",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T06:06:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.363,
            "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/4f3d839e-6f26-49de-9e8d-834e010d51ec/?format=api",
                "uuid": "4f3d839e-6f26-49de-9e8d-834e010d51ec",
                "name": "Rg. IJsbaanpad (Rg 62), kelder",
                "code": "ZRG-S-0228_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:06.857494Z",
            "last_modified": "2023-03-30T03:27:02.790916Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a54677ec-90ad-4843-8baf-b6aa1420e15d/?format=api",
            "uuid": "a54677ec-90ad-4843-8baf-b6aa1420e15d",
            "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": -4.356,
            "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/61eefade-d682-40a9-9468-72aed46ef791/?format=api",
                "uuid": "61eefade-d682-40a9-9468-72aed46ef791",
                "name": "Rg. Ilpendam, kelder",
                "code": "ZRG-L-0451_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:07.067944Z",
            "last_modified": "2023-03-30T03:27:06.175802Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/598a68c1-5bb2-448f-b77a-cd6c7c59d582/?format=api",
            "uuid": "598a68c1-5bb2-448f-b77a-cd6c7c59d582",
            "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": -5.216,
            "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/4352a64b-1b7c-41e3-8585-cae96daa8033/?format=api",
                "uuid": "4352a64b-1b7c-41e3-8585-cae96daa8033",
                "name": "Rg. Jan Glijnisweg, kelder",
                "code": "ZRG-P-0151_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:07.574224Z",
            "last_modified": "2023-03-30T03:27:00.424776Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9247f2a5-ffda-4031-9230-6d3fd033d1f5/?format=api",
            "uuid": "9247f2a5-ffda-4031-9230-6d3fd033d1f5",
            "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/d69a8693-d5ba-46ae-b349-928966836fce/?format=api",
                "uuid": "d69a8693-d5ba-46ae-b349-928966836fce",
                "name": "Rg. Jan van Scorelkade BBB, BBB",
                "code": "ZRG-O-0001_BBB"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:07.735749Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/19107837-7bfd-409f-b956-26347bf6e4ef/?format=api",
            "uuid": "19107837-7bfd-409f-b956-26347bf6e4ef",
            "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": -2.924,
            "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/cf478114-5fd7-4deb-b560-7e4c7801f47d/?format=api",
                "uuid": "cf478114-5fd7-4deb-b560-7e4c7801f47d",
                "name": "Rg. Jan van Scorelkade BBB, kelder",
                "code": "ZRG-O-0001_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:07.892785Z",
            "last_modified": "2023-03-30T03:27:01.876494Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dddc11b7-7e82-4690-9f10-1c3a1bca4b39/?format=api",
            "uuid": "dddc11b7-7e82-4690-9f10-1c3a1bca4b39",
            "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.433,
            "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/7a241fa3-b796-47fe-b3b1-ecc8961e63bc/?format=api",
                "uuid": "7a241fa3-b796-47fe-b3b1-ecc8961e63bc",
                "name": "Rg. Julianadorp, kelder",
                "code": "ZRG-L-0480_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:08.055791Z",
            "last_modified": "2023-03-30T03:27:02.231305Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0209a20a-a61c-4fcf-878d-59171b6cf620/?format=api",
            "uuid": "0209a20a-a61c-4fcf-878d-59171b6cf620",
            "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.739,
            "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/a960badd-570e-4758-8aa1-c65c3c7b22d8/?format=api",
                "uuid": "a960badd-570e-4758-8aa1-c65c3c7b22d8",
                "name": "Rg. Kathoek, kelder",
                "code": "ZRG-O-0032_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:08.214655Z",
            "last_modified": "2023-03-30T03:27:02.601291Z",
            "access_modifier": "Public"
        }
    ]
}