Timeseries in this monitoring network.

This endpoint supports POST and DELETE to add or remove timeseries from the network, respectively. The request payload has to be a list of UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

Examples

?start__gte=2013-06-08T10:05:05Z

?start__gte=2013-06-08T10:05:05Z&end__lt=2014-01-01T00:00:00Z

?location__name=Rotterdamhaven

?location__name__startswith=Rotterdam

?location__code=MOB_MP_P_5min

?location__code__startswith=MOB_MP

?location__uuid=cef6e07e-cfe9-4451-9caa-6cd5cdb106a0

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/8920a8c7-6922-4307-b7d6-0a5ff090326a/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 68,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/8920a8c7-6922-4307-b7d6-0a5ff090326a/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/8920a8c7-6922-4307-b7d6-0a5ff090326a/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/66db8074-e29f-4f61-b472-3a0f1b3f40cb/?format=api",
            "uuid": "66db8074-e29f-4f61-b472-3a0f1b3f40cb",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2004-05-14T11:00:00Z",
            "end": "2025-02-20T10:48:18Z",
            "value_type": "float",
            "last_value": 13.72,
            "interval": null,
            "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/fec8a2ee-7126-4885-a5db-24db9234cb9c/?format=api",
                "uuid": "fec8a2ee-7126-4885-a5db-24db9234cb9c",
                "name": "B34C0206001",
                "code": "B34C0206001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-12-15T09:51:14Z",
                            "start": "2004-05-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T11:28:37Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:46:02.929409Z",
            "last_modified": "2025-03-24T18:03:58.039496Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67a4adac-e4ab-4bf1-bedb-3c9ecf48320a/?format=api",
            "uuid": "67a4adac-e4ab-4bf1-bedb-3c9ecf48320a",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1991-11-28T11:00:00Z",
            "end": "2025-02-18T09:28:33Z",
            "value_type": "float",
            "last_value": 13.93,
            "interval": null,
            "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/30a9f1fd-d2a8-4f6d-a3ae-b8128b080a19/?format=api",
                "uuid": "30a9f1fd-d2a8-4f6d-a3ae-b8128b080a19",
                "name": "B34C0233001",
                "code": "B34C0233001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-12-15T10:27:17Z",
                            "start": "1991-11-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-12T12:42:03Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:46:05.608180Z",
            "last_modified": "2025-03-24T18:03:59.900277Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/89faae26-8262-48fb-80e3-81cbf13fadfd/?format=api",
            "uuid": "89faae26-8262-48fb-80e3-81cbf13fadfd",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1966-11-29T11:00:00Z",
            "end": "2018-06-25T09:54:05Z",
            "value_type": "float",
            "last_value": 12.06,
            "interval": null,
            "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/40dd1487-15fa-42e9-8008-5ba19cb9f515/?format=api",
                "uuid": "40dd1487-15fa-42e9-8008-5ba19cb9f515",
                "name": "34CP0045001",
                "code": "34CP0045001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2018-06-25T10:54:05Z",
                        "start": "1966-11-29T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T08:46:06.413018Z",
            "last_modified": "2022-10-14T22:29:32.308852Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/efe5f05c-dd39-4574-9950-27ea0cddf383/?format=api",
            "uuid": "efe5f05c-dd39-4574-9950-27ea0cddf383",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-05-13T08:21:48Z",
            "end": "2025-02-18T08:03:08Z",
            "value_type": "float",
            "last_value": 16.37,
            "interval": null,
            "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/714977a0-f074-480e-85eb-3fdfd97cadac/?format=api",
                "uuid": "714977a0-f074-480e-85eb-3fdfd97cadac",
                "name": "41AM011001",
                "code": "41AM011001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-05-13T09:21:48Z",
                        "observationtype": "controlemeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-08-31T15:21:51.626704Z",
            "last_modified": "2025-03-24T18:03:47.002630Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/785c5436-024a-4027-b5de-8ab8f82da27b/?format=api",
            "uuid": "785c5436-024a-4027-b5de-8ab8f82da27b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2005-02-24T11:00:00Z",
            "end": "2025-02-20T11:37:18Z",
            "value_type": "float",
            "last_value": 12.49,
            "interval": null,
            "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/0be7f941-8a14-4b0d-b5f0-e326996b1cae/?format=api",
                "uuid": "0be7f941-8a14-4b0d-b5f0-e326996b1cae",
                "name": "34C-0025001",
                "code": "34C-0025001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-02-24T12:00:00Z",
                            "start": "2005-02-24T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-05-15T08:14:58Z",
                            "start": "2005-09-15T09:52:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T12:19:35Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T08:44:45.615166Z",
            "last_modified": "2025-05-01T10:17:53.521853Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9b295899-f3ff-47e9-ad18-863db8ee90aa/?format=api",
            "uuid": "9b295899-f3ff-47e9-ad18-863db8ee90aa",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/7faa36a2-cf97-44dc-a556-7410caefaf98/?format=api",
                "uuid": "7faa36a2-cf97-44dc-a556-7410caefaf98",
                "name": "34CP0107002",
                "code": "34CP0107002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T08:52:49.017373Z",
            "last_modified": "2022-12-20T14:02:03.876512Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e2fdbc99-aa99-4bdc-bfed-2792bb175176/?format=api",
            "uuid": "e2fdbc99-aa99-4bdc-bfed-2792bb175176",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/ce1542e1-4a72-491d-9780-b3ef3df89876/?format=api",
                "uuid": "ce1542e1-4a72-491d-9780-b3ef3df89876",
                "name": "34CP0120002",
                "code": "34CP0120002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T08:52:57.064039Z",
            "last_modified": "2022-12-20T14:02:06.635439Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c55fd8c3-f6ed-410f-b3c3-52d5f1a85176/?format=api",
            "uuid": "c55fd8c3-f6ed-410f-b3c3-52d5f1a85176",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/bad186f7-d71c-4291-a576-f20cb8bf287f/?format=api",
                "uuid": "bad186f7-d71c-4291-a576-f20cb8bf287f",
                "name": "34CP0077001",
                "code": "34CP0077001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T08:53:01.546147Z",
            "last_modified": "2022-12-20T14:02:07.294617Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/386afecd-4363-4b5b-af43-3d20f8285b80/?format=api",
            "uuid": "386afecd-4363-4b5b-af43-3d20f8285b80",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/e72246be-dead-49e4-be07-6d159c35be14/?format=api",
                "uuid": "e72246be-dead-49e4-be07-6d159c35be14",
                "name": "34CL0094001",
                "code": "34CL0094001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T08:53:15.076120Z",
            "last_modified": "2022-12-20T14:02:10.742653Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a9993a40-8bdc-4125-bb35-a74e135528da/?format=api",
            "uuid": "a9993a40-8bdc-4125-bb35-a74e135528da",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/bf661b16-e386-47da-85cb-e6d32fcccc5c/?format=api",
                "uuid": "bf661b16-e386-47da-85cb-e6d32fcccc5c",
                "name": "34CL0084001",
                "code": "34CL0084001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T08:53:21.027514Z",
            "last_modified": "2022-12-20T14:02:12.290455Z",
            "access_modifier": "Public"
        }
    ]
}