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/f389c1a2-c8d0-49ca-a447-772dc0b15c6e/timeseries/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 140,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/f389c1a2-c8d0-49ca-a447-772dc0b15c6e/timeseries/?format=api&page=9",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/f389c1a2-c8d0-49ca-a447-772dc0b15c6e/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/8df5b7e1-54ec-4b42-827f-0d5e3c461e1a/?format=api",
            "uuid": "8df5b7e1-54ec-4b42-827f-0d5e3c461e1a",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-09-28T11:00:00Z",
            "end": "2025-04-22T09:46:00Z",
            "value_type": "float",
            "last_value": -0.32,
            "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/cfa35147-240e-4966-b03d-7d066ad8dba0/?format=api",
                "uuid": "cfa35147-240e-4966-b03d-7d066ad8dba0",
                "name": "21GP0519001",
                "code": "21GP0519001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "1993-09-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-19T13:48:02Z",
                            "start": "2006-03-24T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-26T12:33:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:20.580591Z",
            "last_modified": "2025-04-23T13:15:10.037421Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/368ccf08-f8e1-4c7c-ab23-4959be1e3cfe/?format=api",
            "uuid": "368ccf08-f8e1-4c7c-ab23-4959be1e3cfe",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1996-01-15T11:00:00Z",
            "end": "2025-04-18T08:21:25Z",
            "value_type": "float",
            "last_value": 0.05,
            "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/cb3ecefc-261d-40fe-a5c0-510a5647a07b/?format=api",
                "uuid": "cb3ecefc-261d-40fe-a5c0-510a5647a07b",
                "name": "21HP0100004",
                "code": "21HP0100004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "1996-01-15T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-19T10:00:26Z",
                            "start": "2006-03-27T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-27T13:58:04Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:21.898006Z",
            "last_modified": "2025-04-23T13:20:06.128778Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2608050-ae77-411c-94c4-22d8c62fa28e/?format=api",
            "uuid": "d2608050-ae77-411c-94c4-22d8c62fa28e",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-09-28T11:00:00Z",
            "end": "2025-04-22T10:39:22Z",
            "value_type": "float",
            "last_value": 1.1,
            "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/10dacf50-1eab-42bb-948c-afacf32a6bb0/?format=api",
                "uuid": "10dacf50-1eab-42bb-948c-afacf32a6bb0",
                "name": "21HP0083001",
                "code": "21HP0083001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "1993-09-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-15T09:29:33Z",
                            "start": "2006-03-27T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-26T14:21:29Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:22.121985Z",
            "last_modified": "2025-04-23T13:20:06.767985Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/8a19d298-1ba7-4770-aeb7-998be7391a55/?format=api",
            "uuid": "8a19d298-1ba7-4770-aeb7-998be7391a55",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2002-03-01T11:00:00Z",
            "end": "2025-04-18T07:59:56Z",
            "value_type": "float",
            "last_value": 0.42,
            "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/a80ab396-38f8-4bd0-a33f-6d62b379e1d3/?format=api",
                "uuid": "a80ab396-38f8-4bd0-a33f-6d62b379e1d3",
                "name": "21HP0114003",
                "code": "21HP0114003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "2002-03-01T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-19T09:47:02Z",
                            "start": "2006-03-27T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-27T13:14:08Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:22.736745Z",
            "last_modified": "2025-04-23T13:20:26.696016Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b5e184fe-6436-4dda-b8c7-e0a5217f05d1/?format=api",
            "uuid": "b5e184fe-6436-4dda-b8c7-e0a5217f05d1",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-09-28T11:00:00Z",
            "end": "2005-12-28T11:00:00Z",
            "value_type": "float",
            "last_value": 0.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/f1d0fb32-2461-4694-b2a0-eb377a63835d/?format=api",
                "uuid": "f1d0fb32-2461-4694-b2a0-eb377a63835d",
                "name": "21HP0085002",
                "code": "21HP0085002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-12-28T12:00:00Z",
                            "start": "1993-09-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "monitoringnetmeting"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2018-03-02T08:54:22.905064Z",
            "last_modified": "2024-07-20T07:07:49.688279Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/193980a1-a30a-4f83-b2ca-f0935993d93e/?format=api",
            "uuid": "193980a1-a30a-4f83-b2ca-f0935993d93e",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-09-28T11:00:00Z",
            "end": "2025-04-22T11:47:09Z",
            "value_type": "float",
            "last_value": 0.161,
            "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/e5bb178c-4057-4e73-9a0b-1ec6fdd6e5d2/?format=api",
                "uuid": "e5bb178c-4057-4e73-9a0b-1ec6fdd6e5d2",
                "name": "21HP0077001",
                "code": "21HP0077001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "1993-09-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-15T11:55:54Z",
                            "start": "2006-03-24T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-02T13:01:17Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:23.737330Z",
            "last_modified": "2025-04-23T13:20:14.747879Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ef2e407-79f0-42fc-8013-4097733dadf7/?format=api",
            "uuid": "1ef2e407-79f0-42fc-8013-4097733dadf7",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1996-01-15T11:00:00Z",
            "end": "2005-12-28T11:00:00Z",
            "value_type": "float",
            "last_value": -0.04,
            "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/6bf48546-742b-40cb-9874-9176c7b7c606/?format=api",
                "uuid": "6bf48546-742b-40cb-9874-9176c7b7c606",
                "name": "21HP0100002",
                "code": "21HP0100002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-12-28T12:00:00Z",
                            "start": "1996-01-15T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "monitoringnetmeting"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2018-03-02T08:54:23.996297Z",
            "last_modified": "2024-07-20T07:12:10.198357Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/635ceaf2-1989-4d06-ae2f-e909f2e11099/?format=api",
            "uuid": "635ceaf2-1989-4d06-ae2f-e909f2e11099",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1982-04-14T11:00:00Z",
            "end": "2025-04-22T11:06:12Z",
            "value_type": "float",
            "last_value": 0.295,
            "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/de4752ad-19d7-42cf-847b-51b31b3c1b27/?format=api",
                "uuid": "de4752ad-19d7-42cf-847b-51b31b3c1b27",
                "name": "21GP0471001",
                "code": "21GP0471001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "1982-04-14T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-15T10:46:24Z",
                            "start": "2006-03-24T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-26T13:23:25Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:24.130110Z",
            "last_modified": "2025-04-23T13:15:04.228449Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7bcb8e2-519d-41d7-84bb-62639e88da08/?format=api",
            "uuid": "a7bcb8e2-519d-41d7-84bb-62639e88da08",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-09-28T11:00:00Z",
            "end": "2005-12-28T11:00:00Z",
            "value_type": "float",
            "last_value": -0.34,
            "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/d7719781-8ccc-4543-b006-d7f6fbc8fe5f/?format=api",
                "uuid": "d7719781-8ccc-4543-b006-d7f6fbc8fe5f",
                "name": "21GP0519004",
                "code": "21GP0519004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-12-28T12:00:00Z",
                            "start": "1993-09-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2018-03-02T08:54:24.513342Z",
            "last_modified": "2024-07-20T06:34:36.828317Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d8ac21b-14a9-4293-ba1f-d52582f5ad49/?format=api",
            "uuid": "7d8ac21b-14a9-4293-ba1f-d52582f5ad49",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1982-01-14T11:00:00Z",
            "end": "2025-04-22T10:19:34Z",
            "value_type": "float",
            "last_value": 1.621,
            "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/523f997d-3d57-4920-8967-bfa95e288b14/?format=api",
                "uuid": "523f997d-3d57-4920-8967-bfa95e288b14",
                "name": "21HP0045001",
                "code": "21HP0045001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-09-28T12:00:00Z",
                            "start": "1982-01-14T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-10-15T09:12:01Z",
                            "start": "2006-03-27T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-26T14:30:45Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:54:25.272925Z",
            "last_modified": "2025-04-23T13:15:09.566495Z",
            "access_modifier": "Public"
        }
    ]
}