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

{
    "count": 326210,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32616",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32614",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/db156606-ea7a-47be-a98f-5ea11331fee0/?format=api",
            "uuid": "db156606-ea7a-47be-a98f-5ea11331fee0",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-29T22:00:00Z",
            "value_type": "float",
            "last_value": -84.1,
            "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/034f2411-9428-44c6-a097-ef15436e7467/?format=api",
                "uuid": "034f2411-9428-44c6-a097-ef15436e7467",
                "name": "HARDERDIJK, hmp 20.0, benedenbeloop, freatisch",
                "code": "26FZ-197-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366957Z",
            "last_modified": "2025-04-30T17:25:32.116965Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/860a2865-7720-4281-bf4e-74adb4a602c7/?format=api",
            "uuid": "860a2865-7720-4281-bf4e-74adb4a602c7",
            "code": "WNS8972::second::1::3600",
            "name": "WNS8972",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T03:00:00Z",
            "value_type": "float",
            "last_value": -137.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api",
                "id": 477,
                "code": "WNS8972",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2016-01-27T09:49:13.648684Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4d49d409-672f-4b1d-a4b9-2169d85b7ab3/?format=api",
                "uuid": "4d49d409-672f-4b1d-a4b9-2169d85b7ab3",
                "name": "DRONTERMEERDIJK, hmp 4.8, binnentalud, 1e WVP",
                "code": "20CZ-096-03"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366999Z",
            "last_modified": "2025-04-30T17:25:40.293567Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d8a1a827-e729-4382-8301-7a9d3e5bf506/?format=api",
            "uuid": "d8a1a827-e729-4382-8301-7a9d3e5bf506",
            "code": "WNS8972::second::1::3600",
            "name": "WNS8972",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -183.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api",
                "id": 477,
                "code": "WNS8972",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2016-01-27T09:49:13.648684Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/80d5c123-3e19-47bb-b57f-ad00baf921fa/?format=api",
                "uuid": "80d5c123-3e19-47bb-b57f-ad00baf921fa",
                "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, 1e WVP",
                "code": "27AN-079-03"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.367040Z",
            "last_modified": "2025-04-30T17:25:42.792696Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2972de5a-307a-440a-bfdb-13926778b005/?format=api",
            "uuid": "2972de5a-307a-440a-bfdb-13926778b005",
            "code": "WNS8972::second::1::3600",
            "name": "WNS8972",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -271.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api",
                "id": 477,
                "code": "WNS8972",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2016-01-27T09:49:13.648684Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1027d02b-8db1-4525-baaa-47c23fc90d15/?format=api",
                "uuid": "1027d02b-8db1-4525-baaa-47c23fc90d15",
                "name": "HARDERDIJK, hmp 20.0, binnentalud, 1e WVP",
                "code": "26FZ-197-03"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.367090Z",
            "last_modified": "2025-04-30T17:25:32.420674Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/57a6bf27-696c-4fce-8475-d8c7fc4540b0/?format=api",
            "uuid": "57a6bf27-696c-4fce-8475-d8c7fc4540b0",
            "code": "WNS12930::second::1::3600",
            "name": "WNS12930",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T03:00:00Z",
            "value_type": "float",
            "last_value": -319.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api",
                "id": 4056,
                "code": "WNS12930",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:41.886177Z",
                "last_modified": "2020-02-19T15:58:41.886140Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4d49d409-672f-4b1d-a4b9-2169d85b7ab3/?format=api",
                "uuid": "4d49d409-672f-4b1d-a4b9-2169d85b7ab3",
                "name": "DRONTERMEERDIJK, hmp 4.8, binnentalud, 1e WVP",
                "code": "20CZ-096-03"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.367139Z",
            "last_modified": "2025-04-30T17:25:45.767325Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aa686e28-afe3-43a7-971a-c2ec0c1254e4/?format=api",
            "uuid": "aa686e28-afe3-43a7-971a-c2ec0c1254e4",
            "code": "WNS12930::second::1::3600",
            "name": "WNS12930",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -348.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api",
                "id": 4056,
                "code": "WNS12930",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:41.886177Z",
                "last_modified": "2020-02-19T15:58:41.886140Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/80d5c123-3e19-47bb-b57f-ad00baf921fa/?format=api",
                "uuid": "80d5c123-3e19-47bb-b57f-ad00baf921fa",
                "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, 1e WVP",
                "code": "27AN-079-03"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.367180Z",
            "last_modified": "2025-04-30T17:25:46.728867Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/711ad401-120b-4e5c-9c4f-8ad8da44c351/?format=api",
            "uuid": "711ad401-120b-4e5c-9c4f-8ad8da44c351",
            "code": "WNS12930::second::1::3600",
            "name": "WNS12930",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -456.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api",
                "id": 4056,
                "code": "WNS12930",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:41.886177Z",
                "last_modified": "2020-02-19T15:58:41.886140Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1027d02b-8db1-4525-baaa-47c23fc90d15/?format=api",
                "uuid": "1027d02b-8db1-4525-baaa-47c23fc90d15",
                "name": "HARDERDIJK, hmp 20.0, binnentalud, 1e WVP",
                "code": "26FZ-197-03"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.367220Z",
            "last_modified": "2025-04-30T17:25:07.821107Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7ba98154-7637-4b2d-85f4-5e48b14ccb04/?format=api",
            "uuid": "7ba98154-7637-4b2d-85f4-5e48b14ccb04",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-10-08T11:00:00Z",
            "end": "2025-02-27T08:00:00Z",
            "value_type": "float",
            "last_value": 7.75,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "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/ad6369a7-ee64-4103-b969-79c7cdf8d496/?format=api",
                "uuid": "ad6369a7-ee64-4103-b969-79c7cdf8d496",
                "name": "40CM012001",
                "code": "40CM012001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-10-08T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2025-02-27T14:12:22.972897Z",
            "last_modified": "2025-03-03T14:20:31.547701Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/950d0eb0-5ec9-4c26-8553-09214a61cd62/?format=api",
            "uuid": "950d0eb0-5ec9-4c26-8553-09214a61cd62",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2024-10-08T08:30:16Z",
            "end": "2025-02-27T08:34:36Z",
            "value_type": "float",
            "last_value": 7.75,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ad6369a7-ee64-4103-b969-79c7cdf8d496/?format=api",
                "uuid": "ad6369a7-ee64-4103-b969-79c7cdf8d496",
                "name": "40CM012001",
                "code": "40CM012001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2024-10-08T09:30:16Z",
                            "start": "2024-10-08T09:30:16Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2025-02-27T09:34:36Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2025-02-27T14:12:23.093023Z",
            "last_modified": "2025-03-03T14:20:46.739406Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/963d0e63-6182-40fd-91a8-5aa2a2b77204/?format=api",
            "uuid": "963d0e63-6182-40fd-91a8-5aa2a2b77204",
            "code": "groundwater_head_v1_123",
            "name": "groundwater head",
            "description": "",
            "start": "2019-01-27T12:00:00Z",
            "end": "2019-02-25T12:00:00Z",
            "value_type": "float",
            "last_value": 0.005,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": "christiaan.wewer@nelen-schuurmans.nl",
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/58660768-3081-479e-b5e2-a70671aac95b/?format=api",
                "uuid": "58660768-3081-479e-b5e2-a70671aac95b",
                "name": "test_location",
                "code": "abc123abc129993"
            },
            "extra_metadata": {},
            "created": "2025-03-03T13:58:04.968993Z",
            "last_modified": "2025-03-03T14:10:38.450383Z",
            "access_modifier": "Public"
        }
    ]
}