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=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0a6c7782-c728-4c6b-9c2e-1c1abdfb8cbe/?format=api",
            "uuid": "0a6c7782-c728-4c6b-9c2e-1c1abdfb8cbe",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-13T08: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/58764002-9826-4d45-b9e9-c4cd634258c4/?format=api",
                "uuid": "58764002-9826-4d45-b9e9-c4cd634258c4",
                "name": "BIDDINGHUIZEN",
                "code": "366"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.184304Z",
            "last_modified": "2025-03-14T15:10:29.244044Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c470c4e7-c72d-4a55-aa87-9a078e380e0b/?format=api",
            "uuid": "c470c4e7-c72d-4a55-aa87-9a078e380e0b",
            "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/2b0e3250-6df6-4131-8f6c-8aea23ef4215/?format=api",
                "uuid": "2b0e3250-6df6-4131-8f6c-8aea23ef4215",
                "name": "OOSTVAARDERSDIEP",
                "code": "367"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.235531Z",
            "last_modified": "2021-06-23T16:12:26.651957Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b598c23f-d37f-4cd6-bc94-006a3b0ef252/?format=api",
            "uuid": "b598c23f-d37f-4cd6-bc94-006a3b0ef252",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-09T08: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/bbf24447-d68b-4af8-b2bb-7103e9f6d46a/?format=api",
                "uuid": "bbf24447-d68b-4af8-b2bb-7103e9f6d46a",
                "name": "LELYSTAD EENDENWEG",
                "code": "369"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.288286Z",
            "last_modified": "2025-03-10T15:25:39.861235Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4fe82283-f2e9-475b-954c-9e1f66bba2f0/?format=api",
            "uuid": "4fe82283-f2e9-475b-954c-9e1f66bba2f0",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-15T08: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/e0cffb4a-73df-4e31-83ec-0b1d38cca029/?format=api",
                "uuid": "e0cffb4a-73df-4e31-83ec-0b1d38cca029",
                "name": "ZEEWOLDE",
                "code": "371"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.343596Z",
            "last_modified": "2025-03-16T15:10:30.348581Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3fa4d7c6-3075-4139-995d-0e84e997724b/?format=api",
            "uuid": "3fa4d7c6-3075-4139-995d-0e84e997724b",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08: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/e8a54b34-8a61-4dfc-a4cf-090951cc030d/?format=api",
                "uuid": "e8a54b34-8a61-4dfc-a4cf-090951cc030d",
                "name": "ZEEWOLDE SCHILLINKWEG",
                "code": "372"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.399667Z",
            "last_modified": "2025-03-17T15:10:54.233639Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7b4e52f-7a4f-41c5-bfe7-78b8c780d3c3/?format=api",
            "uuid": "d7b4e52f-7a4f-41c5-bfe7-78b8c780d3c3",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-15T08: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/28d39355-bd91-4c19-b01b-627eb17201e9/?format=api",
                "uuid": "28d39355-bd91-4c19-b01b-627eb17201e9",
                "name": "ZOETERMEER",
                "code": "426"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.467193Z",
            "last_modified": "2025-03-16T15:10:45.981580Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f1c93fc8-fd59-4253-bb99-ad6c34f9ebf9/?format=api",
            "uuid": "f1c93fc8-fd59-4253-bb99-ad6c34f9ebf9",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-01T08: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/8382ab94-8fb1-4c05-a7fc-fe464ae0a5b4/?format=api",
                "uuid": "8382ab94-8fb1-4c05-a7fc-fe464ae0a5b4",
                "name": "GROOT AMMERS",
                "code": "434"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.515360Z",
            "last_modified": "2025-03-10T15:25:36.769694Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/532e18f5-72b6-4d38-9ae9-11b4cb1763e2/?format=api",
            "uuid": "532e18f5-72b6-4d38-9ae9-11b4cb1763e2",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08:00:00Z",
            "value_type": "float",
            "last_value": 0.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/bc4e3907-ee1d-48a2-8780-9b2703b544ea/?format=api",
                "uuid": "bc4e3907-ee1d-48a2-8780-9b2703b544ea",
                "name": "HEEMSTEDE",
                "code": "435"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.587457Z",
            "last_modified": "2025-03-17T15:10:49.469249Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/04044788-82bc-4396-9aff-0cebc07ea968/?format=api",
            "uuid": "04044788-82bc-4396-9aff-0cebc07ea968",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08: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/8f668917-e6ca-4f36-aef2-f45942de019f/?format=api",
                "uuid": "8f668917-e6ca-4f36-aef2-f45942de019f",
                "name": "LIJNDEN",
                "code": "437"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.642995Z",
            "last_modified": "2025-03-17T15:10:46.542425Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a01668c0-c4f0-4180-a36d-4e42c19bfaf3/?format=api",
            "uuid": "a01668c0-c4f0-4180-a36d-4e42c19bfaf3",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08: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/121001d0-e5ff-4435-aa56-1f55cc0be7fc/?format=api",
                "uuid": "121001d0-e5ff-4435-aa56-1f55cc0be7fc",
                "name": "HOOFDDORP",
                "code": "438"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.703259Z",
            "last_modified": "2025-03-17T15:10:57.766084Z",
            "access_modifier": "Public"
        }
    ]
}