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/d03b26ea-8783-422c-b4fe-65d9fe6aa2d9/timeseries/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 44,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/d03b26ea-8783-422c-b4fe-65d9fe6aa2d9/timeseries/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/d03b26ea-8783-422c-b4fe-65d9fe6aa2d9/timeseries/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a47a9ac1-80c6-4e7a-b8e9-a57374b6cb90/?format=api",
            "uuid": "a47a9ac1-80c6-4e7a-b8e9-a57374b6cb90",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T08:55:00Z",
            "end": "2025-05-01T07:16:19Z",
            "value_type": "float",
            "last_value": 6.77,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/91f7b408-190f-44ce-83ac-baee5ae5bd82/?format=api",
                "uuid": "91f7b408-190f-44ce-83ac-baee5ae5bd82",
                "name": "40C-3505001",
                "code": "40C-3505001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T09:55:00Z",
                            "start": "2012-02-29T09:55:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-18T14:17:11Z",
                            "start": "2012-05-02T08:10:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T11:21:39Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.261893Z",
            "last_modified": "2025-06-04T08:40:32.153024Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8204a6e5-18b0-4be7-b239-4de90dbe33e6/?format=api",
            "uuid": "8204a6e5-18b0-4be7-b239-4de90dbe33e6",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T13:05:00Z",
            "end": "2025-05-01T07:11:54Z",
            "value_type": "float",
            "last_value": 6.71,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/acd00c52-6fb4-411c-9cf0-95bc97087d14/?format=api",
                "uuid": "acd00c52-6fb4-411c-9cf0-95bc97087d14",
                "name": "40C-3511001",
                "code": "40C-3511001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-18T14:12:53Z",
                            "start": "2012-02-29T14:05:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T11:16:39Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.356065Z",
            "last_modified": "2025-06-04T08:38:18.343766Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/22f536e8-fac3-4138-9c5c-903a56c44ded/?format=api",
            "uuid": "22f536e8-fac3-4138-9c5c-903a56c44ded",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T10:40:00Z",
            "end": "2025-05-01T08:12:07Z",
            "value_type": "float",
            "last_value": 7.72,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0f94ee8a-da53-4c4b-8daa-05a1213a0a06/?format=api",
                "uuid": "0f94ee8a-da53-4c4b-8daa-05a1213a0a06",
                "name": "40C-3510001",
                "code": "40C-3510001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T11:40:00Z",
                            "start": "2012-02-29T11:40:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-23T08:59:32Z",
                            "start": "2012-05-02T08:49:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T12:03:58Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.448986Z",
            "last_modified": "2025-06-04T08:38:11.389023Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2df73fc2-1f4b-4901-b2a3-15f34bf7ffc1/?format=api",
            "uuid": "2df73fc2-1f4b-4901-b2a3-15f34bf7ffc1",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T09:30:00Z",
            "end": "2025-05-01T08:25:16Z",
            "value_type": "float",
            "last_value": 7.58,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0b6f29e5-18f4-49a7-a2d3-4b263640931c/?format=api",
                "uuid": "0b6f29e5-18f4-49a7-a2d3-4b263640931c",
                "name": "40C-3502002",
                "code": "40C-3502002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T10:30:00Z",
                            "start": "2012-02-29T10:30:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-23T09:13:12Z",
                            "start": "2012-05-02T08:57:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T12:27:18Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.542301Z",
            "last_modified": "2025-06-04T08:37:11.605696Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4b43d264-ff4a-493e-bea1-80a146845a2d/?format=api",
            "uuid": "4b43d264-ff4a-493e-bea1-80a146845a2d",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T11:30:00Z",
            "end": "2025-05-01T06:41:27Z",
            "value_type": "float",
            "last_value": 6.63,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5eb72832-fa76-4929-861f-29db41cbcd4c/?format=api",
                "uuid": "5eb72832-fa76-4929-861f-29db41cbcd4c",
                "name": "40C-3507002",
                "code": "40C-3507002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-18T13:39:04Z",
                            "start": "2012-02-29T12:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T10:48:29Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.634429Z",
            "last_modified": "2025-06-04T08:37:40.096495Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/17cb8e02-9655-47af-862a-f4f48b2fd170/?format=api",
            "uuid": "17cb8e02-9655-47af-862a-f4f48b2fd170",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T09:30:00Z",
            "end": "2025-05-01T07:40:46Z",
            "value_type": "float",
            "last_value": 7.37,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/657711f2-c1d0-4b05-80a2-d3663df4ed6c/?format=api",
                "uuid": "657711f2-c1d0-4b05-80a2-d3663df4ed6c",
                "name": "40C-3503001",
                "code": "40C-3503001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T10:30:00Z",
                            "start": "2012-02-29T10:30:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-23T08:27:08Z",
                            "start": "2012-05-02T08:25:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T11:32:54Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.727772Z",
            "last_modified": "2025-06-04T08:37:15.175948Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c4d947b9-b797-4cfe-9009-a2c9074b7523/?format=api",
            "uuid": "c4d947b9-b797-4cfe-9009-a2c9074b7523",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T09:50:00Z",
            "end": "2025-05-01T08:05:06Z",
            "value_type": "float",
            "last_value": 7.71,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/cd7491c8-f93d-405c-8df7-a0a2da6ae3d6/?format=api",
                "uuid": "cd7491c8-f93d-405c-8df7-a0a2da6ae3d6",
                "name": "40C-3509001",
                "code": "40C-3509001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T10:50:00Z",
                            "start": "2012-02-29T10:50:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-23T08:52:41Z",
                            "start": "2012-05-02T08:34:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T11:52:58Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.825125Z",
            "last_modified": "2025-06-04T08:37:49.165793Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9cd2a7e4-52dd-44be-960b-929915d1dbb2/?format=api",
            "uuid": "9cd2a7e4-52dd-44be-960b-929915d1dbb2",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2014-04-07T08:05:00Z",
            "end": "2025-05-01T07:47:55Z",
            "value_type": "float",
            "last_value": 7.42,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a95843fd-d04b-46b0-9b83-08558306c9e2/?format=api",
                "uuid": "a95843fd-d04b-46b0-9b83-08558306c9e2",
                "name": "40C3540001",
                "code": "40C3540001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-11-23T08:33:06Z",
                            "start": "2014-04-07T09:05:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T11:40:02Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:18.924603Z",
            "last_modified": "2025-06-04T08:38:25.167348Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ff81fa31-77e1-476e-a9c6-54d186052518/?format=api",
            "uuid": "ff81fa31-77e1-476e-a9c6-54d186052518",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T09:50:00Z",
            "end": "2025-05-01T07:04:50Z",
            "value_type": "float",
            "last_value": 7.25,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/31a5a071-8388-4b05-b37d-a217b11ee1e2/?format=api",
                "uuid": "31a5a071-8388-4b05-b37d-a217b11ee1e2",
                "name": "40C-3508001",
                "code": "40C-3508001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T10:50:00Z",
                            "start": "2012-02-29T10:50:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-18T14:08:23Z",
                            "start": "2012-05-02T08:16:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T11:11:40Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:19.020872Z",
            "last_modified": "2025-06-04T08:37:43.229074Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aec89e48-1a17-4f20-8d49-14f828f4ed39/?format=api",
            "uuid": "aec89e48-1a17-4f20-8d49-14f828f4ed39",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2012-02-29T12:15:00Z",
            "end": "2025-05-01T08:37:08Z",
            "value_type": "float",
            "last_value": 7.46,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/274d81d3-4d89-4d6b-9232-aa95e39bdeaf/?format=api",
                "uuid": "274d81d3-4d89-4d6b-9232-aa95e39bdeaf",
                "name": "40A-2138001",
                "code": "40A-2138001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2012-02-29T13:15:00Z",
                            "start": "2012-02-29T13:15:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-23T09:21:16Z",
                            "start": "2012-05-02T09:03:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-01-14T12:36:37Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:43:19.117104Z",
            "last_modified": "2025-06-04T08:37:01.546663Z",
            "access_modifier": "Public"
        }
    ]
}