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/72956f9e-876f-439e-8f3b-7071c8076c78/timeseries/?format=api&page=5
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 336,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/72956f9e-876f-439e-8f3b-7071c8076c78/timeseries/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/72956f9e-876f-439e-8f3b-7071c8076c78/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/389b6a85-f658-463e-b5a2-1b5bbf9925ba/?format=api",
            "uuid": "389b6a85-f658-463e-b5a2-1b5bbf9925ba",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T11:00:00Z",
            "value_type": "float",
            "last_value": 6.207000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/9df31ad3-820d-4ddd-aa2f-433ee7088abd/?format=api",
                "uuid": "9df31ad3-820d-4ddd-aa2f-433ee7088abd",
                "name": "22DP0138001",
                "code": "22DP0138001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:02:54.539494Z",
            "last_modified": "2025-06-06T06:55:37.426134Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a9df8439-f3a4-489a-bca5-cc21b6e9960a/?format=api",
            "uuid": "a9df8439-f3a4-489a-bca5-cc21b6e9960a",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T11:00:00Z",
            "value_type": "float",
            "last_value": 5.859,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/c3ad5e27-49ac-4f51-be22-37d0964e20d5/?format=api",
                "uuid": "c3ad5e27-49ac-4f51-be22-37d0964e20d5",
                "name": "22DP0138002",
                "code": "22DP0138002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:02:55.957328Z",
            "last_modified": "2025-06-06T06:55:38.500289Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/00a4da27-7809-44a7-a53e-3ef36e241d9f/?format=api",
            "uuid": "00a4da27-7809-44a7-a53e-3ef36e241d9f",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-27T11:00:00Z",
            "value_type": "float",
            "last_value": 6.258000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/fba78ef4-1d83-452d-af05-b5ee3f7d6c5c/?format=api",
                "uuid": "fba78ef4-1d83-452d-af05-b5ee3f7d6c5c",
                "name": "22DP0139001",
                "code": "22DP0139001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:02:57.505233Z",
            "last_modified": "2025-06-06T09:00:33.528566Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/21860613-d4bc-44aa-8f9c-1c33f566dcab/?format=api",
            "uuid": "21860613-d4bc-44aa-8f9c-1c33f566dcab",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2006-02-03T11:00:00Z",
            "end": "2025-05-27T11:00:00Z",
            "value_type": "float",
            "last_value": 6.124,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/bb1113d2-32b9-43bf-990f-dc727b5f98f3/?format=api",
                "uuid": "bb1113d2-32b9-43bf-990f-dc727b5f98f3",
                "name": "22DP0139002",
                "code": "22DP0139002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2006-02-03T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:02:59.067133Z",
            "last_modified": "2025-06-06T09:00:42.145709Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c8fc341d-82ee-43d2-a600-b7df2f4f6b2a/?format=api",
            "uuid": "c8fc341d-82ee-43d2-a600-b7df2f4f6b2a",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T11:00:00Z",
            "value_type": "float",
            "last_value": 6.224000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/cdc5c9fb-707d-4562-ab3f-f870aafcd345/?format=api",
                "uuid": "cdc5c9fb-707d-4562-ab3f-f870aafcd345",
                "name": "22DP0140001",
                "code": "22DP0140001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:03:00.504067Z",
            "last_modified": "2025-06-06T09:00:41.806352Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ea2e32b2-29f7-4d2a-ba0a-4cd329d51468/?format=api",
            "uuid": "ea2e32b2-29f7-4d2a-ba0a-4cd329d51468",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T11:00:00Z",
            "value_type": "float",
            "last_value": 6.218000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/0160296f-803e-43f5-be98-0f1461be15d7/?format=api",
                "uuid": "0160296f-803e-43f5-be98-0f1461be15d7",
                "name": "22DP0140002",
                "code": "22DP0140002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:03:01.929894Z",
            "last_modified": "2025-06-06T09:00:38.286970Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/31a32318-a1fe-4bc4-88c6-cd8ca7a4cc36/?format=api",
            "uuid": "31a32318-a1fe-4bc4-88c6-cd8ca7a4cc36",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T08:00:00Z",
            "value_type": "float",
            "last_value": 6.267,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/f4bc9487-3fef-4cf9-b80d-f3a947438107/?format=api",
                "uuid": "f4bc9487-3fef-4cf9-b80d-f3a947438107",
                "name": "22DP0141001",
                "code": "22DP0141001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:03:03.346654Z",
            "last_modified": "2025-06-06T09:00:38.768392Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/74ff5fa3-91d0-4c74-9e4c-105443de3cca/?format=api",
            "uuid": "74ff5fa3-91d0-4c74-9e4c-105443de3cca",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T08:00:00Z",
            "value_type": "float",
            "last_value": 5.703,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/48071a8b-3020-4c84-93fa-c7097e18aa81/?format=api",
                "uuid": "48071a8b-3020-4c84-93fa-c7097e18aa81",
                "name": "22DP0141002",
                "code": "22DP0141002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:03:04.870955Z",
            "last_modified": "2025-06-06T09:00:35.043848Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/62d9679a-9946-48d5-b8cb-a274fa63a6b9/?format=api",
            "uuid": "62d9679a-9946-48d5-b8cb-a274fa63a6b9",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T11:00:00Z",
            "value_type": "float",
            "last_value": 6.067,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/d1651a13-81cd-4670-b3a6-3c339e04e7b6/?format=api",
                "uuid": "d1651a13-81cd-4670-b3a6-3c339e04e7b6",
                "name": "22DP0142001",
                "code": "22DP0142001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:03:06.415830Z",
            "last_modified": "2025-06-06T09:00:36.016075Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/43d07954-5359-4019-839e-5750bad6d611/?format=api",
            "uuid": "43d07954-5359-4019-839e-5750bad6d611",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-05-22T11:00:00Z",
            "value_type": "float",
            "last_value": 5.803000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/8fc23393-ebea-4d75-86c1-7d59ec335a31/?format=api",
                "uuid": "8fc23393-ebea-4d75-86c1-7d59ec335a31",
                "name": "22DP0142002",
                "code": "22DP0142002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-11-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T19:03:07.889603Z",
            "last_modified": "2025-06-06T09:00:45.756090Z",
            "access_modifier": "Public"
        }
    ]
}