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/04742c0b-8458-439b-88df-15bc5a0ae997/timeseries/?format=api&page=16
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 282,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/04742c0b-8458-439b-88df-15bc5a0ae997/timeseries/?format=api&page=17",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/04742c0b-8458-439b-88df-15bc5a0ae997/timeseries/?format=api&page=15",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/2f9501b3-ecf2-47ca-9be6-387636e23638/?format=api",
            "uuid": "2f9501b3-ecf2-47ca-9be6-387636e23638",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1984-01-13T11:00:00Z",
            "end": "2005-01-14T11:00:00Z",
            "value_type": "float",
            "last_value": 8.59,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/8ae42673-007f-4061-9c85-34c2d76763fc/?format=api",
                "uuid": "8ae42673-007f-4061-9c85-34c2d76763fc",
                "name": "28CP0207003",
                "code": "28CP0207003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-01-14T12:00:00Z",
                        "start": "1984-01-13T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2018-03-02T08:49:59.775614Z",
            "last_modified": "2022-10-15T20:28:28.434364Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/7cc19d05-2682-478d-ab77-fd844a11fe8b/?format=api",
            "uuid": "7cc19d05-2682-478d-ab77-fd844a11fe8b",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2006-02-28T11:00:00Z",
            "end": "2024-07-02T11:36:28Z",
            "value_type": "float",
            "last_value": 7.92,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/78186a23-b1c1-45d2-9491-b40d3f3bfa92/?format=api",
                "uuid": "78186a23-b1c1-45d2-9491-b40d3f3bfa92",
                "name": "27HP0101001",
                "code": "27HP0101001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-02T12:56:50Z",
                            "start": "2006-02-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-04T14:09:41Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:50:00.029247Z",
            "last_modified": "2024-07-02T13:04:08.063605Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f548874-e461-44d3-b9d9-0e7353cb9adb/?format=api",
            "uuid": "0f548874-e461-44d3-b9d9-0e7353cb9adb",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1970-08-28T11:00:00Z",
            "end": "2005-01-14T11:00:00Z",
            "value_type": "float",
            "last_value": 10.82,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/a14fc866-5ea7-4203-b6e6-d35174a6f381/?format=api",
                "uuid": "a14fc866-5ea7-4203-b6e6-d35174a6f381",
                "name": "28CP0095005",
                "code": "28CP0095005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-01-14T12:00:00Z",
                        "start": "1970-08-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T08:50:00.390248Z",
            "last_modified": "2022-10-15T19:56:31.659473Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e6f037c-dbf7-4f40-9001-24316a350008/?format=api",
            "uuid": "0e6f037c-dbf7-4f40-9001-24316a350008",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2006-02-28T11:00:00Z",
            "end": "2025-03-31T08:27:47Z",
            "value_type": "float",
            "last_value": 8.45,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/53c1c8ec-8d79-497b-89ec-9ea2acda73f5/?format=api",
                "uuid": "53c1c8ec-8d79-497b-89ec-9ea2acda73f5",
                "name": "28CP0183001",
                "code": "28CP0183001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-02T11:17:18Z",
                            "start": "2006-02-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-04T10:38:59Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:50:01.274974Z",
            "last_modified": "2025-04-02T10:15:38.043793Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/64789bbf-dd25-4a3b-b47b-38ae793f0f13/?format=api",
            "uuid": "64789bbf-dd25-4a3b-b47b-38ae793f0f13",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2006-02-28T11:00:00Z",
            "end": "2025-03-31T06:50:26Z",
            "value_type": "float",
            "last_value": 10.53,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/478cb66a-90a6-4198-b9ce-66e84a712ee1/?format=api",
                "uuid": "478cb66a-90a6-4198-b9ce-66e84a712ee1",
                "name": "28CP0095001",
                "code": "28CP0095001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-02T09:39:41Z",
                            "start": "2006-02-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-04T08:52:01Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:50:01.838118Z",
            "last_modified": "2025-04-07T12:15:11.847161Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c5cfb099-91e3-477c-a1db-ac7996b27c51/?format=api",
            "uuid": "c5cfb099-91e3-477c-a1db-ac7996b27c51",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2006-02-28T11:00:00Z",
            "end": "2025-04-01T08:08:54Z",
            "value_type": "float",
            "last_value": 8.282,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/6082b6ea-f0a4-40ad-a9a1-28ea88f08f39/?format=api",
                "uuid": "6082b6ea-f0a4-40ad-a9a1-28ea88f08f39",
                "name": "28CP0123001",
                "code": "28CP0123001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-02T11:49:13Z",
                            "start": "2006-02-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-04T11:31:55Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:50:02.747486Z",
            "last_modified": "2025-04-02T10:15:34.008263Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d2e4277-21f0-47f5-910f-424480fd778d/?format=api",
            "uuid": "7d2e4277-21f0-47f5-910f-424480fd778d",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1978-04-28T11:00:00Z",
            "end": "2005-01-14T11:00:00Z",
            "value_type": "float",
            "last_value": 8.59,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/fd664468-8987-4b75-b3b3-4b032181eebf/?format=api",
                "uuid": "fd664468-8987-4b75-b3b3-4b032181eebf",
                "name": "28CP0179002",
                "code": "28CP0179002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-01-14T12:00:00Z",
                        "start": "1978-04-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2018-03-02T08:50:03.133929Z",
            "last_modified": "2022-10-15T20:49:59.352083Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/70f78470-148e-43a8-9505-d5114157ea90/?format=api",
            "uuid": "70f78470-148e-43a8-9505-d5114157ea90",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2006-02-28T11:00:00Z",
            "end": "2025-03-31T06:50:33Z",
            "value_type": "float",
            "last_value": 10.71,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/9e35eda6-b85e-487b-9ef9-507ec2be2f19/?format=api",
                "uuid": "9e35eda6-b85e-487b-9ef9-507ec2be2f19",
                "name": "28CP0095004",
                "code": "28CP0095004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-02T09:39:51Z",
                            "start": "2006-02-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-04T08:52:12Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:50:03.393349Z",
            "last_modified": "2025-04-03T07:35:43.875205Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b81cc98-c8ac-4805-8755-4656148db685/?format=api",
            "uuid": "7b81cc98-c8ac-4805-8755-4656148db685",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1974-02-14T11:00:00Z",
            "end": "2005-01-14T11:00:00Z",
            "value_type": "float",
            "last_value": 7.95,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/e3c05a3e-2b23-47e7-a162-766b1f8baebc/?format=api",
                "uuid": "e3c05a3e-2b23-47e7-a162-766b1f8baebc",
                "name": "28CP0120002",
                "code": "28CP0120002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-01-14T12:00:00Z",
                        "start": "1974-02-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T08:50:03.741989Z",
            "last_modified": "2022-10-15T20:45:41.519744Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/916a6560-14d9-4ac5-82b9-c97ffe772333/?format=api",
            "uuid": "916a6560-14d9-4ac5-82b9-c97ffe772333",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2006-02-28T11:00:00Z",
            "end": "2025-04-01T09:59:57Z",
            "value_type": "float",
            "last_value": 7.85,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/67b69701-0333-48cd-9120-67dced4628d2/?format=api",
                "uuid": "67b69701-0333-48cd-9120-67dced4628d2",
                "name": "27HP0054002",
                "code": "27HP0054002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-02T12:49:55Z",
                            "start": "2006-02-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-04T13:52:45Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:50:04.274121Z",
            "last_modified": "2025-04-02T10:10:35.751899Z",
            "access_modifier": "Public"
        }
    ]
}