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=15
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=16",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=14",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2cbd6271-50df-47f5-8341-c618fb180158/?format=api",
            "uuid": "2cbd6271-50df-47f5-8341-c618fb180158",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 1.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/9fbbb63a-954d-4581-bc78-fa060acac138/?format=api",
                "uuid": "9fbbb63a-954d-4581-bc78-fa060acac138",
                "name": "HEILOO",
                "code": "217"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.185138Z",
            "last_modified": "2025-03-15T15:10:30.880935Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a9de9007-c2d2-4a62-a5c9-caab52f7ec48/?format=api",
            "uuid": "a9de9007-c2d2-4a62-a5c9-caab52f7ec48",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-02-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/af269c64-607d-4fcd-a3b9-aa8a80a26003/?format=api",
                "uuid": "af269c64-607d-4fcd-a3b9-aa8a80a26003",
                "name": "ENKHUIZEN",
                "code": "221"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.236529Z",
            "last_modified": "2025-03-10T15:26:00.182816Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c5bd3d81-203b-47de-81ce-ffd4e8f6512e/?format=api",
            "uuid": "c5bd3d81-203b-47de-81ce-ffd4e8f6512e",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-02-20T08: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/9da5ee7c-76f5-4e67-bf4e-92dddfc296a1/?format=api",
                "uuid": "9da5ee7c-76f5-4e67-bf4e-92dddfc296a1",
                "name": "HOORN",
                "code": "222"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.305722Z",
            "last_modified": "2025-03-10T15:25:29.362511Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8dee1412-2e18-4c33-9983-5f7ab99157f0/?format=api",
            "uuid": "8dee1412-2e18-4c33-9983-5f7ab99157f0",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-12T08:00:00Z",
            "value_type": "float",
            "last_value": 0.5,
            "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/cf24abd9-7622-4d27-b404-bda32ead01cf/?format=api",
                "uuid": "cf24abd9-7622-4d27-b404-bda32ead01cf",
                "name": "SCHELLINGWOUDE",
                "code": "223"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.376524Z",
            "last_modified": "2025-03-13T15:10:29.620605Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a00089f2-448d-42c4-b523-126428fd247c/?format=api",
            "uuid": "a00089f2-448d-42c4-b523-126428fd247c",
            "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.8,
            "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/56aa626c-539b-4ba0-ade8-7ca49d8c03a3/?format=api",
                "uuid": "56aa626c-539b-4ba0-ade8-7ca49d8c03a3",
                "name": "EDAM",
                "code": "224"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.431868Z",
            "last_modified": "2025-03-14T15:10:47.147356Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/019e5386-fd7e-456f-823d-36cd2386e39f/?format=api",
            "uuid": "019e5386-fd7e-456f-823d-36cd2386e39f",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 4.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/b0a1c22a-3eec-4e6f-b9ce-22121987236e/?format=api",
                "uuid": "b0a1c22a-3eec-4e6f-b9ce-22121987236e",
                "name": "OVERVEEN",
                "code": "225"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.484185Z",
            "last_modified": "2025-03-15T15:10:31.774418Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/55eebfec-ed8a-4d35-a283-0c17b3ee7d0c/?format=api",
            "uuid": "55eebfec-ed8a-4d35-a283-0c17b3ee7d0c",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-12T08: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/e4b88202-48a5-4562-8777-21deb8ba35b7/?format=api",
                "uuid": "e4b88202-48a5-4562-8777-21deb8ba35b7",
                "name": "WIJK AAN ZEE",
                "code": "226"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.532388Z",
            "last_modified": "2025-03-13T15:10:39.068076Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69a8cc45-b21e-4f3b-8d2e-5608fbadf194/?format=api",
            "uuid": "69a8cc45-b21e-4f3b-8d2e-5608fbadf194",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08: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/eb67e886-64ac-4ec2-ab0a-5bb288602f43/?format=api",
                "uuid": "eb67e886-64ac-4ec2-ab0a-5bb288602f43",
                "name": "AN  PAULOW",
                "code": "227"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.595659Z",
            "last_modified": "2025-03-15T15:10:37.874135Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1a4e971e-ddde-49e1-a67c-ebacee9df996/?format=api",
            "uuid": "1a4e971e-ddde-49e1-a67c-ebacee9df996",
            "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/74f8a687-5d75-4f60-8335-1e5025470729/?format=api",
                "uuid": "74f8a687-5d75-4f60-8335-1e5025470729",
                "name": "SCHAGEN",
                "code": "228"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.651215Z",
            "last_modified": "2025-03-16T15:10:51.265448Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/74501e5a-ecdb-47fe-9c3b-cca9aa1d32b0/?format=api",
            "uuid": "74501e5a-ecdb-47fe-9c3b-cca9aa1d32b0",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08: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/eb483c98-3726-4a10-8263-16441982b829/?format=api",
                "uuid": "eb483c98-3726-4a10-8263-16441982b829",
                "name": "ZANDVOORT",
                "code": "229"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:58.723343Z",
            "last_modified": "2025-03-15T15:10:35.945260Z",
            "access_modifier": "Public"
        }
    ]
}