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

{
    "count": 326772,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=41",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=39",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f4fb2dcc-c1c3-4318-aad2-45a35b507ce3/?format=api",
            "uuid": "f4fb2dcc-c1c3-4318-aad2-45a35b507ce3",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-22T08:00:00Z",
            "value_type": "float",
            "last_value": 0.2,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/9cb704a7-2773-4920-8c4b-33fbdc5954e1/?format=api",
                "uuid": "9cb704a7-2773-4920-8c4b-33fbdc5954e1",
                "name": "STEIN",
                "code": "969"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:11.768299Z",
            "last_modified": "2025-03-23T15:10:38.972029Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/081ff216-fa9f-4d70-9b96-520ae8589914/?format=api",
            "uuid": "081ff216-fa9f-4d70-9b96-520ae8589914",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-24T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/69644511-3bee-42fb-93f5-41fbab01db99/?format=api",
                "uuid": "69644511-3bee-42fb-93f5-41fbab01db99",
                "name": "STRAMPROY",
                "code": "970"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:11.818480Z",
            "last_modified": "2025-03-25T14:05:52.243394Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d3483043-1d24-4218-b926-dcb0beeeb6d1/?format=api",
            "uuid": "d3483043-1d24-4218-b926-dcb0beeeb6d1",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-24T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b0f95d50-530f-491a-a932-a41c0919d0da/?format=api",
                "uuid": "b0f95d50-530f-491a-a932-a41c0919d0da",
                "name": "NOORBEEK",
                "code": "971"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:11.872003Z",
            "last_modified": "2025-03-25T14:05:40.715300Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/db4b56ae-b4ba-42b3-843d-76f2a88ca522/?format=api",
            "uuid": "db4b56ae-b4ba-42b3-843d-76f2a88ca522",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-24T08:00:00Z",
            "value_type": "float",
            "last_value": 0.7,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/58f34ed4-003b-4699-b856-f4dad99db754/?format=api",
                "uuid": "58f34ed4-003b-4699-b856-f4dad99db754",
                "name": "BEEK N",
                "code": "973"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:11.928127Z",
            "last_modified": "2025-03-25T14:05:51.438389Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/693ce09a-b5f3-41e5-b131-c571147841ad/?format=api",
            "uuid": "693ce09a-b5f3-41e5-b131-c571147841ad",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-23T08:00:00Z",
            "value_type": "float",
            "last_value": 0.4,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c85c3b08-c971-4005-a8f0-cfa1b20618df/?format=api",
                "uuid": "c85c3b08-c971-4005-a8f0-cfa1b20618df",
                "name": "BUCHTEN",
                "code": "974"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:11.988130Z",
            "last_modified": "2025-03-24T15:10:53.444770Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/43faa51a-a574-4b28-b866-08a4d1449a36/?format=api",
            "uuid": "43faa51a-a574-4b28-b866-08a4d1449a36",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2021-06-24T08:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6eb7ce96-6b88-422b-ac2b-01ca7d60a033/?format=api",
                "uuid": "6eb7ce96-6b88-422b-ac2b-01ca7d60a033",
                "name": "REUVER",
                "code": "977"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:12.071910Z",
            "last_modified": "2021-06-23T16:10:14.684391Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/751e9a8a-4cd8-42f0-9db6-9f90c09a53dc/?format=api",
            "uuid": "751e9a8a-4cd8-42f0-9db6-9f90c09a53dc",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-01-07T08:00:00Z",
            "value_type": "float",
            "last_value": 12.1,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/62ed0904-42db-4c0b-8cd9-49a00a5866f9/?format=api",
                "uuid": "62ed0904-42db-4c0b-8cd9-49a00a5866f9",
                "name": "ECHT",
                "code": "979"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:12.123138Z",
            "last_modified": "2025-03-10T15:25:50.801065Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c5554353-6d5a-4c5f-a47c-89073d9ce4b3/?format=api",
            "uuid": "c5554353-6d5a-4c5f-a47c-89073d9ce4b3",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-24T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e5775065-3aa1-43df-b955-1f21443c611e/?format=api",
                "uuid": "e5775065-3aa1-43df-b955-1f21443c611e",
                "name": "EPEN",
                "code": "980"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:12.175478Z",
            "last_modified": "2025-03-25T14:05:32.893956Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3a0502c6-aac8-43c7-ae77-b70c89354da9/?format=api",
            "uuid": "3a0502c6-aac8-43c7-ae77-b70c89354da9",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-02-26T08:00:00Z",
            "value_type": "float",
            "last_value": 5.6,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d3ef9b1c-59c1-446c-8388-c7310d29e405/?format=api",
                "uuid": "d3ef9b1c-59c1-446c-8388-c7310d29e405",
                "name": "OOST MAARLAND",
                "code": "981"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:12.248299Z",
            "last_modified": "2025-03-10T15:25:57.458683Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ee6e5f34-1e09-4674-b6f2-ce5beb5e4286/?format=api",
            "uuid": "ee6e5f34-1e09-4674-b6f2-ce5beb5e4286",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-21T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b3b47ae2-73fe-4f9c-9bbd-05d6e67bf9fd/?format=api",
                "uuid": "b3b47ae2-73fe-4f9c-9bbd-05d6e67bf9fd",
                "name": "SCHINVELD",
                "code": "982"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:12.339470Z",
            "last_modified": "2025-03-22T15:15:36.587597Z",
            "access_modifier": "Public"
        }
    ]
}