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/f5e6ffba-be5b-4f29-a7ed-938b22553764/timeseries/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 128,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/f5e6ffba-be5b-4f29-a7ed-938b22553764/timeseries/?format=api&page=10",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/f5e6ffba-be5b-4f29-a7ed-938b22553764/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0eeb440b-2ce6-4738-a096-ead97cc241e6/?format=api",
            "uuid": "0eeb440b-2ce6-4738-a096-ead97cc241e6",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-01-13T11:00:00Z",
            "end": "2025-03-11T12:54:02Z",
            "value_type": "float",
            "last_value": -3.33,
            "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/b1f5d5a1-a258-41e2-b74b-30ff253dc4ba/?format=api",
                "uuid": "b1f5d5a1-a258-41e2-b74b-30ff253dc4ba",
                "name": "26D0010004",
                "code": "26D0010004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1972-01-13T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T13:35:31Z",
                            "start": "2015-01-28T08:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2024-12-10T14:16:07Z",
                            "start": "2021-04-13T10:55:47Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2025-03-11T13:54:02Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:39.212643Z",
            "last_modified": "2025-03-19T08:33:02.780461Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f1535cb4-4371-483b-8455-2bcb24aab973/?format=api",
            "uuid": "f1535cb4-4371-483b-8455-2bcb24aab973",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-01-14T11:00:00Z",
            "end": "2025-03-12T08:07:43Z",
            "value_type": "float",
            "last_value": -1.6,
            "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/dfffc97f-dab4-459d-a35b-fe09e14c05ed/?format=api",
                "uuid": "dfffc97f-dab4-459d-a35b-fe09e14c05ed",
                "name": "26D0023004",
                "code": "26D0023004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1972-01-14T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T10:35:01Z",
                            "start": "2015-01-28T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-12T09:01:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:39.432119Z",
            "last_modified": "2025-03-19T06:40:51.570137Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/87505580-7638-48cd-9263-8dd96215096b/?format=api",
            "uuid": "87505580-7638-48cd-9263-8dd96215096b",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2002-10-28T11:00:00Z",
            "end": "2025-03-11T10:11:02Z",
            "value_type": "float",
            "last_value": -5.26,
            "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/87928629-875e-4018-bcc4-806f21a37404/?format=api",
                "uuid": "87928629-875e-4018-bcc4-806f21a37404",
                "name": "00A0001001",
                "code": "00A0001001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-14T12:00:00Z",
                            "start": "2002-10-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T12:39:10Z",
                            "start": "2012-04-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-13T12:32:27Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:40.382878Z",
            "last_modified": "2025-03-19T08:41:13.600617Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/15613808-dcd9-483d-8034-e3dd03e00ffd/?format=api",
            "uuid": "15613808-dcd9-483d-8034-e3dd03e00ffd",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1971-07-30T11:00:00Z",
            "end": "2024-12-11T09:35:59Z",
            "value_type": "float",
            "last_value": 0.68,
            "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/788de3e4-6e56-4195-99fe-1b4305238f0a/?format=api",
                "uuid": "788de3e4-6e56-4195-99fe-1b4305238f0a",
                "name": "26G0035001",
                "code": "26G0035001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1971-07-30T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T09:28:00Z",
                            "start": "2015-01-28T11:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-12T09:15:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:40.533015Z",
            "last_modified": "2025-03-19T08:35:46.327147Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f6578e53-154a-46ee-9cea-85250578185c/?format=api",
            "uuid": "f6578e53-154a-46ee-9cea-85250578185c",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1971-03-11T11:00:00Z",
            "end": "2024-12-11T12:33:31Z",
            "value_type": "float",
            "last_value": -1.22,
            "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/334f6d48-c037-40d6-9e7c-f0cf33690f9e/?format=api",
                "uuid": "334f6d48-c037-40d6-9e7c-f0cf33690f9e",
                "name": "26G0036001",
                "code": "26G0036001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1971-03-11T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-01-17T10:37:26Z",
                            "start": "2015-01-28T11:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-14T09:37:09Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:40.998803Z",
            "last_modified": "2024-12-17T07:00:13.642183Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/5b14ce72-fab8-48ae-a826-00ae2fc63b0b/?format=api",
            "uuid": "5b14ce72-fab8-48ae-a826-00ae2fc63b0b",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2002-10-28T11:00:00Z",
            "end": "2025-03-11T10:11:06Z",
            "value_type": "float",
            "last_value": -4.68,
            "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/fb0ef63c-4c2c-46a4-838f-5928229655ea/?format=api",
                "uuid": "fb0ef63c-4c2c-46a4-838f-5928229655ea",
                "name": "00A0001002",
                "code": "00A0001002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-14T12:00:00Z",
                            "start": "2002-10-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T12:39:14Z",
                            "start": "2012-04-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-13T12:32:41Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:41.291012Z",
            "last_modified": "2025-03-24T07:25:51.825476Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/918671e3-df39-4c77-a187-b7407a0d6ab2/?format=api",
            "uuid": "918671e3-df39-4c77-a187-b7407a0d6ab2",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1995-01-14T11:00:00Z",
            "end": "2025-03-11T08:57:22Z",
            "value_type": "float",
            "last_value": -4.15,
            "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/01264e8d-b255-4998-b7ad-f4520361c07e/?format=api",
                "uuid": "01264e8d-b255-4998-b7ad-f4520361c07e",
                "name": "26E9003001",
                "code": "26E9003001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1995-01-14T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-07T10:29:01Z",
                            "start": "2013-07-02T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-15T09:50:42Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:41.430499Z",
            "last_modified": "2025-03-24T07:26:08.499492Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/987aee1b-2e3f-4134-bbec-ad1ba7bc0d3a/?format=api",
            "uuid": "987aee1b-2e3f-4134-bbec-ad1ba7bc0d3a",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-01-13T11:00:00Z",
            "end": "2025-03-11T12:28:49Z",
            "value_type": "float",
            "last_value": -5.63,
            "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/684d7b98-c5e4-4be9-a5eb-1e4059b3d435/?format=api",
                "uuid": "684d7b98-c5e4-4be9-a5eb-1e4059b3d435",
                "name": "26D0010002",
                "code": "26D0010002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1972-01-13T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T13:33:52Z",
                            "start": "2013-07-02T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-13T11:09:57Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:41.620024Z",
            "last_modified": "2025-03-19T06:40:46.065746Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/dfffee04-0ff2-4b72-8dc7-c48198c2319f/?format=api",
            "uuid": "dfffee04-0ff2-4b72-8dc7-c48198c2319f",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-01-14T11:00:00Z",
            "end": "2025-03-12T08:11:10Z",
            "value_type": "float",
            "last_value": -4.88,
            "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/0cc51ac6-421d-47cf-a0ff-814fceef9fe0/?format=api",
                "uuid": "0cc51ac6-421d-47cf-a0ff-814fceef9fe0",
                "name": "26D0023001",
                "code": "26D0023001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1972-01-14T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-04-09T10:31:30Z",
                            "start": "2013-07-01T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-12T09:34:26Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:42.092650Z",
            "last_modified": "2025-03-19T08:36:49.080181Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/68bdacb6-5dc3-49ed-9a10-bfad8cd22b57/?format=api",
            "uuid": "68bdacb6-5dc3-49ed-9a10-bfad8cd22b57",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1983-08-31T11:00:00Z",
            "end": "2024-12-11T10:58:16Z",
            "value_type": "float",
            "last_value": -4.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/e9d6617a-27f4-4c41-9829-5ea47c690b74/?format=api",
                "uuid": "e9d6617a-27f4-4c41-9829-5ea47c690b74",
                "name": "26G0124002",
                "code": "26G0124002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-04-28T12:00:00Z",
                            "start": "1983-08-31T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-01-17T10:21:21Z",
                            "start": "2013-07-01T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-04-20T10:20:22Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:06:42.414817Z",
            "last_modified": "2025-03-24T07:30:36.394183Z",
            "access_modifier": "Public"
        }
    ]
}