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/b6c3b9ec-10bb-4f12-a7b7-9793925eabf9/timeseries/?format=api&page=15
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 402,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/b6c3b9ec-10bb-4f12-a7b7-9793925eabf9/timeseries/?format=api&page=16",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b6c3b9ec-10bb-4f12-a7b7-9793925eabf9/timeseries/?format=api&page=14",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5c2b8f20-754f-42f1-bbec-d42c86fac3c6/?format=api",
            "uuid": "5c2b8f20-754f-42f1-bbec-d42c86fac3c6",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2008-03-26T11:00:01Z",
            "end": "2025-04-30T08:00:00Z",
            "value_type": "float",
            "last_value": 1.385,
            "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/7e505347-1e20-470f-a521-0107f564f4cd/?format=api",
                "uuid": "7e505347-1e20-470f-a521-0107f564f4cd",
                "name": "27E0557002",
                "code": "27E0557002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2008-03-26T12:00:01Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:02:40.509609Z",
            "last_modified": "2025-06-04T08:30:34.852901Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/620fce46-fc9a-492d-b43e-f9b07f13908a/?format=api",
            "uuid": "620fce46-fc9a-492d-b43e-f9b07f13908a",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2008-03-26T11:00:01Z",
            "end": "2025-04-30T08:00:00Z",
            "value_type": "float",
            "last_value": 0.37200000000000005,
            "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/3b9feaab-036e-4bfb-8d06-0d34447cbf21/?format=api",
                "uuid": "3b9feaab-036e-4bfb-8d06-0d34447cbf21",
                "name": "27E0557003",
                "code": "27E0557003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2008-03-26T12:00:01Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:02:41.364425Z",
            "last_modified": "2025-06-04T08:30:41.104691Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c504f018-b9f0-4401-b322-991a165798ad/?format=api",
            "uuid": "c504f018-b9f0-4401-b322-991a165798ad",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-29T08:00:00Z",
            "value_type": "float",
            "last_value": 0.051000000000000004,
            "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/7f6f3664-ead0-486f-a149-6108d891ee51/?format=api",
                "uuid": "7f6f3664-ead0-486f-a149-6108d891ee51",
                "name": "27EP0133001",
                "code": "27EP0133001"
            },
            "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-10T20:02:42.245672Z",
            "last_modified": "2025-06-04T08:30:37.563700Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a36a905e-afca-4476-8c8b-19afbb386343/?format=api",
            "uuid": "a36a905e-afca-4476-8c8b-19afbb386343",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-29T08:00:00Z",
            "value_type": "float",
            "last_value": -0.21100000000000002,
            "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/1fc41f81-27e8-4b5f-b242-b1a5ce046989/?format=api",
                "uuid": "1fc41f81-27e8-4b5f-b242-b1a5ce046989",
                "name": "27EP0134001",
                "code": "27EP0134001"
            },
            "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-10T20:02:43.652291Z",
            "last_modified": "2025-06-04T08:30:37.210866Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8e76fb9a-e7b8-4a19-82d3-1760896878b9/?format=api",
            "uuid": "8e76fb9a-e7b8-4a19-82d3-1760896878b9",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-30T08:00:00Z",
            "value_type": "float",
            "last_value": 0.177,
            "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/4ab51669-5c28-472a-b971-fc075bbe69e1/?format=api",
                "uuid": "4ab51669-5c28-472a-b971-fc075bbe69e1",
                "name": "27EP0173001",
                "code": "27EP0173001"
            },
            "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-10T20:02:44.994053Z",
            "last_modified": "2025-06-04T08:37:10.399152Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a30eb8e4-a9f4-48f8-95f9-fef8e466f7c9/?format=api",
            "uuid": "a30eb8e4-a9f4-48f8-95f9-fef8e466f7c9",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-30T08:00:00Z",
            "value_type": "float",
            "last_value": 0.24900000000000003,
            "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/b62625a5-857a-4a40-803d-041448b2046a/?format=api",
                "uuid": "b62625a5-857a-4a40-803d-041448b2046a",
                "name": "27EP0173002",
                "code": "27EP0173002"
            },
            "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-10T20:02:49.888915Z",
            "last_modified": "2025-06-04T08:31:03.799212Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a135a5e4-4bb7-479f-b067-b347a11d16ff/?format=api",
            "uuid": "a135a5e4-4bb7-479f-b067-b347a11d16ff",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-29T08:00:00Z",
            "value_type": "float",
            "last_value": 0.44,
            "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/ea293c6d-60de-404b-a477-274f0ba6533b/?format=api",
                "uuid": "ea293c6d-60de-404b-a477-274f0ba6533b",
                "name": "27EP0211001",
                "code": "27EP0211001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "None",
                            "start": "2005-11-01T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "KNMImeting"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2016-02-10T20:02:54.772267Z",
            "last_modified": "2025-06-05T03:54:28.060755Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9a658a7b-50f9-4ec8-8f27-42cbdf9e90ed/?format=api",
            "uuid": "9a658a7b-50f9-4ec8-8f27-42cbdf9e90ed",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-29T08:00:00Z",
            "value_type": "float",
            "last_value": 0.32800000000000007,
            "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/6f98e532-8800-4c0a-a4a1-0a0490ea498b/?format=api",
                "uuid": "6f98e532-8800-4c0a-a4a1-0a0490ea498b",
                "name": "27EP0211002",
                "code": "27EP0211002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "None",
                            "start": "2005-11-01T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "KNMImeting"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2016-02-10T20:02:55.952858Z",
            "last_modified": "2025-06-05T03:54:49.938570Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8d87164a-46a1-45de-a970-208bcac512d0/?format=api",
            "uuid": "8d87164a-46a1-45de-a970-208bcac512d0",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-29T08:00:00Z",
            "value_type": "float",
            "last_value": 0.396,
            "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/db0e88d1-206c-4a16-942c-e2391502ece8/?format=api",
                "uuid": "db0e88d1-206c-4a16-942c-e2391502ece8",
                "name": "27EP0211004",
                "code": "27EP0211004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "None",
                            "start": "2005-11-01T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "KNMImeting"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2016-02-10T20:02:57.187656Z",
            "last_modified": "2025-06-05T03:55:11.939870Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/051261e7-c5f5-49d1-b712-ba245a1b347b/?format=api",
            "uuid": "051261e7-c5f5-49d1-b712-ba245a1b347b",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-11-01T11:00:00Z",
            "end": "2025-04-29T08:00:00Z",
            "value_type": "float",
            "last_value": 0.023000000000000003,
            "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/66dbfbf2-d2de-415a-a2de-a29115594cc9/?format=api",
                "uuid": "66dbfbf2-d2de-415a-a2de-a29115594cc9",
                "name": "27EP0211005",
                "code": "27EP0211005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "None",
                            "start": "2005-11-01T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "KNMImeting"
                        }
                    ],
                    "last_event_sent_to_bro": null
                }
            },
            "created": "2016-02-10T20:02:58.362688Z",
            "last_modified": "2025-06-05T03:55:33.207190Z",
            "access_modifier": "Public"
        }
    ]
}