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=42
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=43",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=41",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4f5549a7-7dc9-449a-b0c8-3489dc0a9e27/?format=api",
            "uuid": "4f5549a7-7dc9-449a-b0c8-3489dc0a9e27",
            "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/011bf304-ab7d-43d8-b773-61fa8a9458c7/?format=api",
                "uuid": "011bf304-ab7d-43d8-b773-61fa8a9458c7",
                "name": "Rg. BBB Bergerhof(rg48), BBB",
                "code": "ZRG-S-1001_BBB"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:56.991288Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/077764df-e98d-4f4f-8295-4040b0759aa1/?format=api",
            "uuid": "077764df-e98d-4f4f-8295-4040b0759aa1",
            "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.061,
            "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/07f291a7-61ff-4e06-a2c6-0e9c219674d3/?format=api",
                "uuid": "07f291a7-61ff-4e06-a2c6-0e9c219674d3",
                "name": "Rg. Bergerhof BBB, kelder",
                "code": "ZRG-S-1001_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:57.159798Z",
            "last_modified": "2023-03-30T03:27:01.338980Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a6b31dc3-da54-4b6f-be50-c872996e4dcd/?format=api",
            "uuid": "a6b31dc3-da54-4b6f-be50-c872996e4dcd",
            "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": -4.138,
            "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/96a5c095-f737-467a-9986-77e5abc63b26/?format=api",
                "uuid": "96a5c095-f737-467a-9986-77e5abc63b26",
                "name": "Rg. Bergerweg, kelder",
                "code": "ZRG-S-1000_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:57.330202Z",
            "last_modified": "2023-03-30T03:27:03.235000Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bf0e7b56-df24-479a-b9a9-1a8ce25d63bf/?format=api",
            "uuid": "bf0e7b56-df24-479a-b9a9-1a8ce25d63bf",
            "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.538,
            "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/85a574d2-ca70-4dc9-b6fe-d9c1261cb809/?format=api",
                "uuid": "85a574d2-ca70-4dc9-b6fe-d9c1261cb809",
                "name": "Rg. Berkhout, kelder",
                "code": "ZRG-L-0422_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:57.490925Z",
            "last_modified": "2023-03-30T03:27:03.088954Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d3473d7-f442-4c87-acb9-dad3fa05a9fd/?format=api",
            "uuid": "6d3473d7-f442-4c87-acb9-dad3fa05a9fd",
            "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": -2.256,
            "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/9042dbf1-3cb4-41dc-ad21-cd6c66c52bfc/?format=api",
                "uuid": "9042dbf1-3cb4-41dc-ad21-cd6c66c52bfc",
                "name": "Rg. Beveland, kelder",
                "code": "ZRG-IB-0098_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:57.669710Z",
            "last_modified": "2023-03-30T03:27:01.267424Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c5a5493e-1f52-43e4-b9d9-cf8dc136a4c9/?format=api",
            "uuid": "c5a5493e-1f52-43e4-b9d9-cf8dc136a4c9",
            "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.691,
            "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/18e00780-84e8-4931-a052-b80b8a4a9148/?format=api",
                "uuid": "18e00780-84e8-4931-a052-b80b8a4a9148",
                "name": "Rg. Bevelandseweg (RG 313), kelder",
                "code": "ZRG-P-0206_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:57.896049Z",
            "last_modified": "2023-03-30T03:27:04.735275Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f40a9be5-4dde-44c6-949b-7b38e30e45b6/?format=api",
            "uuid": "f40a9be5-4dde-44c6-949b-7b38e30e45b6",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2011-11-13T08:48:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -5.051,
            "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/e9965c3d-20f4-478a-b93e-ce9d7dd3f34c/?format=api",
                "uuid": "e9965c3d-20f4-478a-b93e-ce9d7dd3f34c",
                "name": "Rg. Beverkoog, kelder",
                "code": "ZRG-O-0011_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:58.065405Z",
            "last_modified": "2023-03-30T03:27:05.862850Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6539e464-7276-4eef-b200-62999f576ba7/?format=api",
            "uuid": "6539e464-7276-4eef-b200-62999f576ba7",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2014-08-06T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.395,
            "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/bf7ca820-17b4-483f-ac10-86d361f31ba5/?format=api",
                "uuid": "bf7ca820-17b4-483f-ac10-86d361f31ba5",
                "name": "Rg. Beverwijk West, kelder 1",
                "code": "ZRG-O-0094_kelder 1"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:58.234079Z",
            "last_modified": "2023-03-30T03:27:05.986056Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/98dcc0ad-5226-46d3-9f79-7ec81597c8d7/?format=api",
            "uuid": "98dcc0ad-5226-46d3-9f79-7ec81597c8d7",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2014-08-06T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.766,
            "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/aab67bad-4a4d-4ff9-91b3-4b107bfd95f3/?format=api",
                "uuid": "aab67bad-4a4d-4ff9-91b3-4b107bfd95f3",
                "name": "Rg. Beverwijk West, kelder 2",
                "code": "ZRG-O-0094_kelder 2"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:58.401832Z",
            "last_modified": "2023-03-30T03:27:06.200946Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/eed007f9-f276-438a-bde4-cac1e05b2478/?format=api",
            "uuid": "eed007f9-f276-438a-bde4-cac1e05b2478",
            "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": 0.179,
            "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/1e72c044-7431-487c-8a8a-884eac9af9c5/?format=api",
                "uuid": "1e72c044-7431-487c-8a8a-884eac9af9c5",
                "name": "Rg. Blauwe Keet, kelder",
                "code": "ZRG-L-0478_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:48:58.554693Z",
            "last_modified": "2023-03-30T03:27:08.076584Z",
            "access_modifier": "Public"
        }
    ]
}