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

{
    "count": 326771,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32663",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32661",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2fe64116-2aeb-40bb-8880-afbeb96da13e/?format=api",
            "uuid": "2fe64116-2aeb-40bb-8880-afbeb96da13e",
            "code": "WNS12753::nonequidistant::1::1",
            "name": "WNS12753",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3879/?format=api",
                "id": 3879,
                "code": "WNS12753",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.653254Z",
                "last_modified": "2020-02-19T15:58:40.653215Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api",
                "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa",
                "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht",
                "code": "26EN-045-01"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521760Z",
            "last_modified": "2025-03-10T10:26:01.969252Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f51380b5-e073-4b19-a438-ace38c17e383/?format=api",
            "uuid": "f51380b5-e073-4b19-a438-ace38c17e383",
            "code": "WNS12753::nonequidistant::1::1",
            "name": "WNS12753",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3879/?format=api",
                "id": 3879,
                "code": "WNS12753",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.653254Z",
                "last_modified": "2020-02-19T15:58:40.653215Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
                "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
                "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
                "code": "26EN-39910"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521800Z",
            "last_modified": "2025-03-10T10:25:46.907337Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4000ffb9-9349-4cc1-a56d-5914afc99f5e/?format=api",
            "uuid": "4000ffb9-9349-4cc1-a56d-5914afc99f5e",
            "code": "WNS12753::nonequidistant::1::1",
            "name": "WNS12753",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3879/?format=api",
                "id": 3879,
                "code": "WNS12753",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.653254Z",
                "last_modified": "2020-02-19T15:58:40.653215Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521839Z",
            "last_modified": "2025-03-10T10:26:03.201453Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/618e1a5f-6114-43a9-8520-6b995549fd38/?format=api",
            "uuid": "618e1a5f-6114-43a9-8520-6b995549fd38",
            "code": "WNS12753::nonequidistant::1::1",
            "name": "WNS12753",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3879/?format=api",
                "id": 3879,
                "code": "WNS12753",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.653254Z",
                "last_modified": "2020-02-19T15:58:40.653215Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521878Z",
            "last_modified": "2025-03-15T10:25:37.169274Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ec75ce2b-0db2-4e5d-bc94-2c5f05977195/?format=api",
            "uuid": "ec75ce2b-0db2-4e5d-bc94-2c5f05977195",
            "code": "WNS12185::nonequidistant::1::1",
            "name": "WNS12185",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 5.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3311/?format=api",
                "id": 3311,
                "code": "WNS12185",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.496543Z",
                "last_modified": "2020-02-19T15:58:36.496506Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api",
                "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa",
                "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht",
                "code": "26EN-045-01"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521917Z",
            "last_modified": "2025-03-10T10:25:52.975829Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8f92d9f0-8551-4fb1-b99e-df8828eff7b5/?format=api",
            "uuid": "8f92d9f0-8551-4fb1-b99e-df8828eff7b5",
            "code": "WNS12185::nonequidistant::1::1",
            "name": "WNS12185",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 3.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3311/?format=api",
                "id": 3311,
                "code": "WNS12185",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.496543Z",
                "last_modified": "2020-02-19T15:58:36.496506Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
                "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
                "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
                "code": "26EN-39910"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521956Z",
            "last_modified": "2025-03-10T10:25:38.700646Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7bc2ea76-5e3f-43c6-be44-6c87be953a9d/?format=api",
            "uuid": "7bc2ea76-5e3f-43c6-be44-6c87be953a9d",
            "code": "WNS12185::nonequidistant::1::1",
            "name": "WNS12185",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 4.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3311/?format=api",
                "id": 3311,
                "code": "WNS12185",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.496543Z",
                "last_modified": "2020-02-19T15:58:36.496506Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.521995Z",
            "last_modified": "2025-03-10T10:25:54.595340Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4086351a-05eb-49d9-9bcc-0e1e531bdf0e/?format=api",
            "uuid": "4086351a-05eb-49d9-9bcc-0e1e531bdf0e",
            "code": "WNS12185::nonequidistant::1::1",
            "name": "WNS12185",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 34.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3311/?format=api",
                "id": 3311,
                "code": "WNS12185",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.496543Z",
                "last_modified": "2020-02-19T15:58:36.496506Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522034Z",
            "last_modified": "2025-03-15T10:25:35.821026Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5e7299d8-a23f-40db-be1f-e6dbc559e569/?format=api",
            "uuid": "5e7299d8-a23f-40db-be1f-e6dbc559e569",
            "code": "WNS12762::nonequidistant::1::1",
            "name": "WNS12762",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 3.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3888/?format=api",
                "id": 3888,
                "code": "WNS12762",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.721163Z",
                "last_modified": "2020-02-19T15:58:40.721126Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api",
                "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa",
                "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht",
                "code": "26EN-045-01"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522072Z",
            "last_modified": "2025-03-10T10:25:31.920513Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aa8764d8-6065-46d3-ac4d-5922252b37f3/?format=api",
            "uuid": "aa8764d8-6065-46d3-ac4d-5922252b37f3",
            "code": "WNS12762::nonequidistant::1::1",
            "name": "WNS12762",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 1.7,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3888/?format=api",
                "id": 3888,
                "code": "WNS12762",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.721163Z",
                "last_modified": "2020-02-19T15:58:40.721126Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
                "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
                "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
                "code": "26EN-39910"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522111Z",
            "last_modified": "2025-03-10T10:25:52.689399Z",
            "access_modifier": "Public"
        }
    ]
}