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

{
    "count": 514,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=36",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=34",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/866c5044-4937-4e43-9620-984f1f35f6de/?format=api",
            "uuid": "866c5044-4937-4e43-9620-984f1f35f6de",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2013-10-01T07:15:00Z",
            "end": "2025-05-18T23:30:00Z",
            "value_type": "float",
            "last_value": -75.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/7714981e-1bd4-4e20-9ee8-b218518ad225/?format=api",
                "uuid": "7714981e-1bd4-4e20-9ee8-b218518ad225",
                "name": "Inlaat Kuinre, waterstand LWZ",
                "code": "IW4560-M"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.653697Z",
            "last_modified": "2025-05-19T00:25:55.128685Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1601fc5-49f7-470c-a198-bea3a2d91d17/?format=api",
            "uuid": "b1601fc5-49f7-470c-a198-bea3a2d91d17",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2012-03-15T23:30:00Z",
            "end": "2023-05-09T05:15:00Z",
            "value_type": "float",
            "last_value": -491.25,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/0f747005-989b-4ef4-ad63-09636109c381/?format=api",
                "uuid": "0f747005-989b-4ef4-ad63-09636109c381",
                "name": "Pomp Baarlosetocht 2, waterhoogte HWZ",
                "code": "OP4105-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.653953Z",
            "last_modified": "2023-05-09T13:06:59.598662Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/5f5464b0-bf04-457f-8177-b12a2cae8344/?format=api",
            "uuid": "5f5464b0-bf04-457f-8177-b12a2cae8344",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2003-12-12T00:15:00Z",
            "end": "2025-05-18T23:30:00Z",
            "value_type": "float",
            "last_value": -66.6,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/2cbbfcff-9ff0-4bb5-823f-826f7372b990/?format=api",
                "uuid": "2cbbfcff-9ff0-4bb5-823f-826f7372b990",
                "name": "Stuw Marknesserweg, aanvoer 4-5, waterhoogte LWZ",
                "code": "ST4740-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.654193Z",
            "last_modified": "2025-05-19T00:25:23.783364Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/2a5bd150-48d2-435f-b807-e0c3e6d59078/?format=api",
            "uuid": "2a5bd150-48d2-435f-b807-e0c3e6d59078",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:15:00Z",
            "end": "2025-05-18T23:30:00Z",
            "value_type": "float",
            "last_value": -345.6,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/f88c6878-50a8-4e42-a3fd-72ea90228ab9/?format=api",
                "uuid": "f88c6878-50a8-4e42-a3fd-72ea90228ab9",
                "name": "Stuw Langs Lemstervaart west, waterhoogte LWZ",
                "code": "ST4896-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.654438Z",
            "last_modified": "2025-05-19T00:25:49.646591Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2ee76f4-0e23-453a-9652-2ae991007e20/?format=api",
            "uuid": "f2ee76f4-0e23-453a-9652-2ae991007e20",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2012-03-15T23:30:00Z",
            "end": "2024-10-30T08:00:00Z",
            "value_type": "float",
            "last_value": -431.053,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/e074a8f4-5f73-4939-9474-476a9a0e7cb5/?format=api",
                "uuid": "e074a8f4-5f73-4939-9474-476a9a0e7cb5",
                "name": "Pomp Hertentocht nr.3, waterhoogte HWZ",
                "code": "OP4140-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.654678Z",
            "last_modified": "2024-10-30T09:22:23.781552Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/672f3060-e9b2-45ab-80c6-f58ae122a3c4/?format=api",
            "uuid": "672f3060-e9b2-45ab-80c6-f58ae122a3c4",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:00:00Z",
            "end": "2025-05-18T23:00:00Z",
            "value_type": "float",
            "last_value": -94.797,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/51c815ab-d0f0-48ce-b77f-a29845431e54/?format=api",
                "uuid": "51c815ab-d0f0-48ce-b77f-a29845431e54",
                "name": "Inlaatwerk Waterloopbos, waterhoogte LWZ",
                "code": "IW4545-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.654918Z",
            "last_modified": "2025-05-19T00:25:55.953740Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f27d4648-e623-4abb-b947-8e186a6796b9/?format=api",
            "uuid": "f27d4648-e623-4abb-b947-8e186a6796b9",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:00:00Z",
            "end": "2025-05-18T23:30:00Z",
            "value_type": "float",
            "last_value": -517.6,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/a3624938-4d6d-44ba-b7b3-d2078aa36a10/?format=api",
                "uuid": "a3624938-4d6d-44ba-b7b3-d2078aa36a10",
                "name": "Stuw industrieterrein A6, waterhoogte HWZ",
                "code": "ST2053-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.655244Z",
            "last_modified": "2025-05-19T00:25:55.277872Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/04b2a74a-7f5f-4421-911b-d59661a4f71a/?format=api",
            "uuid": "04b2a74a-7f5f-4421-911b-d59661a4f71a",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:15:00Z",
            "end": "2024-10-30T08:00:00Z",
            "value_type": "float",
            "last_value": -441.166,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/fd72c320-36c6-4529-a8e3-5bbb09330d94/?format=api",
                "uuid": "fd72c320-36c6-4529-a8e3-5bbb09330d94",
                "name": "Pomp Hertentocht nr.1, waterhoogte HWZ",
                "code": "OP4130-LT5"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.655503Z",
            "last_modified": "2024-10-30T09:22:07.024463Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/795e4482-cb1b-422c-89ab-973a8287168a/?format=api",
            "uuid": "795e4482-cb1b-422c-89ab-973a8287168a",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "1996-10-03T13:30:00Z",
            "end": "2025-05-18T23:00:00Z",
            "value_type": "float",
            "last_value": -74.928,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/490d4eb2-6787-4246-80f0-1e83f15a7d8f/?format=api",
                "uuid": "490d4eb2-6787-4246-80f0-1e83f15a7d8f",
                "name": "Inlaat Lemsterhop, waterhoogte LWZ",
                "code": "IW4520-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.655745Z",
            "last_modified": "2025-05-19T00:25:55.970419Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/39ce7ae9-b4d5-4281-9c14-eaaa00dbe897/?format=api",
            "uuid": "39ce7ae9-b4d5-4281-9c14-eaaa00dbe897",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "1995-05-18T09:00:00Z",
            "end": "2025-05-18T23:00:00Z",
            "value_type": "float",
            "last_value": -300.772,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/de79a3c7-6b70-451c-a2a9-f9c57049d296/?format=api",
                "uuid": "de79a3c7-6b70-451c-a2a9-f9c57049d296",
                "name": "Inlaatwerk Lemmer/Rutten, aanvoersloot Lemmerzijde, waterhoogte",
                "code": "IW4500-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T19:46:27.655990Z",
            "last_modified": "2025-05-19T00:25:37.699187Z",
            "access_modifier": "Public"
        }
    ]
}