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=44
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=45",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=43",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8ba8091a-b01b-463c-b5cd-10bc6fe5bdaf/?format=api",
            "uuid": "8ba8091a-b01b-463c-b5cd-10bc6fe5bdaf",
            "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.485,
            "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/df54dd56-1abf-474e-a7fb-935780485a81/?format=api",
                "uuid": "df54dd56-1abf-474e-a7fb-935780485a81",
                "name": "Rg. Castricum, kelder",
                "code": "ZRG-L-0461_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:00.730406Z",
            "last_modified": "2023-03-30T03:27:05.538981Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/73e914ae-9a8f-45ce-981b-b201d4909813/?format=api",
            "uuid": "73e914ae-9a8f-45ce-981b-b201d4909813",
            "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.629,
            "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/26c2da50-aad2-42d6-859a-f4d20759f237/?format=api",
                "uuid": "26c2da50-aad2-42d6-859a-f4d20759f237",
                "name": "Rg. Copernicus (Rg325), kelder",
                "code": "ZRG-S-0165_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:00.922031Z",
            "last_modified": "2023-03-30T03:27:00.365436Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6fc63a02-4010-49e2-82ef-0cfe406ac0f5/?format=api",
            "uuid": "6fc63a02-4010-49e2-82ef-0cfe406ac0f5",
            "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.317,
            "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/34c77a3c-e757-41b0-9e41-3fb4af13af3d/?format=api",
                "uuid": "34c77a3c-e757-41b0-9e41-3fb4af13af3d",
                "name": "Rg. Daalmeer, kelder",
                "code": "ZRG-IB-0030_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:01.085326Z",
            "last_modified": "2023-03-30T03:27:05.634367Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7a81090f-d8f1-4c0a-a837-e11dd5a74422/?format=api",
            "uuid": "7a81090f-d8f1-4c0a-a837-e11dd5a74422",
            "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": -2.344,
            "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/64e82682-14a2-42cb-9130-e3746c4533e0/?format=api",
                "uuid": "64e82682-14a2-42cb-9130-e3746c4533e0",
                "name": "Rg. De Cocksdorp, kelder",
                "code": "ZRG-L-0477_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:01.254172Z",
            "last_modified": "2023-03-30T03:27:02.248353Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b1c1a737-1d42-4b15-9abf-8686610606ee/?format=api",
            "uuid": "b1c1a737-1d42-4b15-9abf-8686610606ee",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-12-19T08:06:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -7.781,
            "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/ee8aabd0-3ca4-4b51-8c64-b458ddff1e7e/?format=api",
                "uuid": "ee8aabd0-3ca4-4b51-8c64-b458ddff1e7e",
                "name": "Rg. De Draai, kelder",
                "code": "ZRG-O-0090_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:01.429504Z",
            "last_modified": "2023-03-30T03:27:08.406468Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/05716986-be5e-476c-b521-1dfba7c164b4/?format=api",
            "uuid": "05716986-be5e-476c-b521-1dfba7c164b4",
            "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": -1.813,
            "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/b7a2ff5a-95ee-4afb-bfb8-f0d6cee85b4e/?format=api",
                "uuid": "b7a2ff5a-95ee-4afb-bfb8-f0d6cee85b4e",
                "name": "Rg. Eendracht, kelder",
                "code": "ZRG-L-0519_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:01.595185Z",
            "last_modified": "2023-03-30T03:27:04.413348Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c0ea6f6a-1da8-4b60-8979-9c82d127e717/?format=api",
            "uuid": "c0ea6f6a-1da8-4b60-8979-9c82d127e717",
            "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.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/3ddfd67c-ec5c-430c-a1c0-d3740bd102d3/?format=api",
                "uuid": "3ddfd67c-ec5c-430c-a1c0-d3740bd102d3",
                "name": "Rg. De Kleis, kelder",
                "code": "ZRG-Q-0001_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:01.774038Z",
            "last_modified": "2023-03-30T03:27:03.912052Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9ed17266-070e-4edd-a6b8-51eb73c53a69/?format=api",
            "uuid": "9ed17266-070e-4edd-a6b8-51eb73c53a69",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T20:54:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -6.541,
            "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/a9dd08b8-1fb0-4203-bd8e-c15546f16489/?format=api",
                "uuid": "a9dd08b8-1fb0-4203-bd8e-c15546f16489",
                "name": "Rg. De Klerkweg (Rg326), kelder",
                "code": "ZRG-S-0173_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:01.874436Z",
            "last_modified": "2023-03-30T03:27:07.078862Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/44269345-649e-405d-a90a-338822120ea7/?format=api",
            "uuid": "44269345-649e-405d-a90a-338822120ea7",
            "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.502,
            "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/5810c760-6b9a-4fbd-bbeb-44ac30234b21/?format=api",
                "uuid": "5810c760-6b9a-4fbd-bbeb-44ac30234b21",
                "name": "Rg. De Krim, kelder",
                "code": "ZRG-P-0500_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.013885Z",
            "last_modified": "2023-03-30T03:27:06.286544Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b4e37483-8d92-4639-ad08-8a45ce11e7f7/?format=api",
            "uuid": "b4e37483-8d92-4639-ad08-8a45ce11e7f7",
            "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.336,
            "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/39190c16-7927-49cf-a006-cca0a3503d08/?format=api",
                "uuid": "39190c16-7927-49cf-a006-cca0a3503d08",
                "name": "Rg. De Nollen, kelder",
                "code": "ZRG-O-0009_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:02.116039Z",
            "last_modified": "2023-03-30T03:27:07.481502Z",
            "access_modifier": "Public"
        }
    ]
}