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/3df01c4f-168d-4631-9f82-2726bb71306b/timeseries/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 98,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/3df01c4f-168d-4631-9f82-2726bb71306b/timeseries/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/208bc1a7-d2bc-4977-9e2b-e26a5f7dda72/?format=api",
            "uuid": "208bc1a7-d2bc-4977-9e2b-e26a5f7dda72",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1953-04-07T11:00:00Z",
            "end": "1983-08-23T11:00:00Z",
            "value_type": "float",
            "last_value": 17.54,
            "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/aca240cd-4e4a-4bbc-b87b-c824045b6a9b/?format=api",
                "uuid": "aca240cd-4e4a-4bbc-b87b-c824045b6a9b",
                "name": "B28H0603001",
                "code": "B28H0603001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1983-08-23T12:00:00Z",
                        "start": "1953-04-07T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:42:02.150933Z",
            "last_modified": "2023-07-09T20:48:45.268895Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f82238a2-8bbc-41e6-a77f-5f7f5b037f2d/?format=api",
            "uuid": "f82238a2-8bbc-41e6-a77f-5f7f5b037f2d",
            "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/aca240cd-4e4a-4bbc-b87b-c824045b6a9b/?format=api",
                "uuid": "aca240cd-4e4a-4bbc-b87b-c824045b6a9b",
                "name": "B28H0603001",
                "code": "B28H0603001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:42:02.428865Z",
            "last_modified": "2022-12-20T14:30:34.040732Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/485e501e-cce7-4513-87df-359347b6eec2/?format=api",
            "uuid": "485e501e-cce7-4513-87df-359347b6eec2",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1951-06-16T11:00:00Z",
            "end": "1972-08-02T11:00:00Z",
            "value_type": "float",
            "last_value": 18.9,
            "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/31235a65-e9e0-4b29-a4b8-f35fec57aec1/?format=api",
                "uuid": "31235a65-e9e0-4b29-a4b8-f35fec57aec1",
                "name": "B28H0606001",
                "code": "B28H0606001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1972-08-02T12:00:00Z",
                        "start": "1951-06-16T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:42:05.157950Z",
            "last_modified": "2023-07-09T20:48:45.973598Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d94ac838-36ae-4814-b5f8-ee1e7bb9e0f9/?format=api",
            "uuid": "d94ac838-36ae-4814-b5f8-ee1e7bb9e0f9",
            "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/31235a65-e9e0-4b29-a4b8-f35fec57aec1/?format=api",
                "uuid": "31235a65-e9e0-4b29-a4b8-f35fec57aec1",
                "name": "B28H0606001",
                "code": "B28H0606001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:42:05.440447Z",
            "last_modified": "2022-12-20T14:30:34.939238Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/519e33bc-0615-468c-863c-9934d0f2dfb0/?format=api",
            "uuid": "519e33bc-0615-468c-863c-9934d0f2dfb0",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1953-04-07T11:00:00Z",
            "end": "1977-08-16T11:00:00Z",
            "value_type": "float",
            "last_value": 20.25,
            "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/76283b13-aa12-49d4-b534-d3ab9889b970/?format=api",
                "uuid": "76283b13-aa12-49d4-b534-d3ab9889b970",
                "name": "B28H0618001",
                "code": "B28H0618001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1977-08-16T12:00:00Z",
                        "start": "1953-04-07T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:42:08.306377Z",
            "last_modified": "2023-07-09T20:48:46.667297Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/276bf470-4fd5-4526-827b-44f7f255677c/?format=api",
            "uuid": "276bf470-4fd5-4526-827b-44f7f255677c",
            "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/76283b13-aa12-49d4-b534-d3ab9889b970/?format=api",
                "uuid": "76283b13-aa12-49d4-b534-d3ab9889b970",
                "name": "B28H0618001",
                "code": "B28H0618001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:42:08.598709Z",
            "last_modified": "2022-12-20T14:30:35.684659Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/efaa93dd-d85f-4d90-b7dd-3721e9e95a5f/?format=api",
            "uuid": "efaa93dd-d85f-4d90-b7dd-3721e9e95a5f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-01-14T11:00:00Z",
            "end": "1988-07-14T11:00:00Z",
            "value_type": "float",
            "last_value": 20.49,
            "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/f06acf2b-0796-452f-821f-edd42015beb0/?format=api",
                "uuid": "f06acf2b-0796-452f-821f-edd42015beb0",
                "name": "B28H0623001",
                "code": "B28H0623001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1988-07-14T12:00:00Z",
                        "start": "1952-01-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:42:11.815898Z",
            "last_modified": "2023-07-09T20:48:47.466991Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8632ea83-11f8-40f1-9fc5-e013a5456bb9/?format=api",
            "uuid": "8632ea83-11f8-40f1-9fc5-e013a5456bb9",
            "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/f06acf2b-0796-452f-821f-edd42015beb0/?format=api",
                "uuid": "f06acf2b-0796-452f-821f-edd42015beb0",
                "name": "B28H0623001",
                "code": "B28H0623001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:42:12.090492Z",
            "last_modified": "2022-12-20T14:30:36.758583Z",
            "access_modifier": "Public"
        }
    ]
}