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=32650
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=32651",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32649",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cc226045-f566-4f40-8574-35c15ba7954a/?format=api",
            "uuid": "cc226045-f566-4f40-8574-35c15ba7954a",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-07T12:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -325.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b17ab3ee-bbb2-45ef-8333-90a9a054f614/?format=api",
                "uuid": "b17ab3ee-bbb2-45ef-8333-90a9a054f614",
                "name": "KETELMEERDIJK, hmp 11,23, binnentalud, freatisch",
                "code": "20HN-124-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245716Z",
            "last_modified": "2025-03-19T15:21:13.772442Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4c24c451-4a57-4894-aee7-41fef2fbabc3/?format=api",
            "uuid": "4c24c451-4a57-4894-aee7-41fef2fbabc3",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-07T14:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -288.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1566c28d-f455-4750-a083-365d6ec37319/?format=api",
                "uuid": "1566c28d-f455-4750-a083-365d6ec37319",
                "name": "VOSSEMEERDIJK, hmp 8.0, buitenkruin, freatisch",
                "code": "21CN-069-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245760Z",
            "last_modified": "2025-03-19T15:21:08.687016Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a4696540-008b-4cea-81f6-caac9beb1253/?format=api",
            "uuid": "a4696540-008b-4cea-81f6-caac9beb1253",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-07T13:00:00Z",
            "end": "2025-03-19T02:00:00Z",
            "value_type": "float",
            "last_value": -301.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/64501a51-6e3c-4465-a566-d9c597e0f15c/?format=api",
                "uuid": "64501a51-6e3c-4465-a566-d9c597e0f15c",
                "name": "VOSSEMEERDIJK, hmp 8.0, binnentalud, freatisch",
                "code": "21CN-069-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245800Z",
            "last_modified": "2025-03-19T15:20:56.782951Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/87de94f7-b834-4f0e-aa69-e9760e26a444/?format=api",
            "uuid": "87de94f7-b834-4f0e-aa69-e9760e26a444",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-06T14:00:00Z",
            "end": "2025-03-19T02:00:00Z",
            "value_type": "float",
            "last_value": -658.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1d6f3b49-7c6a-4eb2-84f4-13faa61d4cce/?format=api",
                "uuid": "1d6f3b49-7c6a-4eb2-84f4-13faa61d4cce",
                "name": "KETELMEERDIJK, hmp 17,34, buitenkruin, freatisch",
                "code": "20FZ-134-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245840Z",
            "last_modified": "2025-03-19T15:21:00.470095Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1aa98250-a2b6-416e-9e26-3f232f3358d0/?format=api",
            "uuid": "1aa98250-a2b6-416e-9e26-3f232f3358d0",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-06T13:00:00Z",
            "end": "2025-03-19T01:00:00Z",
            "value_type": "float",
            "last_value": -309.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0cfb29fa-bd52-45b7-b497-397f0d44110a/?format=api",
                "uuid": "0cfb29fa-bd52-45b7-b497-397f0d44110a",
                "name": "KETELMEERDIJK, hmp17,34, binnentalud, freatisch",
                "code": "20FZ-134-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245880Z",
            "last_modified": "2025-03-19T15:21:15.125526Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/08ffa436-f64d-45d3-9e6e-f2e67cfdfdcc/?format=api",
            "uuid": "08ffa436-f64d-45d3-9e6e-f2e67cfdfdcc",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-06T13:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -67.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/867fd874-9489-4fbe-b505-1c79da25ac66/?format=api",
                "uuid": "867fd874-9489-4fbe-b505-1c79da25ac66",
                "name": "KETELMEERDIJK, hmp17,34, benedenbeloop, freatisch",
                "code": "20FZ-134-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245920Z",
            "last_modified": "2025-03-19T15:21:05.676417Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bb21d12c-16e5-4e6f-8628-bea1bc500777/?format=api",
            "uuid": "bb21d12c-16e5-4e6f-8628-bea1bc500777",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-07T13:00:00Z",
            "end": "2025-03-18T23:00:00Z",
            "value_type": "float",
            "last_value": -786.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b4bbb460-63b3-47d6-90e5-1055902b5bd3/?format=api",
                "uuid": "b4bbb460-63b3-47d6-90e5-1055902b5bd3",
                "name": "KETELMEERDIJK, hmp 11,23, buitenkruin, freatisch",
                "code": "20HN-124-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245960Z",
            "last_modified": "2025-03-19T15:20:32.865864Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/08292ddc-dc0d-4dad-8f6e-bdaddc305686/?format=api",
            "uuid": "08292ddc-dc0d-4dad-8f6e-bdaddc305686",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-07T12:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -414.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b17ab3ee-bbb2-45ef-8333-90a9a054f614/?format=api",
                "uuid": "b17ab3ee-bbb2-45ef-8333-90a9a054f614",
                "name": "KETELMEERDIJK, hmp 11,23, binnentalud, freatisch",
                "code": "20HN-124-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.246000Z",
            "last_modified": "2025-03-19T15:20:36.155568Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6cea29cd-fa8f-4a40-9add-58b4823fe293/?format=api",
            "uuid": "6cea29cd-fa8f-4a40-9add-58b4823fe293",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-07T14:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -693.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1566c28d-f455-4750-a083-365d6ec37319/?format=api",
                "uuid": "1566c28d-f455-4750-a083-365d6ec37319",
                "name": "VOSSEMEERDIJK, hmp 8.0, buitenkruin, freatisch",
                "code": "21CN-069-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.246040Z",
            "last_modified": "2025-03-19T15:20:48.964586Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/88b93b49-9c19-4a91-b95d-7f42223f7c22/?format=api",
            "uuid": "88b93b49-9c19-4a91-b95d-7f42223f7c22",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-07T13:00:00Z",
            "end": "2025-03-19T02:00:00Z",
            "value_type": "float",
            "last_value": -363.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/64501a51-6e3c-4465-a566-d9c597e0f15c/?format=api",
                "uuid": "64501a51-6e3c-4465-a566-d9c597e0f15c",
                "name": "VOSSEMEERDIJK, hmp 8.0, binnentalud, freatisch",
                "code": "21CN-069-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.246080Z",
            "last_modified": "2025-03-19T15:20:54.777885Z",
            "access_modifier": "Public"
        }
    ]
}