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&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 76,
    "next": null,
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/86d409ec-edfb-4a5c-9e4f-9adf6c8b6267/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d37b7992-f0db-44ad-8354-58ad7c12fadf/?format=api",
            "uuid": "d37b7992-f0db-44ad-8354-58ad7c12fadf",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/44a8fc57-d7f3-4c2f-b191-19c0ab2ca6eb/?format=api",
                "uuid": "44a8fc57-d7f3-4c2f-b191-19c0ab2ca6eb",
                "name": "26HP0145006",
                "code": "26HP0145006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:04:15.032350Z",
            "last_modified": "2022-12-20T14:05:11.675179Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/fc83820b-2c4e-401e-a7fe-0c2255a4037b/?format=api",
            "uuid": "fc83820b-2c4e-401e-a7fe-0c2255a4037b",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/c6a019a5-d5f2-46ee-bc6c-b1b8f1fb721e/?format=api",
                "uuid": "c6a019a5-d5f2-46ee-bc6c-b1b8f1fb721e",
                "name": "26HP0145004",
                "code": "26HP0145004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:04:24.875426Z",
            "last_modified": "2022-12-20T14:05:13.882209Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/19a60ce5-7f83-4fb6-801c-a79bd0a370c4/?format=api",
            "uuid": "19a60ce5-7f83-4fb6-801c-a79bd0a370c4",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-11-07T11:00:00Z",
            "end": "2025-05-12T09:25:04Z",
            "value_type": "float",
            "last_value": 0.05,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/cfe75dab-55d1-40a7-933b-972244794d8a/?format=api",
                "uuid": "cfe75dab-55d1-40a7-933b-972244794d8a",
                "name": "32BP0209005",
                "code": "32BP0209005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2010-01-28T13:50:00Z",
                            "start": "1972-11-07T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2023-05-09T08:57:20Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T12:06:14.107480Z",
            "last_modified": "2025-05-15T09:13:58.350150Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/7f96ab7b-693f-481c-92ed-d2d05d4f4125/?format=api",
            "uuid": "7f96ab7b-693f-481c-92ed-d2d05d4f4125",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/cfe75dab-55d1-40a7-933b-972244794d8a/?format=api",
                "uuid": "cfe75dab-55d1-40a7-933b-972244794d8a",
                "name": "32BP0209005",
                "code": "32BP0209005"
            },
            "extra_metadata": {},
            "created": "2022-10-12T12:06:14.527301Z",
            "last_modified": "2022-12-20T15:14:02.012626Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/eb6defc4-ce60-465f-b138-15a0ebad1e1b/?format=api",
            "uuid": "eb6defc4-ce60-465f-b138-15a0ebad1e1b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-11-07T11:00:00Z",
            "end": "2025-05-12T09:25:13Z",
            "value_type": "float",
            "last_value": 0.01,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/1d339fb1-a837-43bc-bda4-12cabe2d82e3/?format=api",
                "uuid": "1d339fb1-a837-43bc-bda4-12cabe2d82e3",
                "name": "32BP0209007",
                "code": "32BP0209007"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2010-01-28T13:50:00Z",
                            "start": "1972-11-07T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2023-05-09T08:56:56Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T12:06:17.641752Z",
            "last_modified": "2025-05-15T09:15:32.862184Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d3905ae9-a561-4b7c-8c4c-bf5ca3f0ae10/?format=api",
            "uuid": "d3905ae9-a561-4b7c-8c4c-bf5ca3f0ae10",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2023-03-13T11:00:00Z",
            "end": "2025-05-12T08:00:00Z",
            "value_type": "float",
            "last_value": 0.011000000000000001,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/1d339fb1-a837-43bc-bda4-12cabe2d82e3/?format=api",
                "uuid": "1d339fb1-a837-43bc-bda4-12cabe2d82e3",
                "name": "32BP0209007",
                "code": "32BP0209007"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2023-03-13T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "capillair"
                    }
                }
            },
            "created": "2022-10-12T12:06:18.064677Z",
            "last_modified": "2025-05-15T09:15:21.891097Z",
            "access_modifier": "Public"
        }
    ]
}