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/6367684a-d41f-4f6e-983c-67d20f39b4ee/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 206,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/6367684a-d41f-4f6e-983c-67d20f39b4ee/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/748dc81c-8f0e-425f-ae5a-a34926033077/?format=api",
            "uuid": "748dc81c-8f0e-425f-ae5a-a34926033077",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T11:00:00Z",
            "value_type": "float",
            "last_value": 18.467,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/35044195-3f4c-46ce-89a8-ede20c63c0a8/?format=api",
                "uuid": "35044195-3f4c-46ce-89a8-ede20c63c0a8",
                "name": "28CL0019001",
                "code": "28CL0019001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:16:51.481005Z",
            "last_modified": "2025-05-06T07:37:53.455534Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/47eeb77c-1983-4804-adc9-bcde7ecedaee/?format=api",
            "uuid": "47eeb77c-1983-4804-adc9-bcde7ecedaee",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-01-13T08:00:00Z",
            "value_type": "float",
            "last_value": 13.057,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/893910b9-f3a2-4cc7-ab5c-be7622800334/?format=api",
                "uuid": "893910b9-f3a2-4cc7-ab5c-be7622800334",
                "name": "28CL0020001",
                "code": "28CL0020001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:16:52.927907Z",
            "last_modified": "2025-01-16T10:05:39.401940Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d403e085-ed65-4830-960d-f9259a7de051/?format=api",
            "uuid": "d403e085-ed65-4830-960d-f9259a7de051",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T08:00:00Z",
            "value_type": "float",
            "last_value": 12.438000000000002,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/0b998b01-30f5-465b-b05f-6b310fbda181/?format=api",
                "uuid": "0b998b01-30f5-465b-b05f-6b310fbda181",
                "name": "28CL0021001",
                "code": "28CL0021001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:16:54.180785Z",
            "last_modified": "2025-04-09T06:20:21.377777Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a5042234-be4b-439f-b698-abefa97904bf/?format=api",
            "uuid": "a5042234-be4b-439f-b698-abefa97904bf",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T08:00:00Z",
            "value_type": "float",
            "last_value": 10.162,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/85ea69c9-d8db-4eae-a3e3-e8b9098a6fdb/?format=api",
                "uuid": "85ea69c9-d8db-4eae-a3e3-e8b9098a6fdb",
                "name": "28CL0056001",
                "code": "28CL0056001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:16:55.681314Z",
            "last_modified": "2025-04-09T06:20:20.989298Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/5109683b-70d2-4043-9ebd-b797462da063/?format=api",
            "uuid": "5109683b-70d2-4043-9ebd-b797462da063",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T08:00:00Z",
            "value_type": "float",
            "last_value": 11.257,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/71f8048e-22fc-4c72-a67a-97a42de50a17/?format=api",
                "uuid": "71f8048e-22fc-4c72-a67a-97a42de50a17",
                "name": "28CL0060001",
                "code": "28CL0060001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:16:57.247604Z",
            "last_modified": "2025-04-09T06:20:30.186327Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/8a85f9f7-12da-4c03-b677-54df849846db/?format=api",
            "uuid": "8a85f9f7-12da-4c03-b677-54df849846db",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T11:00:00Z",
            "value_type": "float",
            "last_value": 9.33,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/054b5b7e-3c86-40e2-9b9a-f39ff2d4c506/?format=api",
                "uuid": "054b5b7e-3c86-40e2-9b9a-f39ff2d4c506",
                "name": "28CL0115001",
                "code": "28CL0115001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:17:00.224513Z",
            "last_modified": "2025-04-09T06:20:24.125926Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6914525-20a2-4af0-9a66-f62ecc16d0b9/?format=api",
            "uuid": "d6914525-20a2-4af0-9a66-f62ecc16d0b9",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T05:00:00Z",
            "value_type": "float",
            "last_value": 11.295,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/6581d1d1-0569-4e3a-be4c-62972c6a97d5/?format=api",
                "uuid": "6581d1d1-0569-4e3a-be4c-62972c6a97d5",
                "name": "28CP0017001",
                "code": "28CP0017001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:17:01.728066Z",
            "last_modified": "2025-04-09T06:25:12.795223Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/cbdc8ebd-dff4-41b3-a4da-6726825f4cd2/?format=api",
            "uuid": "cbdc8ebd-dff4-41b3-a4da-6726825f4cd2",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T08:00:00Z",
            "value_type": "float",
            "last_value": 11.414000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/f3a97be7-061f-4300-a225-31eaca74043c/?format=api",
                "uuid": "f3a97be7-061f-4300-a225-31eaca74043c",
                "name": "28CP0018001",
                "code": "28CP0018001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:17:03.271120Z",
            "last_modified": "2025-04-09T06:25:16.781406Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/ce838a01-4f76-4331-999a-8a8ca701fe4a/?format=api",
            "uuid": "ce838a01-4f76-4331-999a-8a8ca701fe4a",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T08:00:00Z",
            "value_type": "float",
            "last_value": 12.025,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/4559a0ef-5ea5-4126-8156-4bc62e70bee1/?format=api",
                "uuid": "4559a0ef-5ea5-4126-8156-4bc62e70bee1",
                "name": "28CP0054001",
                "code": "28CP0054001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:17:04.701253Z",
            "last_modified": "2025-04-09T06:20:42.170870Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e84a0320-e909-4fa7-9a90-9e977176dd0b/?format=api",
            "uuid": "e84a0320-e909-4fa7-9a90-9e977176dd0b",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2025-04-07T08:00:00Z",
            "value_type": "float",
            "last_value": 12.528000000000002,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/78999873-c86f-4bee-ad5a-c1b73b8e5999/?format=api",
                "uuid": "78999873-c86f-4bee-ad5a-c1b73b8e5999",
                "name": "28CP0055001",
                "code": "28CP0055001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:17:06.173810Z",
            "last_modified": "2025-04-09T06:20:31.926524Z",
            "access_modifier": "Public"
        }
    ]
}