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=22
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=23",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=21",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/810c1520-5d98-410d-bfc6-52bf28e7152f/?format=api",
            "uuid": "810c1520-5d98-410d-bfc6-52bf28e7152f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2013-12-05T08:30:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -495.887,
            "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/56c9a7b8-1fec-421d-8f15-31c5795eec87/?format=api",
                "uuid": "56c9a7b8-1fec-421d-8f15-31c5795eec87",
                "name": "Stuw Keteltocht, waterhoogte HWZ",
                "code": "ST5337-LT5337B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.729574Z",
            "last_modified": "2025-03-20T07:25:33.083776Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c45c1ae4-fbab-4724-a07a-8bcd6c7e352d/?format=api",
            "uuid": "c45c1ae4-fbab-4724-a07a-8bcd6c7e352d",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T02:15:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -619.599,
            "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/b1a4467b-41ee-440a-ae75-0946d007aa53/?format=api",
                "uuid": "b1a4467b-41ee-440a-ae75-0946d007aa53",
                "name": "Stuw Roodbeentocht, waterhoogte LWZ",
                "code": "ST5125-LT5125A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.729830Z",
            "last_modified": "2025-03-20T07:25:38.527096Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b5bda30d-7369-427e-8b15-ad921bb459a1/?format=api",
            "uuid": "b5bda30d-7369-427e-8b15-ad921bb459a1",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:00:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -517.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/c8fe66cc-24e2-4d53-9692-b843aad2e170/?format=api",
                "uuid": "c8fe66cc-24e2-4d53-9692-b843aad2e170",
                "name": "Pomp De Zuidert, waterhoogte HWZ",
                "code": "OP2008-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.730064Z",
            "last_modified": "2025-03-20T07:25:31.745862Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5205deee-d939-43c3-98e4-933ec0d6f5fd/?format=api",
            "uuid": "5205deee-d939-43c3-98e4-933ec0d6f5fd",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-12-31T23:15:00Z",
            "end": "2025-03-20T04:00:00Z",
            "value_type": "float",
            "last_value": -620.935,
            "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/a0a1fd04-f79e-434a-b90e-bbbfdde0e4e2/?format=api",
                "uuid": "a0a1fd04-f79e-434a-b90e-bbbfdde0e4e2",
                "name": "Stuw Steenbanktocht, waterhoogte LWZ",
                "code": "ST4790-LT3"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.730296Z",
            "last_modified": "2025-03-20T07:25:56.284299Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ad407f15-3b46-4501-8977-3cae6210f0e1/?format=api",
            "uuid": "ad407f15-3b46-4501-8977-3cae6210f0e1",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2014-01-01T11:30:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -546.755,
            "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/6a8b1a5b-2503-4aac-b08a-996f0f14c279/?format=api",
                "uuid": "6a8b1a5b-2503-4aac-b08a-996f0f14c279",
                "name": "Aflaatwerk Swiftertocht, waterhoogte LWZ",
                "code": "AW4420-LT4420A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.730530Z",
            "last_modified": "2025-03-20T07:25:52.415943Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/37739c43-7ec5-4a79-a35c-a00ecfa84a66/?format=api",
            "uuid": "37739c43-7ec5-4a79-a35c-a00ecfa84a66",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2014-12-30T23:00:00Z",
            "end": "2024-10-30T03:30:00Z",
            "value_type": "float",
            "last_value": -448.731,
            "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/81f913d7-c9bc-4ac2-ad14-1b437e553c94/?format=api",
                "uuid": "81f913d7-c9bc-4ac2-ad14-1b437e553c94",
                "name": "Pomp Hertentocht nr.2, waterhoogte HWZ",
                "code": "OP4135-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.730764Z",
            "last_modified": "2024-10-30T09:22:14.673518Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/95f164eb-5877-4302-991d-88213f324ed0/?format=api",
            "uuid": "95f164eb-5877-4302-991d-88213f324ed0",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-11-01T20:00:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -621.54,
            "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/4a2a3cf3-76d0-45d9-b789-bedc5fdf0e1b/?format=api",
                "uuid": "4a2a3cf3-76d0-45d9-b789-bedc5fdf0e1b",
                "name": "Stuw Rendiertocht Zuid, waterhoogte LWZ",
                "code": "ST5303-LT5303A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.730998Z",
            "last_modified": "2025-03-20T07:25:37.737813Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c98aa71c-12a2-4214-8e35-04e7a8978af8/?format=api",
            "uuid": "c98aa71c-12a2-4214-8e35-04e7a8978af8",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2003-07-24T00:15:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -330.4,
            "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/f7b4cc44-91f0-4ce6-8fa0-36cedd0ca82d/?format=api",
                "uuid": "f7b4cc44-91f0-4ce6-8fa0-36cedd0ca82d",
                "name": "Gebied Schokland, LT306, aanvoersloot",
                "code": "OP4160-LT306"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.731231Z",
            "last_modified": "2025-03-20T07:25:34.453878Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c168f13e-aee2-4745-a51b-515cce725416/?format=api",
            "uuid": "c168f13e-aee2-4745-a51b-515cce725416",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -563.283,
            "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/9e33a2fe-b97b-40ff-a32f-3fa085a29d9b/?format=api",
                "uuid": "9e33a2fe-b97b-40ff-a32f-3fa085a29d9b",
                "name": "Stuw Zijdenettentocht, waterhoogte HWZ",
                "code": "ST5110-LT5110B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.731465Z",
            "last_modified": "2025-03-20T07:25:49.741737Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/06f4e9de-7fd8-4c6f-8faf-2afec74160ca/?format=api",
            "uuid": "06f4e9de-7fd8-4c6f-8faf-2afec74160ca",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2003-07-24T00:15:00Z",
            "end": "2025-03-20T07:00:00Z",
            "value_type": "float",
            "last_value": -314.1,
            "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/ae0cf199-cb9b-4a32-82f8-22c0837e3ea5/?format=api",
                "uuid": "ae0cf199-cb9b-4a32-82f8-22c0837e3ea5",
                "name": "Gebied Schokland, LT102, aanvoersloot",
                "code": "OP4160-LT102"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.731697Z",
            "last_modified": "2025-03-20T07:25:40.872859Z",
            "access_modifier": "Public"
        }
    ]
}