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/f40512b2-f1b1-4fe8-a8aa-75e5a42b8ef9/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 192,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/f40512b2-f1b1-4fe8-a8aa-75e5a42b8ef9/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/f40512b2-f1b1-4fe8-a8aa-75e5a42b8ef9/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9cbcd23c-9c4d-4608-943b-f6afa71d359a/?format=api",
            "uuid": "9cbcd23c-9c4d-4608-943b-f6afa71d359a",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-11-19T09:53:06Z",
            "end": "2025-03-20T11:00:00Z",
            "value_type": "float",
            "last_value": 6.335,
            "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/c9bf9048-e716-42c8-aa12-84db1ce9856d/?format=api",
                "uuid": "c9bf9048-e716-42c8-aa12-84db1ce9856d",
                "name": "B11H0362002",
                "code": "B11H0362002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-11-19T10:53:06Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:22.349115Z",
            "last_modified": "2025-04-02T10:21:30.012973Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1dd72bf7-03c6-4f1b-be55-4562b0e68bb4/?format=api",
            "uuid": "1dd72bf7-03c6-4f1b-be55-4562b0e68bb4",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-11-19T09:54:49Z",
            "end": "2025-03-20T11:00:00Z",
            "value_type": "float",
            "last_value": 5.625,
            "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/e439daac-47fb-4f95-931d-24af8c7e4a2a/?format=api",
                "uuid": "e439daac-47fb-4f95-931d-24af8c7e4a2a",
                "name": "B11H0363001",
                "code": "B11H0363001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-11-19T10:54:49Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:23.729019Z",
            "last_modified": "2025-04-02T10:21:26.119760Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/18fca6cf-af22-43ff-acf1-b3e4b3e5b003/?format=api",
            "uuid": "18fca6cf-af22-43ff-acf1-b3e4b3e5b003",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2004-03-05T11:00:00Z",
            "end": "2025-03-20T11:00:00Z",
            "value_type": "float",
            "last_value": 5.654,
            "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/5153febe-77f8-4dd9-a624-2d1ec1d3280b/?format=api",
                "uuid": "5153febe-77f8-4dd9-a624-2d1ec1d3280b",
                "name": "B11H0363002",
                "code": "B11H0363002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2004-03-05T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:25.380955Z",
            "last_modified": "2025-04-02T10:20:42.948857Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/920c3d1a-584b-46a6-b6ac-eed25612cb17/?format=api",
            "uuid": "920c3d1a-584b-46a6-b6ac-eed25612cb17",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2004-03-05T11:00:00Z",
            "end": "2025-03-20T11:00:00Z",
            "value_type": "float",
            "last_value": 6.833000000000001,
            "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/4523d8f9-5326-4721-a3fe-64ce25497c6a/?format=api",
                "uuid": "4523d8f9-5326-4721-a3fe-64ce25497c6a",
                "name": "B11H0364001",
                "code": "B11H0364001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2004-03-05T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:27.054138Z",
            "last_modified": "2025-04-02T10:21:24.675982Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3a57ea89-f1a2-4b3a-8d1d-072ee370af94/?format=api",
            "uuid": "3a57ea89-f1a2-4b3a-8d1d-072ee370af94",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-11-19T09:57:21Z",
            "end": "2025-03-18T13:00:00Z",
            "value_type": "float",
            "last_value": 8.36,
            "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/5cd798db-411a-4fc2-b7b6-60f311c32382/?format=api",
                "uuid": "5cd798db-411a-4fc2-b7b6-60f311c32382",
                "name": "B11H0365001",
                "code": "B11H0365001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-11-19T10:57:21Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:28.287808Z",
            "last_modified": "2025-04-02T10:25:33.813775Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/923a2899-f1d9-4def-9e9c-4236fcaab728/?format=api",
            "uuid": "923a2899-f1d9-4def-9e9c-4236fcaab728",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2003-11-19T09:58:14Z",
            "end": "2025-03-18T11:00:00Z",
            "value_type": "float",
            "last_value": 7.881,
            "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/ff579a89-f01a-4995-b4a6-36c11a3f3eec/?format=api",
                "uuid": "ff579a89-f01a-4995-b4a6-36c11a3f3eec",
                "name": "B11H0365002",
                "code": "B11H0365002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2003-11-19T10:58:14Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:28.992053Z",
            "last_modified": "2025-04-02T10:26:02.821875Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/110aec00-bc45-4be0-9923-d4d3e33e8932/?format=api",
            "uuid": "110aec00-bc45-4be0-9923-d4d3e33e8932",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-04-26T11:00:00Z",
            "end": "2025-03-20T08:00:00Z",
            "value_type": "float",
            "last_value": 6.319000000000001,
            "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/e2d27e14-d3aa-44b2-b6f3-3ac411cdb3d1/?format=api",
                "uuid": "e2d27e14-d3aa-44b2-b6f3-3ac411cdb3d1",
                "name": "B11H0368001",
                "code": "B11H0368001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-04-26T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:30.035434Z",
            "last_modified": "2025-04-02T10:25:44.165541Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4985cb0e-63d2-42f9-af18-cc60ce29a447/?format=api",
            "uuid": "4985cb0e-63d2-42f9-af18-cc60ce29a447",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-04-26T11:00:00Z",
            "end": "2025-03-20T08:00:00Z",
            "value_type": "float",
            "last_value": 6.171,
            "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/706f8041-108e-4ba7-b43b-d904a668a250/?format=api",
                "uuid": "706f8041-108e-4ba7-b43b-d904a668a250",
                "name": "B11H0368003",
                "code": "B11H0368003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-04-26T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:31.127291Z",
            "last_modified": "2025-04-02T10:25:37.442025Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4d572e90-93df-44b6-85b0-eba1fcc0f84c/?format=api",
            "uuid": "4d572e90-93df-44b6-85b0-eba1fcc0f84c",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-04-26T11:00:00Z",
            "end": "2025-03-20T08:00:00Z",
            "value_type": "float",
            "last_value": 6.843000000000001,
            "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/efe8ab46-b753-4612-b50d-76c376551062/?format=api",
                "uuid": "efe8ab46-b753-4612-b50d-76c376551062",
                "name": "B11H0369001",
                "code": "B11H0369001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-04-26T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:32.492108Z",
            "last_modified": "2025-04-02T10:25:41.068622Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/53901466-41d9-4ebd-983f-5d1e7a9a2fae/?format=api",
            "uuid": "53901466-41d9-4ebd-983f-5d1e7a9a2fae",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-04-26T11:00:00Z",
            "end": "2025-03-20T08:00:00Z",
            "value_type": "float",
            "last_value": 6.681,
            "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/a80149a8-1399-412a-9c76-04242de9e812/?format=api",
                "uuid": "a80149a8-1399-412a-9c76-04242de9e812",
                "name": "B11H0369003",
                "code": "B11H0369003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2005-04-26T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T15:32:33.662378Z",
            "last_modified": "2025-04-02T10:25:57.752619Z",
            "access_modifier": "Public"
        }
    ]
}