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/86d409ec-edfb-4a5c-9e4f-9adf6c8b6267/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 70,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/86d409ec-edfb-4a5c-9e4f-9adf6c8b6267/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e4746750-4dd0-421e-adcb-f78b8b7dc661/?format=api",
            "uuid": "e4746750-4dd0-421e-adcb-f78b8b7dc661",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-03-13T23:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 2.51,
            "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/0f7b57d3-fdbb-40a3-83b1-bea6fa070627/?format=api",
                "uuid": "0f7b57d3-fdbb-40a3-83b1-bea6fa070627",
                "name": "26HL0041001",
                "code": "26HL0041001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-03-14T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:42:17.262026Z",
            "last_modified": "2025-02-25T12:50:37.989680Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/be00d641-9ed8-4392-94f3-780bd9708722/?format=api",
            "uuid": "be00d641-9ed8-4392-94f3-780bd9708722",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-03-13T23:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 7.819000000000001,
            "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/a8ccf0eb-5696-4bc6-9445-3c83cab88062/?format=api",
                "uuid": "a8ccf0eb-5696-4bc6-9445-3c83cab88062",
                "name": "26HP0145001",
                "code": "26HP0145001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-03-14T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:45:24.127324Z",
            "last_modified": "2025-02-25T12:50:25.941859Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/09095220-0f49-4b09-be73-b2858892cab1/?format=api",
            "uuid": "09095220-0f49-4b09-be73-b2858892cab1",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-03-13T23:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 7.683000000000001,
            "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/72070165-f8f7-4017-b9de-14917e03383d/?format=api",
                "uuid": "72070165-f8f7-4017-b9de-14917e03383d",
                "name": "26HP0145002",
                "code": "26HP0145002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-03-14T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:45:35.812965Z",
            "last_modified": "2025-02-25T12:50:37.276461Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aaecd7dc-5d78-4d06-b530-82525c745242/?format=api",
            "uuid": "aaecd7dc-5d78-4d06-b530-82525c745242",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-03-13T23:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 6.32,
            "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/3aeca81b-f56b-4b0c-af3a-aed9f40b85ed/?format=api",
                "uuid": "3aeca81b-f56b-4b0c-af3a-aed9f40b85ed",
                "name": "26HP0145003",
                "code": "26HP0145003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-03-14T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:45:47.680373Z",
            "last_modified": "2025-02-25T12:50:31.057907Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d42257d8-ece1-4405-b989-f8d5bef232d6/?format=api",
            "uuid": "d42257d8-ece1-4405-b989-f8d5bef232d6",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-03-13T23:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 3.8890000000000002,
            "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/ebc21dc1-dc42-415a-914b-4d1fd16b9787/?format=api",
                "uuid": "ebc21dc1-dc42-415a-914b-4d1fd16b9787",
                "name": "26HP0145005",
                "code": "26HP0145005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-03-14T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:45:59.898529Z",
            "last_modified": "2025-02-25T12:50:48.001264Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f480402d-ae6b-4eaa-98b5-f92e40ca4c1f/?format=api",
            "uuid": "f480402d-ae6b-4eaa-98b5-f92e40ca4c1f",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2006-03-27T11:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": -0.447,
            "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/49a4cac1-e5ad-49eb-a1da-8fb8e6201185/?format=api",
                "uuid": "49a4cac1-e5ad-49eb-a1da-8fb8e6201185",
                "name": "32B-0619001",
                "code": "32B-0619001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2006-03-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:51:21.596212Z",
            "last_modified": "2025-02-25T12:50:52.268982Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67e640c9-dc0a-4ea1-82c7-a2cf5b353a0a/?format=api",
            "uuid": "67e640c9-dc0a-4ea1-82c7-a2cf5b353a0a",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2006-03-27T11:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": -0.43400000000000005,
            "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/5611bbd3-7bc8-41be-a708-d53cf0420832/?format=api",
                "uuid": "5611bbd3-7bc8-41be-a708-d53cf0420832",
                "name": "32B-0619002",
                "code": "32B-0619002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2006-03-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:51:30.139570Z",
            "last_modified": "2025-02-25T12:50:36.858361Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fa9c5d81-2071-4604-9695-41a5099a3114/?format=api",
            "uuid": "fa9c5d81-2071-4604-9695-41a5099a3114",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2006-03-27T11:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 0.899,
            "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/3ce2d378-449a-4e16-a37e-cf3749d55866/?format=api",
                "uuid": "3ce2d378-449a-4e16-a37e-cf3749d55866",
                "name": "32B-0619003",
                "code": "32B-0619003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2006-03-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:51:39.295760Z",
            "last_modified": "2025-02-25T12:50:28.185166Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8a1d93ea-1d37-46cf-9fd1-41eb52f83542/?format=api",
            "uuid": "8a1d93ea-1d37-46cf-9fd1-41eb52f83542",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-09-30T11:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 2.51,
            "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/bc335105-95bb-4541-b1bf-746202833f5d/?format=api",
                "uuid": "bc335105-95bb-4541-b1bf-746202833f5d",
                "name": "32B-0620001",
                "code": "32B-0620001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-09-30T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:51:47.129519Z",
            "last_modified": "2025-02-25T12:50:35.986330Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/882c4333-b117-4382-a2dd-9d66f8a5c936/?format=api",
            "uuid": "882c4333-b117-4382-a2dd-9d66f8a5c936",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-09-30T11:00:00Z",
            "end": "2025-02-17T08:00:00Z",
            "value_type": "float",
            "last_value": 2.202,
            "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/04fe7e1b-5af0-4c53-b523-01844593c771/?format=api",
                "uuid": "04fe7e1b-5af0-4c53-b523-01844593c771",
                "name": "32B-0620002",
                "code": "32B-0620002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-09-30T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T10:51:50.382891Z",
            "last_modified": "2025-02-25T12:50:52.437575Z",
            "access_modifier": "Public"
        }
    ]
}