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=24
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=25",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/59c2a410-8c9d-4e85-b64b-03ab980f5ece/?format=api",
            "uuid": "59c2a410-8c9d-4e85-b64b-03ab980f5ece",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -518.784,
            "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/760eb046-e220-4f50-b6ff-4d4cead2e404/?format=api",
                "uuid": "760eb046-e220-4f50-b6ff-4d4cead2e404",
                "name": "Aflaatwerk Palingtocht, waterhoogte HWZ",
                "code": "AW4430-LT4430B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.734303Z",
            "last_modified": "2025-03-21T09:25:42.171318Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b0343614-7c49-4da7-a43a-77ea43302e04/?format=api",
            "uuid": "b0343614-7c49-4da7-a43a-77ea43302e04",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T23:00:00Z",
            "end": "2023-01-12T08:15:00Z",
            "value_type": "float",
            "last_value": -308.8,
            "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/ef873c3d-8d47-476c-91d2-0cfa915246e6/?format=api",
                "uuid": "ef873c3d-8d47-476c-91d2-0cfa915246e6",
                "name": "Aflaatwerk Schokland 9, waterhoogte LWZ",
                "code": "AW4460LT308"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.734534Z",
            "last_modified": "2023-01-25T08:16:32.428141Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/405bc4bf-755e-4c06-ac00-b796aa36c3ae/?format=api",
            "uuid": "405bc4bf-755e-4c06-ac00-b796aa36c3ae",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-11-01T20:00:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -517.0,
            "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/58127e3f-db7a-41e8-9f3c-e78e2f882955/?format=api",
                "uuid": "58127e3f-db7a-41e8-9f3c-e78e2f882955",
                "name": "Stuw Olstertocht Noord, waterhoogte LWZ",
                "code": "ST5229-LT5229A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.734769Z",
            "last_modified": "2025-03-21T09:25:54.282340Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/287a9bba-79c3-4540-8f51-b25ee7f779d6/?format=api",
            "uuid": "287a9bba-79c3-4540-8f51-b25ee7f779d6",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T08:00:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -523.803,
            "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/0d929440-3c06-49bd-8cc4-5b543443b0ee/?format=api",
                "uuid": "0d929440-3c06-49bd-8cc4-5b543443b0ee",
                "name": "Stuw Assumburg, waterhoogte HWZ",
                "code": "ST2586-LT2586A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.735005Z",
            "last_modified": "2025-03-21T09:25:32.204975Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1419661d-b611-48bd-93b1-564335a1bb88/?format=api",
            "uuid": "1419661d-b611-48bd-93b1-564335a1bb88",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2013-12-05T09:00:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -558.894,
            "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/b32bdeac-20b5-4c4b-8efc-5dc7ce2b3268/?format=api",
                "uuid": "b32bdeac-20b5-4c4b-8efc-5dc7ce2b3268",
                "name": "Stuw Hoekwanttocht, waterhoogte HWZ",
                "code": "ST5100-LT5100B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.735253Z",
            "last_modified": "2025-03-21T09:25:59.719272Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/34b914f2-faaf-4e20-9a0e-7561caa3ad69/?format=api",
            "uuid": "34b914f2-faaf-4e20-9a0e-7561caa3ad69",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2013-12-05T08:30:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -520.155,
            "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/f3443907-f7ee-4c29-ac5b-ab20e623f169/?format=api",
                "uuid": "f3443907-f7ee-4c29-ac5b-ab20e623f169",
                "name": "Stuw Keteltocht, waterhoogte LWZ",
                "code": "ST5337-LT5337A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.735487Z",
            "last_modified": "2025-03-21T09:25:55.158915Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/39e5f549-4b78-414c-ad88-52ae3f094f68/?format=api",
            "uuid": "39e5f549-4b78-414c-ad88-52ae3f094f68",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2013-12-05T08:30:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -618.9,
            "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/29a17f8b-5768-49ab-927d-5519f2799b79/?format=api",
                "uuid": "29a17f8b-5768-49ab-927d-5519f2799b79",
                "name": "Stuw Elandtocht zuid, waterhoogte LWZ",
                "code": "ST5212-LT5212A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.735720Z",
            "last_modified": "2025-03-21T09:25:39.750481Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82bbf998-285d-49ad-9732-06fbf4e9b679/?format=api",
            "uuid": "82bbf998-285d-49ad-9732-06fbf4e9b679",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:15:00Z",
            "end": "2025-03-21T07:45:00Z",
            "value_type": "float",
            "last_value": -574.085,
            "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/e842fb3f-642e-4180-895b-039f7dd2227b/?format=api",
                "uuid": "e842fb3f-642e-4180-895b-039f7dd2227b",
                "name": "Stuw Bomentocht, waterhoogte LWZ",
                "code": "ST4775-LT3"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.735953Z",
            "last_modified": "2025-03-21T09:25:33.026060Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1ab7c411-ac36-452f-a679-b0b4f9a29d17/?format=api",
            "uuid": "1ab7c411-ac36-452f-a679-b0b4f9a29d17",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2003-07-24T00:15:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -335.3,
            "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/3798b468-bfd8-4868-9dad-839b6f090c1d/?format=api",
                "uuid": "3798b468-bfd8-4868-9dad-839b6f090c1d",
                "name": "Gebied Schokland, LT106, aanvoersloot",
                "code": "OP4160-LT106"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.736434Z",
            "last_modified": "2025-03-21T09:25:49.139932Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6e915117-6e67-4901-a1ce-ef40a1f6ba5c/?format=api",
            "uuid": "6e915117-6e67-4901-a1ce-ef40a1f6ba5c",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2018-04-14T13:30:00Z",
            "end": "2025-03-21T08:30:00Z",
            "value_type": "float",
            "last_value": -520.418,
            "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/436e845b-d75a-499d-be92-9faaf655837b/?format=api",
                "uuid": "436e845b-d75a-499d-be92-9faaf655837b",
                "name": "Hoge vaart, waterstand (berekend gemiddelde)",
                "code": "HV-01"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.736668Z",
            "last_modified": "2025-03-21T09:25:31.801522Z",
            "access_modifier": "Public"
        }
    ]
}