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=28
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=29",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a73d2480-9327-4a4c-8129-81d262dd0497/?format=api",
            "uuid": "a73d2480-9327-4a4c-8129-81d262dd0497",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-04-03T19:00:00Z",
            "value_type": "float",
            "last_value": -527.126,
            "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/0d675f63-2e76-4a53-b9f0-900c347963ce/?format=api",
                "uuid": "0d675f63-2e76-4a53-b9f0-900c347963ce",
                "name": "Aflaatwerk Ansjovistocht, waterhoogte HWZ",
                "code": "AW4425-LT4415B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.743968Z",
            "last_modified": "2025-04-03T19:25:46.887778Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3d823423-45f3-479b-ac9f-67853e7b1d8d/?format=api",
            "uuid": "3d823423-45f3-479b-ac9f-67853e7b1d8d",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2012-05-31T22:00:00Z",
            "end": "2025-04-03T19:00:00Z",
            "value_type": "float",
            "last_value": -624.038,
            "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/29ef9916-9e1a-44a6-a49a-9b05bc8d88d0/?format=api",
                "uuid": "29ef9916-9e1a-44a6-a49a-9b05bc8d88d0",
                "name": "Gemaal Wortman, polderpeil",
                "code": "P2500_LT2101"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.744199Z",
            "last_modified": "2025-04-03T19:25:53.555172Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e2d2c33c-d0e4-449f-bb46-5a9102bc4518/?format=api",
            "uuid": "e2d2c33c-d0e4-449f-bb46-5a9102bc4518",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T02:45:00Z",
            "end": "2025-04-03T19:00:00Z",
            "value_type": "float",
            "last_value": -510.199,
            "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/c336be02-21c5-4333-b74b-ccfdff23d198/?format=api",
                "uuid": "c336be02-21c5-4333-b74b-ccfdff23d198",
                "name": "Stuw Hollandse Hout, waterhoogte HWZ",
                "code": "ST2567-LT2567A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.744431Z",
            "last_modified": "2025-04-03T19:25:33.106864Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bbc50ed3-7c5b-4bec-b373-91e3fb86d35c/?format=api",
            "uuid": "bbc50ed3-7c5b-4bec-b373-91e3fb86d35c",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T00:15:00Z",
            "end": "2023-10-31T07:45:00Z",
            "value_type": "float",
            "last_value": -523.444,
            "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/c9c90a6c-b59e-4dbc-8e78-18700ae1c41e/?format=api",
                "uuid": "c9c90a6c-b59e-4dbc-8e78-18700ae1c41e",
                "name": "Opvoerpomp Constablepad, waterhoogte LWZ",
                "code": "OP2605-LT2605B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.744667Z",
            "last_modified": "2023-10-31T09:54:43.501148Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4e92610a-82f3-4d1e-80f7-831404f63822/?format=api",
            "uuid": "4e92610a-82f3-4d1e-80f7-831404f63822",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2003-07-24T00:15:00Z",
            "end": "2025-04-03T18:15:00Z",
            "value_type": "float",
            "last_value": -349.7,
            "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/8d526408-bd27-403f-87f5-14edf3da7d58/?format=api",
                "uuid": "8d526408-bd27-403f-87f5-14edf3da7d58",
                "name": "Gebied Schokland, LT112, aanvoersloot",
                "code": "OP4160-LT112"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.744902Z",
            "last_modified": "2025-04-03T19:25:40.142028Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1bd6703a-d840-4acf-aa43-8458c17c554b/?format=api",
            "uuid": "1bd6703a-d840-4acf-aa43-8458c17c554b",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T01:30:00Z",
            "end": "2025-04-01T14:15:00Z",
            "value_type": "float",
            "last_value": -451.462,
            "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/34ac975c-f57c-428d-ac33-ecd4fa24fb63/?format=api",
                "uuid": "34ac975c-f57c-428d-ac33-ecd4fa24fb63",
                "name": "Stuw Ellertocht Zuid, waterhoogte HWZ",
                "code": "ST5221-LT5221B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.745149Z",
            "last_modified": "2025-04-03T19:25:38.381271Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2acd2868-becd-47e9-a79e-c64bfca898fc/?format=api",
            "uuid": "2acd2868-becd-47e9-a79e-c64bfca898fc",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:00:00Z",
            "end": "2025-04-03T18:15:00Z",
            "value_type": "float",
            "last_value": -380.6,
            "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/53966c5f-6a2e-444d-aae9-518dc3a8f0f2/?format=api",
                "uuid": "53966c5f-6a2e-444d-aae9-518dc3a8f0f2",
                "name": "Pomp Marknesse Zuid,waterhoogte HWZ",
                "code": "OP2009-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.636908Z",
            "last_modified": "2025-04-03T19:25:39.621701Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/83e77af2-7ecc-4959-a1e7-a87dfecd67ca/?format=api",
            "uuid": "83e77af2-7ecc-4959-a1e7-a87dfecd67ca",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2014-03-09T10:15:00Z",
            "end": "2025-04-03T00:00:00Z",
            "value_type": "float",
            "last_value": -569.144,
            "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/e2ea3695-c249-4d8a-8540-e8dc97a5d8c2/?format=api",
                "uuid": "e2ea3695-c249-4d8a-8540-e8dc97a5d8c2",
                "name": "Gemaal De Kievit, waterhoogte HWZ",
                "code": "OP3080-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.637309Z",
            "last_modified": "2025-04-03T19:25:51.507536Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cd6971e2-21a0-481b-a2c2-b9bee9f3ecb8/?format=api",
            "uuid": "cd6971e2-21a0-481b-a2c2-b9bee9f3ecb8",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "1993-10-17T12:00:00Z",
            "end": "2025-01-13T07:45:00Z",
            "value_type": "float",
            "last_value": -582.468,
            "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/de9e7fea-28e8-4d38-b26c-01b78ea27029/?format=api",
                "uuid": "de9e7fea-28e8-4d38-b26c-01b78ea27029",
                "name": "Marknessersluis, waterhoogte LWZ",
                "code": "SL4820-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.637582Z",
            "last_modified": "2025-03-31T10:36:13.613221Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ebedce81-0157-4edf-bb44-ceff465dc90e/?format=api",
            "uuid": "ebedce81-0157-4edf-bb44-ceff465dc90e",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "1996-10-03T13:30:00Z",
            "end": "2025-04-03T18:00:00Z",
            "value_type": "float",
            "last_value": -35.051,
            "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/65e6fcc5-aa37-4e64-aa0a-182d2f94625e/?format=api",
                "uuid": "65e6fcc5-aa37-4e64-aa0a-182d2f94625e",
                "name": "Inlaat Lemsterhop, waterhoogte HWZ",
                "code": "IW4520-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.637833Z",
            "last_modified": "2025-04-03T19:25:55.745637Z",
            "access_modifier": "Public"
        }
    ]
}