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

{
    "count": 326796,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=46",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=44",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/288e6329-3093-4bdd-8f6a-4ecb71f067ce/?format=api",
            "uuid": "288e6329-3093-4bdd-8f6a-4ecb71f067ce",
            "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.745,
            "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/bd619f81-940c-4dd6-a458-b0a796dbad4e/?format=api",
                "uuid": "bd619f81-940c-4dd6-a458-b0a796dbad4e",
                "name": "Rg. De Rijp, kelder",
                "code": "ZRG-L-0447_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.202239Z",
            "last_modified": "2023-03-30T03:27:04.927747Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/da950d34-a7e1-4a5e-94e8-e21b0916c536/?format=api",
            "uuid": "da950d34-a7e1-4a5e-94e8-e21b0916c536",
            "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": -1.856,
            "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/ee4f3921-a18c-4c35-88a6-e0b192476f0c/?format=api",
                "uuid": "ee4f3921-a18c-4c35-88a6-e0b192476f0c",
                "name": "Rg. De Waal, kelder",
                "code": "ZRG-L-0485_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.285759Z",
            "last_modified": "2023-03-30T03:27:05.856416Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/41a1c07b-b03e-4f02-925a-339e17047c67/?format=api",
            "uuid": "41a1c07b-b03e-4f02-925a-339e17047c67",
            "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": -1.784,
            "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/4a968fe3-8961-427e-bdb5-7975031779ee/?format=api",
                "uuid": "4a968fe3-8961-427e-bdb5-7975031779ee",
                "name": "Rg. De Woude, kelder",
                "code": "ZRG-L-0463_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.398320Z",
            "last_modified": "2023-03-30T03:27:05.031841Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67f6c9ca-2240-4edd-a02a-bb087b693631/?format=api",
            "uuid": "67f6c9ca-2240-4edd-a02a-bb087b693631",
            "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.941,
            "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/289c35d0-99b6-4361-9a4d-9509fa8a6ec3/?format=api",
                "uuid": "289c35d0-99b6-4361-9a4d-9509fa8a6ec3",
                "name": "Rg. De Zandloper, kelder",
                "code": "ZRG-L-0481_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.494755Z",
            "last_modified": "2023-03-30T03:27:04.711848Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2c61436d-00b2-4919-80a6-33d1d6ca734f/?format=api",
            "uuid": "2c61436d-00b2-4919-80a6-33d1d6ca734f",
            "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.105,
            "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/61e03c9b-38e1-4aaa-a711-1cbeceaecabd/?format=api",
                "uuid": "61e03c9b-38e1-4aaa-a711-1cbeceaecabd",
                "name": "Rg. Den Burg, kelder",
                "code": "ZRG-S-0202_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.577384Z",
            "last_modified": "2023-03-30T03:27:07.231846Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/19b29664-a955-4198-ba35-d329cb623158/?format=api",
            "uuid": "19b29664-a955-4198-ba35-d329cb623158",
            "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": -1.452,
            "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/9c737e14-b99d-462c-b6bf-361fbf685c7b/?format=api",
                "uuid": "9c737e14-b99d-462c-b6bf-361fbf685c7b",
                "name": "Rg. Den Hoorn, kelder",
                "code": "ZRG-IB-0313_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.756285Z",
            "last_modified": "2023-06-13T08:14:53.901272Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4817b4f6-9e00-4092-8336-478908f6d08a/?format=api",
            "uuid": "4817b4f6-9e00-4092-8336-478908f6d08a",
            "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.057,
            "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/fed3b637-41ce-4432-871d-bc12f32d4c48/?format=api",
                "uuid": "fed3b637-41ce-4432-871d-bc12f32d4c48",
                "name": "Rg. Den Ilp, kelder",
                "code": "ZRG-L-0570_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.838494Z",
            "last_modified": "2023-03-30T03:27:03.310772Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6eafc903-25e8-47f0-81b2-e73cc47d09a3/?format=api",
            "uuid": "6eafc903-25e8-47f0-81b2-e73cc47d09a3",
            "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": -3.88,
            "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/bb9bdfe4-a4aa-4744-bc29-5f91e2e0ca65/?format=api",
                "uuid": "bb9bdfe4-a4aa-4744-bc29-5f91e2e0ca65",
                "name": "Rg. Dirkshorn, kelder",
                "code": "ZRG-L-0489_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.939236Z",
            "last_modified": "2023-03-30T03:27:03.135340Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ce86867a-4b63-463d-bc84-406917089bc0/?format=api",
            "uuid": "ce86867a-4b63-463d-bc84-406917089bc0",
            "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": -4.733,
            "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/e55e3f8e-44a0-4e4a-9926-268d077a491c/?format=api",
                "uuid": "e55e3f8e-44a0-4e4a-9926-268d077a491c",
                "name": "Rg. Dr Bonstraat, kelder",
                "code": "ZRG-O-0012_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.025089Z",
            "last_modified": "2023-03-30T03:27:02.336741Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8e404dbf-ef70-4c21-85f5-44cb37924fb2/?format=api",
            "uuid": "8e404dbf-ef70-4c21-85f5-44cb37924fb2",
            "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": -6.704,
            "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/041a5d79-dff8-4d74-aa09-25b49300a029/?format=api",
                "uuid": "041a5d79-dff8-4d74-aa09-25b49300a029",
                "name": "Rg. Dwingel, kelder",
                "code": "ZRG-O-0030_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.186910Z",
            "last_modified": "2023-03-30T03:27:03.494732Z",
            "access_modifier": "Public"
        }
    ]
}