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/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 514,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/eea180b7-4251-40b7-9a62-5a11dd79657c/?format=api",
            "uuid": "eea180b7-4251-40b7-9a62-5a11dd79657c",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2018-04-14T13:30:00Z",
            "end": "2025-03-13T15:45:00Z",
            "value_type": "float",
            "last_value": -619.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/43f5b734-c9c1-42c1-8cac-9b51d623c9d0/?format=api",
                "uuid": "43f5b734-c9c1-42c1-8cac-9b51d623c9d0",
                "name": "Lage Vaart,waterstand (berekend gemiddelde)",
                "code": "LV-01"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.698425Z",
            "last_modified": "2025-03-16T10:25:41.269553Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e596f1f4-188d-44a0-8109-dd397f11d889/?format=api",
            "uuid": "e596f1f4-188d-44a0-8109-dd397f11d889",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-01-18T14:15:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -20.014,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/d41e41fa-a6f8-4963-9c07-f110409c2e10/?format=api",
                "uuid": "d41e41fa-a6f8-4963-9c07-f110409c2e10",
                "name": "Gemaal De Blocq van Kuffeler, buitenpeil",
                "code": "P2600-LT1102"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.698664Z",
            "last_modified": "2025-03-16T10:25:52.241905Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c95d0e7-5f7a-41a5-871b-fe75e434cf5b/?format=api",
            "uuid": "3c95d0e7-5f7a-41a5-871b-fe75e434cf5b",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -518.589,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/9800e422-8161-4335-9fcb-60034f63477d/?format=api",
                "uuid": "9800e422-8161-4335-9fcb-60034f63477d",
                "name": "Aflaatwerk Bloesemtocht, waterhoogte HWZ",
                "code": "AW4440-LT4440B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.698898Z",
            "last_modified": "2025-03-16T10:25:36.440482Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7bd32569-fe34-46a6-a8a3-2543a37ec3a6/?format=api",
            "uuid": "7bd32569-fe34-46a6-a8a3-2543a37ec3a6",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2016-09-06T13:45:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -603.136,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/0c09b3af-8194-4ca8-abed-f7bfc3f8858c/?format=api",
                "uuid": "0c09b3af-8194-4ca8-abed-f7bfc3f8858c",
                "name": "Schuif Roodbeentocht, waterhoogte peilvak M16",
                "code": "ST5140_LT5140B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.699135Z",
            "last_modified": "2025-03-16T10:25:42.164366Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7b0548ea-bbea-4c74-8a56-56456ee0cad3/?format=api",
            "uuid": "7b0548ea-bbea-4c74-8a56-56456ee0cad3",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-11-01T20:00:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -440.658,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/81a7a8b9-cabd-4103-8795-8fc3df45e112/?format=api",
                "uuid": "81a7a8b9-cabd-4103-8795-8fc3df45e112",
                "name": "Stuw Ellertocht Noord, waterhoogte HWZ",
                "code": "ST5222-LT5222B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.699369Z",
            "last_modified": "2025-03-16T10:25:28.987467Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/64c72e09-033f-4660-96ea-181513b2b684/?format=api",
            "uuid": "64c72e09-033f-4660-96ea-181513b2b684",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T00:15:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -486.25,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/d9aa7e88-6d9b-4677-a073-1ba495198e0e/?format=api",
                "uuid": "d9aa7e88-6d9b-4677-a073-1ba495198e0e",
                "name": "Stuw Bremerbergtocht, waterhoogte LWZ",
                "code": "ST5233-LT5233A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.699604Z",
            "last_modified": "2025-03-16T10:25:41.713972Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/39811897-9733-4149-ac94-2c20a975eafe/?format=api",
            "uuid": "39811897-9733-4149-ac94-2c20a975eafe",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -557.261,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/d20d3725-191a-411a-9bd7-1373f9f07286/?format=api",
                "uuid": "d20d3725-191a-411a-9bd7-1373f9f07286",
                "name": "Aflaatwerk Hoekwanttocht, waterhoogte LWZ",
                "code": "AW4405-LT4405A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.699836Z",
            "last_modified": "2025-03-16T10:25:40.783437Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5eda4fdd-0988-4563-832a-36c6e4b53b9a/?format=api",
            "uuid": "5eda4fdd-0988-4563-832a-36c6e4b53b9a",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2014-12-30T23:00:00Z",
            "end": "2025-03-17T08:00:00Z",
            "value_type": "float",
            "last_value": -286.18,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/b02cc16d-9f2a-40bb-a6c6-9200dfb9f21a/?format=api",
                "uuid": "b02cc16d-9f2a-40bb-a6c6-9200dfb9f21a",
                "name": "Pomp Toppad, waterhoogte HWZ",
                "code": "OP4165-LT3"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.700092Z",
            "last_modified": "2025-03-17T09:25:36.799039Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/da02cdcb-9dc1-4a8d-8b19-cf8917c37e3b/?format=api",
            "uuid": "da02cdcb-9dc1-4a8d-8b19-cf8917c37e3b",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2016-09-06T13:45:00Z",
            "end": "2023-08-18T13:45:00Z",
            "value_type": "float",
            "last_value": -376.415,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/16dbb7ed-08bf-4811-b401-23d1fae4b114/?format=api",
                "uuid": "16dbb7ed-08bf-4811-b401-23d1fae4b114",
                "name": "Gemaal/stuw Nulderpad, waterhoogte HWZ",
                "code": "OP5240-LT5240A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.700327Z",
            "last_modified": "2023-09-20T12:41:30.220684Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dc6c5823-6552-4f46-af9c-4826369bf15a/?format=api",
            "uuid": "dc6c5823-6552-4f46-af9c-4826369bf15a",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2012-05-31T22:00:00Z",
            "end": "2025-03-13T15:30:00Z",
            "value_type": "float",
            "last_value": -23.607,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/c873efee-9ac4-4549-9147-aaede9fe848d/?format=api",
                "uuid": "c873efee-9ac4-4549-9147-aaede9fe848d",
                "name": "Gemaal Wortman, buitenpeil",
                "code": "P2500_LT2103"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.700559Z",
            "last_modified": "2025-03-16T10:25:54.901090Z",
            "access_modifier": "Public"
        }
    ]
}