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=32672
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=32673",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32671",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/17536da1-cd51-44a5-bd3f-dca9dbac237f/?format=api",
            "uuid": "17536da1-cd51-44a5-bd3f-dca9dbac237f",
            "code": "WNS2182::nonequidistant::1::1",
            "name": "WNS2182",
            "description": "",
            "start": "2025-01-19T00:00:00Z",
            "end": "2025-02-12T00:00:00Z",
            "value_type": "float",
            "last_value": 0.37,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api",
                "id": 6623,
                "code": "WNS2182",
                "parameter": "wolfraam",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.311221Z",
                "last_modified": "2020-06-24T11:06:18.311182Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4a8c042-6418-447e-bede-da34a0122362/?format=api",
                "uuid": "f4a8c042-6418-447e-bede-da34a0122362",
                "name": "Bemonsteringspunt effluent",
                "code": "600-X-1310"
            },
            "extra_metadata": {},
            "created": "2025-02-17T13:02:05.926255Z",
            "last_modified": "2025-03-11T10:26:01.969132Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cffb3632-a65d-41eb-8dfc-8bbd88b3c61c/?format=api",
            "uuid": "cffb3632-a65d-41eb-8dfc-8bbd88b3c61c",
            "code": "WNS5139::nonequidistant::1::1",
            "name": "WNS5139",
            "description": "",
            "start": "2025-01-19T00:00:00Z",
            "end": "2025-02-12T00:00:00Z",
            "value_type": "float",
            "last_value": 0.05,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api",
                "id": 6621,
                "code": "WNS5139",
                "parameter": "uranium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.272126Z",
                "last_modified": "2020-06-24T11:06:18.272089Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4a8c042-6418-447e-bede-da34a0122362/?format=api",
                "uuid": "f4a8c042-6418-447e-bede-da34a0122362",
                "name": "Bemonsteringspunt effluent",
                "code": "600-X-1310"
            },
            "extra_metadata": {},
            "created": "2025-02-17T13:02:05.926362Z",
            "last_modified": "2025-03-11T10:25:42.758294Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/efa1d1ce-df9b-43e8-9c34-e9e1cdca3ac6/?format=api",
            "uuid": "efa1d1ce-df9b-43e8-9c34-e9e1cdca3ac6",
            "code": "WNS2182::nonequidistant::1::1",
            "name": "WNS2182",
            "description": "",
            "start": "2025-01-25T00:00:00Z",
            "end": "2025-02-24T00:00:00Z",
            "value_type": "float",
            "last_value": 0.27,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api",
                "id": 6623,
                "code": "WNS2182",
                "parameter": "wolfraam",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.311221Z",
                "last_modified": "2020-06-24T11:06:18.311182Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/de8c25b6-407d-457f-9352-6a8c8323d1f7/?format=api",
                "uuid": "de8c25b6-407d-457f-9352-6a8c8323d1f7",
                "name": "Bemonsteringspunt influent RG Stortemelk",
                "code": "900-X-1101"
            },
            "extra_metadata": {},
            "created": "2025-02-17T13:02:24.269207Z",
            "last_modified": "2025-03-15T12:21:06.712449Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b19c312c-bf85-4a79-88f5-fe6cadfdd786/?format=api",
            "uuid": "b19c312c-bf85-4a79-88f5-fe6cadfdd786",
            "code": "WNS5139::nonequidistant::1::1",
            "name": "WNS5139",
            "description": "",
            "start": "2025-01-25T00:00:00Z",
            "end": "2025-02-24T00:00:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api",
                "id": 6621,
                "code": "WNS5139",
                "parameter": "uranium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.272126Z",
                "last_modified": "2020-06-24T11:06:18.272089Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/de8c25b6-407d-457f-9352-6a8c8323d1f7/?format=api",
                "uuid": "de8c25b6-407d-457f-9352-6a8c8323d1f7",
                "name": "Bemonsteringspunt influent RG Stortemelk",
                "code": "900-X-1101"
            },
            "extra_metadata": {},
            "created": "2025-02-17T13:02:24.269281Z",
            "last_modified": "2025-03-15T12:21:03.453460Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed766d88-dc38-4964-a649-8386fdafafbf/?format=api",
            "uuid": "ed766d88-dc38-4964-a649-8386fdafafbf",
            "code": "WNS2182::nonequidistant::1::1",
            "name": "WNS2182",
            "description": "",
            "start": "2025-01-22T00:00:00Z",
            "end": "2025-01-22T00:00:00Z",
            "value_type": "float",
            "last_value": 1.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api",
                "id": 6623,
                "code": "WNS2182",
                "parameter": "wolfraam",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.311221Z",
                "last_modified": "2020-06-24T11:06:18.311182Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/672ee3e2-5139-46dc-8c12-5f7bb6d35c10/?format=api",
                "uuid": "672ee3e2-5139-46dc-8c12-5f7bb6d35c10",
                "name": "Bemonsteringspunt influent",
                "code": "100-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:31.140377Z",
            "last_modified": "2025-03-04T10:25:36.489594Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5cd5e787-4d2b-475e-afe8-78f2f2b37b68/?format=api",
            "uuid": "5cd5e787-4d2b-475e-afe8-78f2f2b37b68",
            "code": "WNS5139::nonequidistant::1::1",
            "name": "WNS5139",
            "description": "",
            "start": "2025-01-22T00:00:00Z",
            "end": "2025-01-22T00:00:00Z",
            "value_type": "float",
            "last_value": 0.11,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api",
                "id": 6621,
                "code": "WNS5139",
                "parameter": "uranium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.272126Z",
                "last_modified": "2020-06-24T11:06:18.272089Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/672ee3e2-5139-46dc-8c12-5f7bb6d35c10/?format=api",
                "uuid": "672ee3e2-5139-46dc-8c12-5f7bb6d35c10",
                "name": "Bemonsteringspunt influent",
                "code": "100-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:31.140458Z",
            "last_modified": "2025-03-04T10:25:43.510848Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/06fe0758-c8a7-43d6-9258-dc97aee0770c/?format=api",
            "uuid": "06fe0758-c8a7-43d6-9258-dc97aee0770c",
            "code": "WNS2182::nonequidistant::1::1",
            "name": "WNS2182",
            "description": "",
            "start": "2025-01-22T00:00:00Z",
            "end": "2025-01-22T00:00:00Z",
            "value_type": "float",
            "last_value": 0.68,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api",
                "id": 6623,
                "code": "WNS2182",
                "parameter": "wolfraam",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.311221Z",
                "last_modified": "2020-06-24T11:06:18.311182Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/14c2e9b0-8fc4-4090-97ef-bfe4a0bc7afa/?format=api",
                "uuid": "14c2e9b0-8fc4-4090-97ef-bfe4a0bc7afa",
                "name": "Bemonsteringspunt influent",
                "code": "200-X-1101"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:36.992178Z",
            "last_modified": "2025-03-04T10:25:27.205459Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed2a90d3-4286-4310-a4ae-789a31e48c8f/?format=api",
            "uuid": "ed2a90d3-4286-4310-a4ae-789a31e48c8f",
            "code": "WNS5139::nonequidistant::1::1",
            "name": "WNS5139",
            "description": "",
            "start": "2025-01-22T00:00:00Z",
            "end": "2025-01-22T00:00:00Z",
            "value_type": "float",
            "last_value": 0.07,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api",
                "id": 6621,
                "code": "WNS5139",
                "parameter": "uranium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.272126Z",
                "last_modified": "2020-06-24T11:06:18.272089Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/14c2e9b0-8fc4-4090-97ef-bfe4a0bc7afa/?format=api",
                "uuid": "14c2e9b0-8fc4-4090-97ef-bfe4a0bc7afa",
                "name": "Bemonsteringspunt influent",
                "code": "200-X-1101"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:36.992254Z",
            "last_modified": "2025-03-04T10:25:49.824039Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/03da7829-844f-4d64-a470-0276947aeed6/?format=api",
            "uuid": "03da7829-844f-4d64-a470-0276947aeed6",
            "code": "WNS2182::nonequidistant::1::1",
            "name": "WNS2182",
            "description": "",
            "start": "2025-01-22T00:00:00Z",
            "end": "2025-01-22T00:00:00Z",
            "value_type": "float",
            "last_value": 0.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api",
                "id": 6623,
                "code": "WNS2182",
                "parameter": "wolfraam",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.311221Z",
                "last_modified": "2020-06-24T11:06:18.311182Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a6500541-9a9d-417b-b43a-5fbc07f7ef79/?format=api",
                "uuid": "a6500541-9a9d-417b-b43a-5fbc07f7ef79",
                "name": "Bemonsteringspunt influent",
                "code": "400-X-1101"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:42.712133Z",
            "last_modified": "2025-03-04T10:25:30.040075Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/128a7cd5-dc61-42c3-a4ac-51168ef6f9c3/?format=api",
            "uuid": "128a7cd5-dc61-42c3-a4ac-51168ef6f9c3",
            "code": "WNS5139::nonequidistant::1::1",
            "name": "WNS5139",
            "description": "",
            "start": "2025-01-22T00:00:00Z",
            "end": "2025-01-22T00:00:00Z",
            "value_type": "float",
            "last_value": 0.11,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api",
                "id": 6621,
                "code": "WNS5139",
                "parameter": "uranium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.272126Z",
                "last_modified": "2020-06-24T11:06:18.272089Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a6500541-9a9d-417b-b43a-5fbc07f7ef79/?format=api",
                "uuid": "a6500541-9a9d-417b-b43a-5fbc07f7ef79",
                "name": "Bemonsteringspunt influent",
                "code": "400-X-1101"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:42.712215Z",
            "last_modified": "2025-03-04T10:25:52.806445Z",
            "access_modifier": "Public"
        }
    ]
}