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/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 138,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0963e3cf-086f-4a2d-8141-2a1fa64ad14b/?format=api",
            "uuid": "0963e3cf-086f-4a2d-8141-2a1fa64ad14b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/02132d6e-2c9f-43ff-b583-22d166afd98f/?format=api",
                "uuid": "02132d6e-2c9f-43ff-b583-22d166afd98f",
                "name": "LRWP006008",
                "code": "LRWP006008"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:30.854056Z",
            "last_modified": "2023-07-09T20:42:18.623531Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bc135ed9-e217-45d0-834a-53a922337551/?format=api",
            "uuid": "bc135ed9-e217-45d0-834a-53a922337551",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/02132d6e-2c9f-43ff-b583-22d166afd98f/?format=api",
                "uuid": "02132d6e-2c9f-43ff-b583-22d166afd98f",
                "name": "LRWP006008",
                "code": "LRWP006008"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:31.143187Z",
            "last_modified": "2022-12-20T14:15:07.067699Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/eebd5e8d-be34-4f3c-ae5c-656154362a61/?format=api",
            "uuid": "eebd5e8d-be34-4f3c-ae5c-656154362a61",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/2330a70e-bb32-49a3-8365-a4624b0147e3/?format=api",
                "uuid": "2330a70e-bb32-49a3-8365-a4624b0147e3",
                "name": "LRWP006009",
                "code": "LRWP006009"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:34.137969Z",
            "last_modified": "2023-07-09T20:42:18.943793Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5a6341e2-6d3b-4701-a6ba-d1d61357f7ec/?format=api",
            "uuid": "5a6341e2-6d3b-4701-a6ba-d1d61357f7ec",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/2330a70e-bb32-49a3-8365-a4624b0147e3/?format=api",
                "uuid": "2330a70e-bb32-49a3-8365-a4624b0147e3",
                "name": "LRWP006009",
                "code": "LRWP006009"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:34.422833Z",
            "last_modified": "2022-12-20T14:15:08.078985Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ca06b0bb-7b4c-425f-9ec6-096138261464/?format=api",
            "uuid": "ca06b0bb-7b4c-425f-9ec6-096138261464",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-05-04T11:00:00Z",
            "end": "2025-06-02T11:17:21Z",
            "value_type": "float",
            "last_value": -0.77,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/316351a0-4d5f-4725-9fe0-c6ca0f894d5a/?format=api",
                "uuid": "316351a0-4d5f-4725-9fe0-c6ca0f894d5a",
                "name": "EEWP002001",
                "code": "EEWP002001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "1990-05-04T12:00:00Z",
                            "start": "1990-05-04T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2024-01-22T13:27:18Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T10:46:12.399597Z",
            "last_modified": "2025-06-04T06:37:27.995084Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7dff5ae6-e044-464f-a1d0-d15814d500d1/?format=api",
            "uuid": "7dff5ae6-e044-464f-a1d0-d15814d500d1",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-01-22T14:00:00Z",
            "end": "2025-06-02T11:00:00Z",
            "value_type": "float",
            "last_value": -1.022,
            "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/316351a0-4d5f-4725-9fe0-c6ca0f894d5a/?format=api",
                "uuid": "316351a0-4d5f-4725-9fe0-c6ca0f894d5a",
                "name": "EEWP002001",
                "code": "EEWP002001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-01-22T15:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-12T10:46:12.672220Z",
            "last_modified": "2025-06-03T14:50:50.438822Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/89c4aa31-4671-4670-ab53-635697de6f0b/?format=api",
            "uuid": "89c4aa31-4671-4670-ab53-635697de6f0b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-05-04T11:00:00Z",
            "end": "2025-06-02T11:17:26Z",
            "value_type": "float",
            "last_value": -0.99,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/224f1766-79c3-4156-8daa-98374eaeee23/?format=api",
                "uuid": "224f1766-79c3-4156-8daa-98374eaeee23",
                "name": "EEWP002002",
                "code": "EEWP002002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "1990-05-04T12:00:00Z",
                            "start": "1990-05-04T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2024-01-22T13:27:24Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T10:46:15.508102Z",
            "last_modified": "2025-06-03T14:50:42.094450Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/af675516-7d9a-4681-9100-22460240c57e/?format=api",
            "uuid": "af675516-7d9a-4681-9100-22460240c57e",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-01-22T14:00:00Z",
            "end": "2025-06-02T11:00:00Z",
            "value_type": "float",
            "last_value": -0.767,
            "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/224f1766-79c3-4156-8daa-98374eaeee23/?format=api",
                "uuid": "224f1766-79c3-4156-8daa-98374eaeee23",
                "name": "EEWP002002",
                "code": "EEWP002002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-01-22T15:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-12T10:46:15.764021Z",
            "last_modified": "2025-06-03T14:50:43.787134Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3de9fb92-9bf8-4ed5-a493-17a24bd023b3/?format=api",
            "uuid": "3de9fb92-9bf8-4ed5-a493-17a24bd023b3",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-05-04T11:00:00Z",
            "end": "2025-06-02T11:17:31Z",
            "value_type": "float",
            "last_value": -0.95,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/79f5308d-5301-4395-b913-429f72cf3785/?format=api",
                "uuid": "79f5308d-5301-4395-b913-429f72cf3785",
                "name": "EEWP002003",
                "code": "EEWP002003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "1990-05-04T12:00:00Z",
                            "start": "1990-05-04T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2024-01-22T13:27:28Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T10:46:18.808170Z",
            "last_modified": "2025-06-03T13:36:45.895402Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8a757eda-6d75-4e79-89b2-30ad300e1a6c/?format=api",
            "uuid": "8a757eda-6d75-4e79-89b2-30ad300e1a6c",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-01-22T14:00:00Z",
            "end": "2025-06-02T11:00:00Z",
            "value_type": "float",
            "last_value": -1.02,
            "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/79f5308d-5301-4395-b913-429f72cf3785/?format=api",
                "uuid": "79f5308d-5301-4395-b913-429f72cf3785",
                "name": "EEWP002003",
                "code": "EEWP002003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-01-22T15:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-12T10:46:19.070790Z",
            "last_modified": "2025-06-03T14:50:42.700833Z",
            "access_modifier": "Public"
        }
    ]
}